
On 24 March 2016 at 02:55, Peter Xu <peterx@redhat.com> wrote:
This patch is to add ARM-specific command "query-gic-capability".
The new command can report which kind of GIC device the host/QEMU support. The returned result is in the form of array.
Sample command and output:
{"execute": "query-gic-capability"} {"return": [{"emulated": false, "version": 3, "kernel": false}, {"emulated": true, "version": 2, "kernel": true}]}
I really strongly want this in 2.6 but we are very very nearly out of time. Eric or Markus, could I trouble one of you to provide an ack for this series for the QMP protocol aspects sometime before end of Wednesday, please? I also don't think I've seen an indication from the libvirt folks that this is definitely the API they want; did I miss it? thanks -- PMM