qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] ARM: add query-gic-capability SMP command
@ 2016-02-23 10:52 Peter Xu
  2016-02-23 10:52 ` [Qemu-devel] [PATCH 1/3] arm: gic: add GICType Peter Xu
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Peter Xu @ 2016-02-23 10:52 UTC (permalink / raw)
  To: qemu-devel; +Cc: wei, peter.maydell, drjones, mdroth, armbru, peterx, abologna

This patch is to add ARM-specific command "query-gic-capability".

This command can report which kind of GIC device the host/QEMU
support. The returned result is in the form of array. One example
would be:

{"execute": "query-gic-capability"}
{"return": ["gicv2-kvm", "gicv2"]}

For more information on the interface, please refer to the RFC
thread:

https://lists.gnu.org/archive/html/qemu-devel/2016-02/msg02882.html

As discussed in previous RFC threads, this may not the best way to
implement it. Instead, a more generic interface/framework might be
prefered. However this is still needed possibly before the new
interface ready. As a tradeoff, I/we decided to first provide the
command, then we'd better make sure we can have a smooth transition
if there would be a better solution.

Peter Xu (3):
  arm: gic: add GICType
  arm: gic: add "query-gic-capability" interface
  arm: implement query-gic-capability

 monitor.c            |  8 ++++++++
 qapi-schema.json     | 28 ++++++++++++++++++++++++++++
 qmp-commands.hx      | 25 +++++++++++++++++++++++++
 scripts/qapi.py      |  1 +
 target-arm/machine.c | 37 +++++++++++++++++++++++++++++++++++++
 5 files changed, 99 insertions(+)

-- 
2.4.3

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2016-03-03  6:58 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-23 10:52 [Qemu-devel] [PATCH 0/3] ARM: add query-gic-capability SMP command Peter Xu
2016-02-23 10:52 ` [Qemu-devel] [PATCH 1/3] arm: gic: add GICType Peter Xu
2016-03-01 14:20   ` Andrea Bolognani
2016-03-02  3:34     ` Peter Xu
2016-03-02  7:15       ` Peter Xu
2016-03-02  9:47         ` Markus Armbruster
2016-03-02 10:55           ` Peter Xu
2016-03-02 13:59             ` Markus Armbruster
2016-03-03  4:27               ` Peter Xu
2016-03-03  6:34                 ` Markus Armbruster
2016-03-03  6:58                   ` Peter Xu
2016-03-01 16:46   ` Eric Blake
2016-03-02  4:55     ` Peter Xu
2016-02-23 10:52 ` [Qemu-devel] [PATCH 2/3] arm: gic: add "query-gic-capability" interface Peter Xu
2016-02-23 10:52 ` [Qemu-devel] [PATCH 3/3] arm: implement query-gic-capability Peter Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).