summaryrefslogtreecommitdiffstats
path: root/hw/ide/piix.c
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2014-06-06 14:50:59 +0200
committerStefan Hajnoczi <stefanha@redhat.com>2014-06-16 17:23:19 +0800
commitae60e8e3783a66463d0736f3a48da9a66fd5cbd3 (patch)
treea3f758e24a5bdecbce8a79a771a9d64a31d836a7 /hw/ide/piix.c
parent60e19e06a4a28935c94e39d40c80193759af88ce (diff)
downloadhqemu-ae60e8e3783a66463d0736f3a48da9a66fd5cbd3.zip
hqemu-ae60e8e3783a66463d0736f3a48da9a66fd5cbd3.tar.gz
blockdev: Remove unused DriveInfo reference count
It's always one since commit fa510eb dropped the last drive_get_ref(). Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Benoit Canet <benoit@irqsave.net> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'hw/ide/piix.c')
-rw-r--r--hw/ide/piix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ide/piix.c b/hw/ide/piix.c
index 40757eb..8651726 100644
--- a/hw/ide/piix.c
+++ b/hw/ide/piix.c
@@ -184,7 +184,7 @@ int pci_piix3_xen_ide_unplug(DeviceState *dev)
}
bdrv_close(di->bdrv);
pci_ide->bus[di->bus].ifs[di->unit].bs = NULL;
- drive_put_ref(di);
+ drive_del(di);
}
}
qdev_reset_all(DEVICE(dev));
OpenPOWER on IntegriCloud