qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v5 0/5] ARM: add query-gic-capabilities SMP comm


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v5 0/5] ARM: add query-gic-capabilities SMP command
Date: Tue, 22 Mar 2016 14:49:19 +0000

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...

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]