Re: [RFC PATCH 02/18] qemu-storage-daemon: Add --object option

2019-11-18 Thread Markus Armbruster
Kevin Wolf writes: > Am 07.11.2019 um 21:36 hat Markus Armbruster geschrieben: >> Kevin Wolf writes: >> >> > Add a command line option to create user-creatable QOM objects. >> > >> > Signed-off-by: Kevin Wolf >> > --- >> > qemu-storage-daemon.c | 35 +++ >> > 1

Re: [RFC PATCH 02/18] qemu-storage-daemon: Add --object option

2019-11-14 Thread Kevin Wolf
Am 07.11.2019 um 21:36 hat Markus Armbruster geschrieben: > Kevin Wolf writes: > > > Add a command line option to create user-creatable QOM objects. > > > > Signed-off-by: Kevin Wolf > > --- > > qemu-storage-daemon.c | 35 +++ > > 1 file changed, 35 insertions(+)

Re: [RFC PATCH 02/18] qemu-storage-daemon: Add --object option

2019-11-07 Thread Markus Armbruster
Kevin Wolf writes: > Add a command line option to create user-creatable QOM objects. > > Signed-off-by: Kevin Wolf > --- > qemu-storage-daemon.c | 35 +++ > 1 file changed, 35 insertions(+) > > diff --git a/qemu-storage-daemon.c b/qemu-storage-daemon.c > index a2

[RFC PATCH 02/18] qemu-storage-daemon: Add --object option

2019-10-17 Thread Kevin Wolf
Add a command line option to create user-creatable QOM objects. Signed-off-by: Kevin Wolf --- qemu-storage-daemon.c | 35 +++ 1 file changed, 35 insertions(+) diff --git a/qemu-storage-daemon.c b/qemu-storage-daemon.c index a251dc255c..48d6af43a6 100644 --- a/qem