diff options
Diffstat (limited to 'sysemu.h')
-rw-r--r-- | sysemu.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |