|
@@ -202,17 +202,13 @@ extern DriveInfo *drive_init(QemuOpts *arg, void *machine, int *fatal_error);
|
|
|
|
|
|
/* device-hotplug */
|
|
/* device-hotplug */
|
|
|
|
|
|
-typedef int (dev_match_fn)(void *dev_private, void *arg);
|
|
|
|
-
|
|
|
|
DriveInfo *add_init_drive(const char *opts);
|
|
DriveInfo *add_init_drive(const char *opts);
|
|
-void destroy_nic(dev_match_fn *match_fn, void *arg);
|
|
|
|
|
|
|
|
/* pci-hotplug */
|
|
/* pci-hotplug */
|
|
void pci_device_hot_add(Monitor *mon, const QDict *qdict);
|
|
void pci_device_hot_add(Monitor *mon, const QDict *qdict);
|
|
void drive_hot_add(Monitor *mon, const QDict *qdict);
|
|
void drive_hot_add(Monitor *mon, const QDict *qdict);
|
|
void pci_device_hot_remove(Monitor *mon, const char *pci_addr);
|
|
void pci_device_hot_remove(Monitor *mon, const char *pci_addr);
|
|
void do_pci_device_hot_remove(Monitor *mon, const QDict *qdict);
|
|
void do_pci_device_hot_remove(Monitor *mon, const QDict *qdict);
|
|
-void pci_device_hot_remove_success(PCIDevice *dev);
|
|
|
|
|
|
|
|
/* serial ports */
|
|
/* serial ports */
|
|
|
|
|