mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
qemu: pci hotplug GPE support (Marcelo Tosatti)
Enable the corresponding bit on the PCIST region and trigger the SCI and handle the _EJ0 notifications. 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@6608 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
5e3cb5347e
commit
ca2c72be18
2 changed files with 95 additions and 0 deletions
1
sysemu.h
1
sysemu.h
|
@ -168,6 +168,7 @@ extern int drive_init(struct drive_opt *arg, int snapshot, void *machine);
|
|||
|
||||
/* acpi */
|
||||
void qemu_system_hot_add_init(void);
|
||||
void qemu_system_device_hot_add(int pcibus, int slot, int state);
|
||||
|
||||
/* serial ports */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue