[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-arm] [PATCH v7 0/4] ARM: add query-gic-capabilities QMP comman
From: |
Peter Maydell |
Subject: |
Re: [Qemu-arm] [PATCH v7 0/4] ARM: add query-gic-capabilities QMP command |
Date: |
Tue, 29 Mar 2016 21:10:24 +0100 |
On 24 March 2016 at 02:55, 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}]}
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
- [Qemu-arm] [PATCH v7 0/4] ARM: add query-gic-capabilities QMP command, Peter Xu, 2016/03/23
- [Qemu-arm] [PATCH v7 1/4] arm: qmp: add query-gic-capabilities interface, Peter Xu, 2016/03/23
- [Qemu-arm] [PATCH v7 2/4] arm: enhance kvm_arm_create_scratch_host_vcpu, Peter Xu, 2016/03/23
- [Qemu-arm] [PATCH v7 3/4] kvm: add kvm_device_supported() helper function, Peter Xu, 2016/03/23
- [Qemu-arm] [PATCH v7 4/4] arm: implement query-gic-capabilities, Peter Xu, 2016/03/23
- Re: [Qemu-arm] [PATCH v7 0/4] ARM: add query-gic-capabilities QMP command,
Peter Maydell <=
- Re: [Qemu-arm] [PATCH v7 0/4] ARM: add query-gic-capabilities QMP command, Peter Maydell, 2016/03/30