From: "Dr. David Alan Gilbert (git)" <dgilbert@redhat.com>
To: qemu-devel@nongnu.org, lcapitulino@redhat.com, afaerber@suse.de,
armbru@redhat.com
Cc: pbonzini@redhat.com, arei.gonglei@huawei.com, kwolf@redhat.com
Subject: [Qemu-devel] [PATCH 0/2] qom-get [for 2.8]
Date: Thu, 25 Aug 2016 10:37:11 +0100 [thread overview]
Message-ID: <1472117833-10236-1-git-send-email-dgilbert@redhat.com> (raw)
From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
Hi,
I'd noticed a while ago the lack of qom-get and
was about to implement it, when I noticed Andreas
had implemented it back in March 2015 as part of the
larger patch series 'qom: HMP commands to supersede info qtree'
( 1426178624-32638-1-git-send-email-afaerber@suse.de )
which was a v2 of a series from 2014 of his.
Here is a forward ported version of just the pair of
patches that are needed for qom-get.
Usage examples:
(qemu) qom-get /backend/console[0]/device/vga.rom[0] size
65536 (0x10000)
(qemu) qom-get /machine smm
"auto"
(qemu) qom-get /machine rtc-time
struct type not implemented
Dave
Dr. David Alan Gilbert (2):
qapi: Stub out StringOutputVisitor struct support
qom: Implement qom-get HMP command
hmp-commands.hx | 13 +++++++++++++
hmp.c | 23 +++++++++++++++++++++++
hmp.h | 1 +
qapi/string-output-visitor.c | 13 +++++++++++++
4 files changed, 50 insertions(+)
--
2.7.4
next reply other threads:[~2016-08-25 9:37 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-25 9:37 Dr. David Alan Gilbert (git) [this message]
2016-08-25 9:37 ` [Qemu-devel] [PATCH 1/2] qapi: Stub out StringOutputVisitor struct support Dr. David Alan Gilbert (git)
2016-09-19 13:11 ` Markus Armbruster
2016-09-19 13:47 ` Dr. David Alan Gilbert
2016-09-19 14:14 ` Markus Armbruster
2016-09-19 14:21 ` Dr. David Alan Gilbert
2016-09-19 15:27 ` Markus Armbruster
2016-09-19 15:38 ` Dr. David Alan Gilbert
2016-09-19 16:52 ` Markus Armbruster
2016-09-19 17:39 ` Dr. David Alan Gilbert
2016-08-25 9:37 ` [Qemu-devel] [PATCH 2/2] qom: Implement qom-get HMP command Dr. David Alan Gilbert (git)
2016-09-19 13:30 ` Markus Armbruster
2016-08-30 10:59 ` [Qemu-devel] [PATCH 0/2] qom-get [for 2.8] Paolo Bonzini
2016-09-05 18:50 ` Dr. David Alan Gilbert
2016-09-06 7:22 ` Paolo Bonzini
2016-09-06 10:10 ` Dr. David Alan Gilbert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1472117833-10236-1-git-send-email-dgilbert@redhat.com \
--to=dgilbert@redhat.com \
--cc=afaerber@suse.de \
--cc=arei.gonglei@huawei.com \
--cc=armbru@redhat.com \
--cc=kwolf@redhat.com \
--cc=lcapitulino@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).