Revision d160024f

b/hw/i386/pc_piix.c
793 793
    .max_cpus = HVM_MAX_VCPUS,
794 794
    .default_machine_opts = "accel=xen",
795 795
    .hot_add_cpu = pc_hot_add_cpu,
796
    .compat_props = (GlobalProperty[]) {
797
        /* xenfv has no fwcfg and so does not load acpi from QEMU.
798
         * as such new acpi features don't work.
799
         */
800
        {
801
            .driver   = "PIIX4_PM",
802
            .property = "acpi-pci-hotplug-with-bridge-support",
803
            .value    = "off",
804
        },
805
        { /* end of list */ }
806
    },
796 807
};
797 808
#endif
798 809

  

Also available in: Unified diff