Re: [Qemu-devel] [PATCH 0/1] Get the list of arguments from a QMP command

2015-04-01 Thread Markus Armbruster
I'm up to the ears in a query-schema prototype. I'll reply to this as soon as I can.

Re: [Qemu-devel] [PATCH 0/1] Get the list of arguments from a QMP command

2015-04-01 Thread Alberto Garcia
On Sat, Mar 14, 2015 at 05:12:33PM +0100, Markus Armbruster wrote: [QMP introspection] > Detail. I want us to figure out what information we want to provide > first, how to encode it second, and how to fit it into the existing > introspection interfaces third. Ok, I managed to find some time t

Re: [Qemu-devel] [PATCH 0/1] Get the list of arguments from a QMP command

2015-03-14 Thread Markus Armbruster
Kevin Wolf writes: > Am 11.03.2015 um 20:22 hat Markus Armbruster geschrieben: >> Alberto Garcia writes: >> >> > On Wed, Mar 11, 2015 at 11:21:43AM +0100, Markus Armbruster wrote: >> > >> >> > I can actually try to implement full introspection support, but I >> >> > would like to know what API

Re: [Qemu-devel] [PATCH 0/1] Get the list of arguments from a QMP command

2015-03-12 Thread Kevin Wolf
Am 11.03.2015 um 20:22 hat Markus Armbruster geschrieben: > Alberto Garcia writes: > > > On Wed, Mar 11, 2015 at 11:21:43AM +0100, Markus Armbruster wrote: > > > >> > I can actually try to implement full introspection support, but I > >> > would like to know what API you would like. Something lik

Re: [Qemu-devel] [PATCH 0/1] Get the list of arguments from a QMP command

2015-03-12 Thread Alberto Garcia
On Wed, Mar 11, 2015 at 11:21:43AM +0100, Markus Armbruster wrote: > > I can actually try to implement full introspection support, but I > > would like to know what API you would like. Something like this? > > > >'query-commands' > >'query-enums' > >'query-events' > >'query-types'

Re: [Qemu-devel] [PATCH 0/1] Get the list of arguments from a QMP command

2015-03-11 Thread Markus Armbruster
Alberto Garcia writes: > On Wed, Mar 11, 2015 at 11:21:43AM +0100, Markus Armbruster wrote: > >> > I can actually try to implement full introspection support, but I >> > would like to know what API you would like. Something like this? >> > >> >'query-commands' >> >'query-enums' >> >'q

Re: [Qemu-devel] [PATCH 0/1] Get the list of arguments from a QMP command

2015-03-11 Thread Kevin Wolf
Am 11.03.2015 um 11:21 hat Markus Armbruster geschrieben: > Cc'ing Amos, who grappled with this in the past. > > Alberto Garcia writes: > > > On Fri, Mar 06, 2015 at 10:11:39AM -0700, Eric Blake wrote: > > > >> I'm still thinking about the actual patch, and whether we want > >> to commit to this

Re: [Qemu-devel] [PATCH 0/1] Get the list of arguments from a QMP command

2015-03-11 Thread Kevin Wolf
Am 06.03.2015 um 18:11 hat Eric Blake geschrieben: > On 02/24/2015 06:51 AM, Alberto Garcia wrote: > > Hello, > > > > this is a follow-up to the comments from Eric Blake about my patches > > to extend the block streaming API: > > > >https://lists.gnu.org/archive/html/qemu-devel/2015-02/msg042

Re: [Qemu-devel] [PATCH 0/1] Get the list of arguments from a QMP command

2015-03-11 Thread Markus Armbruster
Cc'ing Amos, who grappled with this in the past. Alberto Garcia writes: > On Fri, Mar 06, 2015 at 10:11:39AM -0700, Eric Blake wrote: > >> I'm still thinking about the actual patch, and whether we want >> to commit to this or just bite the bullet and go for full >> introspection. At any rate, i

Re: [Qemu-devel] [PATCH 0/1] Get the list of arguments from a QMP command

2015-03-11 Thread Alberto Garcia
On Fri, Mar 06, 2015 at 10:11:39AM -0700, Eric Blake wrote: > I'm still thinking about the actual patch, and whether we want > to commit to this or just bite the bullet and go for full > introspection. At any rate, it's a bit late for 2.3, so we have the > full 2.4 cycle to get it right. I under

Re: [Qemu-devel] [PATCH 0/1] Get the list of arguments from a QMP command

2015-03-06 Thread Eric Blake
On 02/24/2015 06:51 AM, Alberto Garcia wrote: > Hello, > > this is a follow-up to the comments from Eric Blake about my patches > to extend the block streaming API: > >https://lists.gnu.org/archive/html/qemu-devel/2015-02/msg04231.html > > Since QEMU doesn't have an easy way to tell the argu

[Qemu-devel] [PATCH 0/1] Get the list of arguments from a QMP command

2015-02-24 Thread Alberto Garcia
Hello, this is a follow-up to the comments from Eric Blake about my patches to extend the block streaming API: https://lists.gnu.org/archive/html/qemu-devel/2015-02/msg04231.html Since QEMU doesn't have an easy way to tell the arguments that a particular QMP command supports, and it seems tha