Re: [Qemu-devel] [PATCH v7 1/4] arm: qmp: add query-gic-capabilities interface

2016-03-29 Thread Eric Blake
On 03/23/2016 08:55 PM, Peter Xu wrote: > This patch add "query-gic-capabilities" but does not implemnet it. The s/implemnet/implement/ > command is ARM-only. The command will return a list of GICCapability > struct that describes all GIC versions that current QEMU and system > support. > > Libv

[Qemu-devel] [PATCH v7 1/4] arm: qmp: add query-gic-capabilities interface

2016-03-23 Thread Peter Xu
This patch add "query-gic-capabilities" but does not implemnet it. The command is ARM-only. The command will return a list of GICCapability struct that describes all GIC versions that current QEMU and system support. Libvirt is possibly the first consumer of this new command. Before this patch, u