This website requires JavaScript.
Explore
Help
Register
Sign In
ShuriZma
/
xqemu
mirror of
https://github.com/xqemu/xqemu.git
Watch
1
Star
0
Fork
You've already forked xqemu
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7e629d1d8d
xqemu
/
hw
/
acpi
/
Makefile.objs
2 lines
73 B
Makefile
Raw
Normal View
History
Unescape
Escape
acpi: factor out common cpu hotplug code for PIIX4/Q35 .. so it could be used for adding CPU hotplug to Q35 machine Add an additional header with that will be shared between C and ASL code: include/hw/acpi/cpu_hotplug_defs.h Signed-off-by: Igor Mammedov <imammedo@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2014-01-09 16:36:31 +00:00
common-obj-$(CONFIG_ACPI)
+=
core.o piix4.o ich9.o pcihp.o cpu_hotplug.o