memory: get rid of memory_region_init_reservation
The function has been deprecated for 2.5 years, and there are just a handful
of users. Convert them to memory_region_init_io with NULL callbacks,
and while at it pass the right device as the owner.
Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>
Showing
- docs/devel/memory.txt 2 additions, 3 deletionsdocs/devel/memory.txt
- hw/i386/kvm/i8254.c 1 addition, 1 deletionhw/i386/kvm/i8254.c
- hw/i386/kvm/i8259.c 2 additions, 2 deletionshw/i386/kvm/i8259.c
- hw/i386/kvm/ioapic.c 1 addition, 1 deletionhw/i386/kvm/ioapic.c
- include/exec/memory.h 0 additions, 23 deletionsinclude/exec/memory.h
Please register or sign in to comment