]> git.proxmox.com Git - mirror_qemu.git/commit
file-win32: Error out if locking=on
authorFam Zheng <famz@redhat.com>
Tue, 2 May 2017 16:35:51 +0000 (00:35 +0800)
committerKevin Wolf <kwolf@redhat.com>
Thu, 11 May 2017 09:08:41 +0000 (11:08 +0200)
commit1c3a555c35f2124d45a295eb715e50512526810e
tree757f08c9a23d47881e79b791a1098ba1a99fdea7
parent16b48d5d66d2fceb86114b28d693aad930f5070d
file-win32: Error out if locking=on

We share the same set of QAPI options with file-posix, but locking is
not supported here. So error out if it is specified as 'on' for now.

Signed-off-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/file-win32.c