Re: [Qemu-devel] [PATCH v4 0/3] ARM: add query-gic-capabilities SMP command

2016-03-16 Thread Andrea Bolognani
On Wed, 2016-03-16 at 10:32 +, Peter Maydell wrote: > On 8 March 2016 at 07:36, Peter Xu wrote: > >  > > v4 changes: > > - all: rename query-gic-capability to query-gic-capabilities [Andrea] > > - patch 3: rename helper function to kvm_support_device, make it > >   inline and lighter. [Drew] >

Re: [Qemu-devel] [PATCH v4 0/3] ARM: add query-gic-capabilities SMP command

2016-03-16 Thread Peter Maydell
On 8 March 2016 at 07:36, Peter Xu wrote: > v4 changes: > - all: rename query-gic-capability to query-gic-capabilities [Andrea] > - patch 3: rename helper function to kvm_support_device, make it > inline and lighter. [Drew] > > v3 changes: > - patch 2: remove func declaration, add qmp header [Dr

[Qemu-devel] [PATCH v4 0/3] ARM: add query-gic-capabilities SMP command

2016-03-07 Thread Peter Xu
v4 changes: - all: rename query-gic-capability to query-gic-capabilities [Andrea] - patch 3: rename helper function to kvm_support_device, make it inline and lighter. [Drew] v3 changes: - patch 2: remove func declaration, add qmp header [Drew] - patch 3: being able to detect KVM GIC capabilities