mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
sysbus: add sysbus_add_memory_overlap()
Signed-off-by: Avi Kivity <avi@redhat.com>
This commit is contained in:
parent
b0e3d5ac2f
commit
d40b2af8ba
2 changed files with 9 additions and 0 deletions
|
@ -60,6 +60,8 @@ void sysbus_connect_irq(SysBusDevice *dev, int n, qemu_irq irq);
|
|||
void sysbus_mmio_map(SysBusDevice *dev, int n, target_phys_addr_t addr);
|
||||
void sysbus_add_memory(SysBusDevice *dev, target_phys_addr_t addr,
|
||||
MemoryRegion *mem);
|
||||
void sysbus_add_memory_overlap(SysBusDevice *dev, target_phys_addr_t addr,
|
||||
MemoryRegion *mem, unsigned priority);
|
||||
void sysbus_del_memory(SysBusDevice *dev, MemoryRegion *mem);
|
||||
void sysbus_add_io(SysBusDevice *dev, target_phys_addr_t addr,
|
||||
MemoryRegion *mem);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue