mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
exec: Make iotlb_to_region input an AS
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
This commit is contained in:
parent
29d8ec7bee
commit
777170946f
4 changed files with 7 additions and 7 deletions
|
@ -325,7 +325,7 @@ extern uintptr_t tci_tb_ptr;
|
|||
|
||||
void phys_mem_set_alloc(void *(*alloc)(size_t));
|
||||
|
||||
struct MemoryRegion *iotlb_to_region(hwaddr index);
|
||||
struct MemoryRegion *iotlb_to_region(AddressSpace *as, hwaddr index);
|
||||
bool io_mem_read(struct MemoryRegion *mr, hwaddr addr,
|
||||
uint64_t *pvalue, unsigned size);
|
||||
bool io_mem_write(struct MemoryRegion *mr, hwaddr addr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue