qemu-storage-daemon: Add --chardev option
commit5e6911cf11e726e6a951824bed305191e568287a
authorKevin Wolf <kwolf@redhat.com>
Mon, 24 Feb 2020 14:30:01 +0000 (24 15:30 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 6 Mar 2020 16:21:28 +0000 (6 17:21 +0100)
treedf2e68b4fe206bfaebeda660d6305ed33aa23a4b
parentaa70683ded5ac3c1468883f4b09d7d4077ae33ca
qemu-storage-daemon: Add --chardev option

This adds a --chardev option to the storage daemon that works the same
as the -chardev option of the system emulator.

The syntax of the --chardev option is still considered unstable. We want
to QAPIfy it and will potentially make changes to its syntax while
converting it. However, we haven't decided yet on a design for the
QAPIfication, so QemuOpts will have to do for now.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Message-Id: <20200224143008.13362-14-kwolf@redhat.com>
Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Makefile
qemu-storage-daemon.c