]> Git Repo - qemu.git/blobdiff - include/sysemu/blockdev.h
Revert "block: Remove deprecated -drive option addr"
[qemu.git] / include / sysemu / blockdev.h
index 351a039c1004b012a8336322aff2ae6136f98c3a..37ea39719ed3ff6db6a6965dbe172790a6d94c0d 100644 (file)
@@ -35,7 +35,6 @@ struct DriveInfo {
     int auto_del;               /* see blockdev_mark_auto_del() */
     bool is_default;            /* Added by default_drive() ?  */
     int media_cd;
-    int cyls, heads, secs, trans;
     QemuOpts *opts;
     char *serial;
     QTAILQ_ENTRY(DriveInfo) next;
@@ -48,7 +47,7 @@ BlockBackend *blk_by_legacy_dinfo(DriveInfo *dinfo);
 void override_max_devs(BlockInterfaceType type, int max_devs);
 
 DriveInfo *drive_get(BlockInterfaceType type, int bus, int unit);
-bool drive_check_orphaned(void);
+void drive_check_orphaned(void);
 DriveInfo *drive_get_by_index(BlockInterfaceType type, int index);
 int drive_get_max_bus(BlockInterfaceType type);
 int drive_get_max_devs(BlockInterfaceType type);
This page took 0.02183 seconds and 4 git commands to generate.