Re: [RFC PATCH 05/18] qemu-storage-daemon: Add --blockdev option

2019-11-08 Thread Markus Armbruster
Kevin Wolf writes: > This adds a --blockdev option to the storage daemon that works the same > as the -blockdev option of the system emulator. > > In order to be able to link with blockdev.o, we also need to change > stream.o from common-obj to block-obj, which is where all other block > jobs alr

[RFC PATCH 05/18] qemu-storage-daemon: Add --blockdev option

2019-10-17 Thread Kevin Wolf
This adds a --blockdev option to the storage daemon that works the same as the -blockdev option of the system emulator. In order to be able to link with blockdev.o, we also need to change stream.o from common-obj to block-obj, which is where all other block jobs already are. Signed-off-by: Kevin