]> git.proxmox.com Git - mirror_qemu.git/commit
blockdev: Eliminate drive_del()
authorMarkus Armbruster <armbru@redhat.com>
Tue, 7 Oct 2014 11:59:09 +0000 (13:59 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 20 Oct 2014 11:41:26 +0000 (13:41 +0200)
commitb9fe8a7a12f18adebba5616a3e9f44143a78c07e
treed2c4505d21575b0242f28107db529de8db246fcf
parent9ba10c95a4a63ef453893ba16bf1c8e11a1d3c39
blockdev: Eliminate drive_del()

drive_del() has become a trivial wrapper around blk_unref().  Get rid
of it.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
blockdev.c
device-hotplug.c
hw/ide/piix.c
include/sysemu/blockdev.h