diff options
Diffstat (limited to 'hw/xen/xen_apic.c')
-rw-r--r-- | hw/xen/xen_apic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xen/xen_apic.c b/hw/xen/xen_apic.c index a958782272..3526ffe621 100644 --- a/hw/xen/xen_apic.c +++ b/hw/xen/xen_apic.c @@ -38,7 +38,7 @@ static const MemoryRegionOps xen_apic_io_ops = { static void xen_apic_init(APICCommonState *s) { - memory_region_init_io(&s->io_memory, &xen_apic_io_ops, s, "xen-apic-msi", + memory_region_init_io(&s->io_memory, NULL, &xen_apic_io_ops, s, "xen-apic-msi", APIC_SPACE_SIZE); #if defined(CONFIG_XEN_CTRL_INTERFACE_VERSION) \ |