Re: [RFC PATCH 10/18] qemu-storage-daemon: Add --chardev option

2019-11-08 Thread Markus Armbruster
Kevin Wolf writes: > This adds a --chardev option to the storage daemon that works the same > as the -chardev option of the system emulator. > > Signed-off-by: Kevin Wolf > --- > qemu-storage-daemon.c | 19 +++ > Makefile | 2 +- > 2 files changed, 20 insertions(+)

[RFC PATCH 10/18] qemu-storage-daemon: Add --chardev option

2019-10-17 Thread Kevin Wolf
This adds a --chardev option to the storage daemon that works the same as the -chardev option of the system emulator. Signed-off-by: Kevin Wolf --- qemu-storage-daemon.c | 19 +++ Makefile | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/qemu-s