mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
Revert "Convert atexit users to exit_notifier"
This reverts commit d7234f4d7e.
Conflicts:
hw/xen_machine_pv.c
This should have never been committed.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
@@ -97,7 +97,7 @@ extern struct XenDevOps xen_netdev_ops; /* xen_nic.c */
|
||||
void xen_init_display(int domid);
|
||||
|
||||
/* configuration (aka xenbus setup) */
|
||||
void xen_config_cleanup(Notifier *notifier);
|
||||
void xen_config_cleanup(void);
|
||||
int xen_config_dev_blk(DriveInfo *disk);
|
||||
int xen_config_dev_nic(NICInfo *nic);
|
||||
int xen_config_dev_vfb(int vdev, const char *type);
|
||||
|
||||
Reference in New Issue
Block a user