mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
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 <armbru@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
4e5d9b578f
commit
5645b0f4f2
3 changed files with 15 additions and 21 deletions
|
@ -47,10 +47,7 @@ DriveInfo *drive_get_by_blockdev(BlockDriverState *bs);
|
|||
|
||||
QemuOpts *drive_def(const char *optstr);
|
||||
QemuOpts *drive_add(BlockInterfaceType type, int index, const char *file,
|
||||
const char *fmt, ...) /*GCC_FMT_ATTR(4, 5)*/;
|
||||
/* GCC_FMT_ATTR() commented out to avoid the (pretty useless)
|
||||
* "zero-length gnu_printf format string" warning we insist to
|
||||
* enable */
|
||||
const char *optstr);
|
||||
DriveInfo *drive_init(QemuOpts *arg, int default_to_scsi, int *fatal_error);
|
||||
|
||||
/* device-hotplug */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue