From: Stefan Berger <stefanb@linux.vnet.ibm.com>
To: Stefan Berger <stefanb@linux.vnet.ibm.com>, qemu-devel@nongnu.org
Cc: andreas.niederl@iaik.tugraz.at, anthony@codemonkey.ws, mst@redhat.com
Subject: [Qemu-devel] [PATCH V18 8/7] Add qmp support
Date: Wed, 02 May 2012 21:43:25 -0400 [thread overview]
Message-ID: <4FA1E2BD.2010302@linux.vnet.ibm.com> (raw)
In-Reply-To: <1335996178-5046-1-git-send-email-stefanb@linux.vnet.ibm.com>
Add qmp support
---
qmp-commands.hx | 5 +++++
1 file changed, 5 insertions(+)
Index: qemu-git.pt/qmp-commands.hx
===================================================================
--- qemu-git.pt.orig/qmp-commands.hx
+++ qemu-git.pt/qmp-commands.hx
@@ -2142,3 +2142,8 @@ EQMP
.args_type = "implements:s?,abstract:b?",
.mhandler.cmd_new = qmp_marshal_input_qom_list_types,
},
+ {
+ .name = "query-tpm",
+ .args_type = "",
+ .mhandler.cmd_new = qmp_marshal_input_query_tpm,
+ },
prev parent reply other threads:[~2012-05-03 1:43 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-02 22:02 [Qemu-devel] [PATCH V18 0/7] Qemu Trusted Platform Module (TPM) integration Stefan Berger
2012-05-02 22:02 ` [Qemu-devel] [PATCH V18 1/7] Support for TPM command line options Stefan Berger
2012-05-02 22:02 ` [Qemu-devel] [PATCH V18 2/7] Add TPM (frontend) hardware interface (TPM TIS) to Qemu Stefan Berger
2012-05-02 22:02 ` [Qemu-devel] [PATCH V18 3/7] Add a debug register Stefan Berger
2012-05-02 22:02 ` [Qemu-devel] [PATCH V18 4/7] Build the TPM frontend code Stefan Berger
2012-05-02 22:02 ` [Qemu-devel] [PATCH V18 5/7] Add a TPM Passthrough backend driver implementation Stefan Berger
2012-05-02 22:02 ` [Qemu-devel] [PATCH V18 6/7] Introduce --enable-tpm-passthrough configure option Stefan Berger
2012-05-02 22:02 ` [Qemu-devel] [PATCH V18 7/7] Add fd parameter for TPM passthrough driver Stefan Berger
2012-05-03 1:43 ` Stefan Berger [this message]
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=4FA1E2BD.2010302@linux.vnet.ibm.com \
--to=stefanb@linux.vnet.ibm.com \
--cc=andreas.niederl@iaik.tugraz.at \
--cc=anthony@codemonkey.ws \
--cc=mst@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).