mirror_qemu/hw/xen
Paolo Bonzini 052e87b073 memory: make section size a 128-bit integer
So far, the size of all regions passed to listeners could fit in 64 bits,
because artificial regions (containers and aliases) are eliminated by
the memory core, leaving only device regions which have reasonable sizes

An IOMMU however cannot be eliminated by the memory core, and may have
an artificial size, hence we may need 65 bits to represent its size.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2013-06-20 16:32:47 +02:00
..
Makefile.objs hw: move more files to hw/xen/ 2013-04-08 18:13:14 +02:00
xen-host-pci-device.c hw: move private headers to hw/ subdirectories. 2013-04-08 18:13:16 +02:00
xen-host-pci-device.h hw: move private headers to hw/ subdirectories. 2013-04-08 18:13:16 +02:00
xen_apic.c target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZE 2013-05-01 13:04:19 +02:00
xen_backend.c sysemu: avoid proliferation of include/ subdirectories 2013-04-15 18:19:25 +02:00
xen_devconfig.c hw: move target-independent files to subdirectories 2013-04-08 18:13:12 +02:00
xen_platform.c hw: move more files to hw/xen/ 2013-04-08 18:13:14 +02:00
xen_pt.c memory: make section size a 128-bit integer 2013-06-20 16:32:47 +02:00
xen_pt.h hw: move private headers to hw/ subdirectories. 2013-04-08 18:13:16 +02:00
xen_pt_config_init.c hw/xen: Use g_free instead of free and fix potential memory leaks 2013-06-11 23:45:44 +04:00
xen_pt_msi.c hw: move private headers to hw/ subdirectories. 2013-04-08 18:13:16 +02:00