Re: [Qemu-devel] [PATCH v14 15/21] qom: support non-scalar properties with -object

2017-07-12 Thread Manos Pitsidianakis
On Tue, Jul 11, 2017 at 03:49:50PM +0100, Daniel P. Berrange wrote: On Tue, Jul 11, 2017 at 04:44:46PM +0200, Markus Armbruster wrote: Markus Armbruster writes: > Manos Pitsidianakis writes: > >> Is there a specific reason this patch wasn't finished?

Re: [Qemu-devel] [PATCH v14 15/21] qom: support non-scalar properties with -object

2017-07-11 Thread Daniel P. Berrange
On Tue, Jul 11, 2017 at 04:44:46PM +0200, Markus Armbruster wrote: > Markus Armbruster writes: > > > Manos Pitsidianakis writes: > > > >> Is there a specific reason this patch wasn't finished? If I'm not > >> wrong using non-scalar properties with

Re: [Qemu-devel] [PATCH v14 15/21] qom: support non-scalar properties with -object

2017-07-11 Thread Markus Armbruster
Markus Armbruster writes: > Manos Pitsidianakis writes: > >> Is there a specific reason this patch wasn't finished? If I'm not >> wrong using non-scalar properties with -object is still not possible, >> yet would be a very useful feature for drivers with

Re: [Qemu-devel] [PATCH v14 15/21] qom: support non-scalar properties with -object

2017-07-11 Thread Markus Armbruster
Manos Pitsidianakis writes: > Is there a specific reason this patch wasn't finished? If I'm not > wrong using non-scalar properties with -object is still not possible, > yet would be a very useful feature for drivers with UserCreatable > objects. > > Archive link since this

Re: [Qemu-devel] [PATCH v14 15/21] qom: support non-scalar properties with -object

2017-07-10 Thread Manos Pitsidianakis
Is there a specific reason this patch wasn't finished? If I'm not wrong using non-scalar properties with -object is still not possible, yet would be a very useful feature for drivers with UserCreatable objects. Archive link since this is an old patch:

Re: [Qemu-devel] [PATCH v14 15/21] qom: support non-scalar properties with -object

2016-10-19 Thread Markus Armbruster
"Daniel P. Berrange" writes: > The current -object command line syntax only allows for > creation of objects with scalar properties, or a list > with a fixed scalar element type. Objects which have > properties that are represented as structs in the QAPI > schema cannot be

[Qemu-devel] [PATCH v14 15/21] qom: support non-scalar properties with -object

2016-09-30 Thread Daniel P. Berrange
The current -object command line syntax only allows for creation of objects with scalar properties, or a list with a fixed scalar element type. Objects which have properties that are represented as structs in the QAPI schema cannot be created using -object. This is a design limitation of the way