This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
qemu
Watch
1
Star
0
Fork
0
You've already forked qemu
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7aaf4957ef
qemu
/
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 20:36:31 +04:00
common-obj-$(CONFIG_ACPI)
+=
core.o piix4.o ich9.o pcihp.o cpu_hotplug.o
Reference in New Issue
Copy Permalink