]> git.proxmox.com Git - mirror_qemu.git/commit - device-hotplug.c
blockdev: Rename drive_init(), drive_uninit() to drive_new(), drive_del()
authorMarkus Armbruster <armbru@redhat.com>
Fri, 6 Jun 2014 12:50:58 +0000 (14:50 +0200)
committerStefan Hajnoczi <stefanha@redhat.com>
Mon, 16 Jun 2014 09:23:19 +0000 (17:23 +0800)
commit60e19e06a4a28935c94e39d40c80193759af88ce
treede2ab18ff967f88c2e8ca758010ac73911dfc688
parentbcf831585751508bddf4ef6823f2295d850509b9
blockdev: Rename drive_init(), drive_uninit() to drive_new(), drive_del()

"Init" and "uninit" suggest the functions don't allocate / free
storage.  But they do.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Benoit Canet <benoit@irqsave.net>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
blockdev.c
device-hotplug.c
hw/usb/dev-storage.c
include/sysemu/blockdev.h
vl.c