]> Git Repo - qemu.git/commit - blockdev.h
blockdev: Replace drive_add()'s fmt, ... by optstr parameter
authorMarkus Armbruster <[email protected]>
Mon, 31 Jan 2011 10:50:09 +0000 (11:50 +0100)
committerKevin Wolf <[email protected]>
Mon, 31 Jan 2011 10:57:44 +0000 (11:57 +0100)
commit5645b0f4f2185437d8df03810ce9c102cc4c90db
tree92ce2868dc2f181bf65779832822178af5aa4320
parent4e5d9b578f5d5ffbf7ef7e26abed23a0548a853a
blockdev: Replace drive_add()'s fmt, ... by optstr parameter

Let the callers build the optstr.  Only one wants to.  All the others
become simpler, because they don't have to worry about escaping '%'.

Signed-off-by: Markus Armbruster <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
blockdev.c
blockdev.h
vl.c
This page took 0.024932 seconds and 4 git commands to generate.