Age | Commit message (Expand) | Author | Files | Lines |
2019-12-18 | hw/acpi: Fix legacy CPU plug error API violations | Markus Armbruster | 1 | -7/+3 |
2019-10-22 | hw/i386: split PCMachineState deriving X86MachineState from it | Paolo Bonzini | 1 | -5/+5 |
2019-08-21 | hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ | Markus Armbruster | 1 | -1/+1 |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2017-01-23 | machine: Make possible_cpu_arch_ids() return const pointer | Igor Mammedov | 1 | -3/+1 |
2016-10-24 | pc: Leave max apic_id_limit only in legacy cpu hotplug code | Igor Mammedov | 1 | -1/+6 |
2016-10-24 | acpi: cphp: Force switch to modern cpu hotplug if APIC ID > 254 | Igor Mammedov | 1 | -4/+6 |
2016-06-24 | pc: use new CPU hotplug interface since 2.7 machine type | Igor Mammedov | 1 | -1/+20 |
2016-06-07 | pc: use AcpiDeviceIfClass.send_event to issue GPE events | Igor Mammedov | 1 | -3/+2 |
2016-06-07 | pc: acpi: cpuhp-legacy: switch ProcessorID to possible_cpus idx | Igor Mammedov | 1 | -10/+13 |
2016-06-07 | pc: acpi: simplify build_legacy_cpu_hotplug_aml() signature | Igor Mammedov | 1 | -3/+3 |
2016-06-07 | pc: acpi: consolidate legacy CPU hotplug in one file | Igor Mammedov | 1 | -0/+232 |
2016-06-07 | pc: acpi: mark current CPU hotplug functions as legacy | Igor Mammedov | 1 | -4/+4 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |
2016-02-03 | log: do not unnecessarily include qom/cpu.h | Paolo Bonzini | 1 | -0/+1 |
2016-01-29 | x86: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-06-03 | acpi: add acpi_send_gpe_event() to rise sci for hotplug | Zhu Guihua | 1 | -2/+1 |
2014-11-02 | acpi/cpu-hotplug: introduce helper function to keep bit setting in one place | Gu Zheng | 1 | -9/+13 |
2014-11-02 | cpu-hotplug: rename function for better readability | Gu Zheng | 1 | -2/+2 |
2014-11-02 | acpi:piix4: convert cpu hotplug to hotplug_handler API | Gu Zheng | 1 | -12/+2 |
2014-11-02 | acpi/cpu: add cpu hotplug callback function to match hotplug_handler API | Gu Zheng | 1 | -0/+18 |
2014-03-18 | acpi: Assert sts array limit on AcpiCpuHotplug_add() | Eduardo Habkost | 1 | -0/+1 |
2014-01-26 | acpi: factor out common cpu hotplug code for PIIX4/Q35 | Igor Mammedov | 1 | -0/+64 |