This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
qemu
mirror of
https://gitee.com/openkylin/qemu.git
Watch
9
Star
0
Fork
You've already forked qemu
0
Code
Issues
Projects
Releases
Wiki
Activity
99fd437dee
qemu
/
hw
/
acpi
/
Makefile.objs
2 lines
59 B
Makefile
Raw
Normal View
History
Unescape
Escape
pcihp: generalization of piix4 acpi Add ACPI based PCI hotplug library with bridge hotplug support. Design - each bus gets assigned "bsel" property. - ACPI code writes this number to a new BNUM register, then uses existing UP/DOWN registers to probe slot status; to eject, write number to BNUM register, then slot into existing EJ. The interface is actually backwards-compatible with existing PIIX4 ACPI (though not migration compatible). This is split out from PIIX4 codebase so we can reuse it for Q35 as well. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2013-10-14 23:01:11 +08:00
common-obj-$(CONFIG_ACPI)
+=
core.o piix4.o ich9.o pcihp.o