]> Git Repo - qemu.git/commit - hw/usb/dev-storage.c
blockdev: Rename drive_init(), drive_uninit() to drive_new(), drive_del()
authorMarkus Armbruster <[email protected]>
Fri, 6 Jun 2014 12:50:58 +0000 (14:50 +0200)
committerStefan Hajnoczi <[email protected]>
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 <[email protected]>
Reviewed-by: Benoit Canet <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
blockdev.c
device-hotplug.c
hw/usb/dev-storage.c
include/sysemu/blockdev.h
vl.c
This page took 0.022534 seconds and 4 git commands to generate.