Re: [Qemu-devel] [PATCH v7 0/4] ARM: add query-gic-capabilities QMP command

2016-03-30 Thread Peter Maydell
On 24 March 2016 at 02:55, Peter Xu wrote: > v7 changes: > - patch 1 > - add more to commit log, about how to use the results [Markus] > - change interface from dict back to array [Markus, Eric] > - patch 2 > - kvm_arm_create_scratch_host_vcpu should raise error when init > non-zero, but

Re: [Qemu-devel] [PATCH v7 0/4] ARM: add query-gic-capabilities QMP command

2016-03-30 Thread Andrea Bolognani
On Tue, 2016-03-29 at 21:10 +0100, Peter Maydell wrote: > On 24 March 2016 at 02:55, Peter Xu 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

Re: [Qemu-devel] [PATCH v7 0/4] ARM: add query-gic-capabilities QMP command

2016-03-29 Thread Peter Maydell
On 24 March 2016 at 02:55, Peter Xu 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-cap

[Qemu-devel] [PATCH v7 0/4] ARM: add query-gic-capabilities QMP command

2016-03-23 Thread Peter Xu
v7 changes: - patch 1 - add more to commit log, about how to use the results [Markus] - change interface from dict back to array [Markus, Eric] - patch 2 - kvm_arm_create_scratch_host_vcpu should raise error when init non-zero, but failed to find a good CPU model [Sergey] - patch 3 - re