index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
acpi
/
cpu_hotplug.c
Age
Commit message (
Expand
)
Author
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-03-09
hw/acpi/cpu_hotplug: Include "hw/pci/pci.h"
Philippe Mathieu-Daudé
2019-12-18
hw/acpi: Fix legacy CPU plug error API violations
Markus Armbruster
2019-10-22
hw/i386: split PCMachineState deriving X86MachineState from it
Paolo Bonzini
2019-08-21
hw/core: Move cpu.c, cpu.h from qom/ to hw/core/
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2017-01-23
machine: Make possible_cpu_arch_ids() return const pointer
Igor Mammedov
2016-10-24
pc: Leave max apic_id_limit only in legacy cpu hotplug code
Igor Mammedov
2016-10-24
acpi: cphp: Force switch to modern cpu hotplug if APIC ID > 254
Igor Mammedov
2016-06-24
pc: use new CPU hotplug interface since 2.7 machine type
Igor Mammedov
2016-06-07
pc: use AcpiDeviceIfClass.send_event to issue GPE events
Igor Mammedov
2016-06-07
pc: acpi: cpuhp-legacy: switch ProcessorID to possible_cpus idx
Igor Mammedov
2016-06-07
pc: acpi: simplify build_legacy_cpu_hotplug_aml() signature
Igor Mammedov
2016-06-07
pc: acpi: consolidate legacy CPU hotplug in one file
Igor Mammedov
2016-06-07
pc: acpi: mark current CPU hotplug functions as legacy
Igor Mammedov
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-02-03
log: do not unnecessarily include qom/cpu.h
Paolo Bonzini
2016-01-29
x86: Clean up includes
Peter Maydell
2015-06-03
acpi: add acpi_send_gpe_event() to rise sci for hotplug
Zhu Guihua
2014-11-02
acpi/cpu-hotplug: introduce helper function to keep bit setting in one place
Gu Zheng
2014-11-02
cpu-hotplug: rename function for better readability
Gu Zheng
2014-11-02
acpi:piix4: convert cpu hotplug to hotplug_handler API
Gu Zheng
2014-11-02
acpi/cpu: add cpu hotplug callback function to match hotplug_handler API
Gu Zheng
2014-03-18
acpi: Assert sts array limit on AcpiCpuHotplug_add()
Eduardo Habkost
2014-01-26
acpi: factor out common cpu hotplug code for PIIX4/Q35
Igor Mammedov