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 +++ >> >

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

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