mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
memory: store section indices in iotlb instead of io indices
A step towards eliminating io indices. Signed-off-by: Avi Kivity <avi@redhat.com>
This commit is contained in:
parent
f3705d5329
commit
aa102231f0
3 changed files with 24 additions and 8 deletions
|
|
@ -299,6 +299,7 @@ extern void *tci_tb_ptr;
|
|||
|
||||
#if !defined(CONFIG_USER_ONLY)
|
||||
|
||||
target_phys_addr_t section_to_ioaddr(target_phys_addr_t section_io_addr);
|
||||
uint64_t io_mem_read(int index, target_phys_addr_t addr, unsigned size);
|
||||
void io_mem_write(int index, target_phys_addr_t addr, uint64_t value,
|
||||
unsigned size);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue