diff options
author | aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-02-11 15:21:35 +0000 |
---|---|---|
committer | aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-02-11 15:21:35 +0000 |
commit | 5e3cb5347e9b650bdf8015da3c310b2669219294 (patch) | |
tree | 6b5bf81b9ad3be3a89b2931a427a34be5c7fea0e /sysemu.h | |
parent | a7607f7e9bdf69c80be33b6386f48cba19fc0fb7 (diff) | |
download | qemu-5e3cb5347e9b650bdf8015da3c310b2669219294.zip |
qemu: initialize hot add system / acpi gpe (Marcelo Tosatti)
ACPI GPE support, used by PCI (and CPU) hotplug.
From: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6607 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'sysemu.h')
-rw-r--r-- | sysemu.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -166,6 +166,9 @@ extern int nb_drives_opt; extern int drive_add(const char *file, const char *fmt, ...); extern int drive_init(struct drive_opt *arg, int snapshot, void *machine); +/* acpi */ +void qemu_system_hot_add_init(void); + /* serial ports */ #define MAX_SERIAL_PORTS 4 |