[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-arm] [PATCH v5 0/5] ARM: add query-gic-capabilities SMP comman
From: |
Peter Xu |
Subject: |
Re: [Qemu-arm] [PATCH v5 0/5] ARM: add query-gic-capabilities SMP command |
Date: |
Wed, 23 Mar 2016 13:43:40 +0800 |
User-agent: |
Mutt/1.5.24 (2015-08-30) |
On Tue, Mar 22, 2016 at 02:49:19PM +0000, Peter Maydell wrote:
> On 18 March 2016 at 03:27, Peter Xu <address@hidden> 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}]}
>
> Reminder: I still need confirmation from the libvirt folks
> that this API meets their needs, and review from somebody
> on the QEMU QMP protocol design side. This should go into
> 2.6 but we are getting closer to hardfreeze...
Hi, Peter,
Regarding to QMP part, I have got review comments from Eric/Markus,
and will do more spins if necessary (latest v6). For libvirt part,
Andrea should be the one to finish the libvirt part of this
feature, so I am considering him to be the libvirt guy. Do you think
we need more review besides CCed, especially on libvirt part?
Thanks.
-- peterx
- Re: [Qemu-arm] [PATCH v5 2/5] arm: qmp: add query-gic-capabilities interface, (continued)
[Qemu-arm] [PATCH v5 3/5] arm: enhance kvm_arm_create_scratch_host_vcpu, Peter Xu, 2016/03/17
[Qemu-arm] [PATCH v5 4/5] kvm: add kvm_support_device() helper function, Peter Xu, 2016/03/17
[Qemu-arm] [PATCH v5 5/5] arm: implement query-gic-capabilities, Peter Xu, 2016/03/17
Re: [Qemu-arm] [PATCH v5 0/5] ARM: add query-gic-capabilities SMP command, Andrea Bolognani, 2016/03/21
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 0/5] ARM: add query-gic-capabilities SMP command, Markus Armbruster, 2016/03/22
Re: [Qemu-arm] [PATCH v5 0/5] ARM: add query-gic-capabilities SMP command, Peter Maydell, 2016/03/22
- Re: [Qemu-arm] [PATCH v5 0/5] ARM: add query-gic-capabilities SMP command,
Peter Xu <=