mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"
This reverts commit8ef9ea85a2
, reversing changes made to444dc48298
. From Avi: Please revert the entire pull (git revert8ef9ea85a2
) while I work this out - it isn't trivial. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
f065aa0a00
commit
01e0451a08
49 changed files with 657 additions and 637 deletions
|
@ -57,14 +57,6 @@ void sysbus_init_ioports(SysBusDevice *dev, pio_addr_t ioport, pio_addr_t size);
|
|||
|
||||
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);
|
||||
void sysbus_del_io(SysBusDevice *dev, MemoryRegion *mem);
|
||||
|
||||
/* Legacy helper function for creating devices. */
|
||||
DeviceState *sysbus_create_varargs(const char *name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue