]> git.proxmox.com Git - mirror_qemu.git/commit - blockdev.c
blockdev: Move "file" to legacy_opts
authorMax Reitz <mreitz@redhat.com>
Fri, 20 Dec 2013 18:28:14 +0000 (19:28 +0100)
committerKevin Wolf <kwolf@redhat.com>
Wed, 22 Jan 2014 11:07:18 +0000 (12:07 +0100)
commitd095b465339b79929fd2adc25c0ab3598e80fd39
treea1248f9e3799408edbb4b2f3f8d16319101241d9
parent505d758334afcee07eb40aa1b33f2353c612c8ec
blockdev: Move "file" to legacy_opts

Specifying the image filename through the "file" option is a legacy
option and should not be supported by blockdev-add (in that case, giving
a string for "file" references an existing block device).

Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
blockdev.c