From: Simon Ruderich <simon@ruderich.org>
To: qemu-devel@nongnu.org
Cc: David Alan Gilbert <dgilbert@redhat.com>,
Peter Crosthwaite <crosthwaitepeter@gmail.com>,
Paolo Bonzini <pbonzini@redhat.com>,
Richard Henderson <rth@twiddle.net>,
Markus Armbruster <armbru@redhat.com>,
Eric Blake <eblake@redhat.com>,
Simon Ruderich <simon@ruderich.org>
Subject: [Qemu-devel] [PATCH v8 0/7] qmp: add pmemload command
Date: Thu, 15 Nov 2018 15:07:11 +0100 [thread overview]
Message-ID: <cover.1542290622.git.simon@ruderich.org> (raw)
Hello,
This time as a new thread to help patchew. The only change is to use the
correct next version.
Regards
Simon Ruderich
Simon Ruderich (7):
cpus: correct coding style in qmp_memsave/qmp_pmemsave
cpus: convert qmp_memsave/qmp_pmemsave to use qemu_open
cpus: use size_t in qmp_memsave/qmp_pmemsave
hmp: use l for size argument in memsave/pmemsave
hmp: use F for filename arguments in memsave/pmemsave
qmp: add pmemload command
hmp: add pmemload command
cpus.c | 85 +++++++++++++++++++++++++++++++++++++++++--------
hmp-commands.hx | 18 +++++++++--
hmp.c | 16 ++++++++--
hmp.h | 1 +
qapi/misc.json | 20 ++++++++++++
5 files changed, 122 insertions(+), 18 deletions(-)
Diff between v7 and v8:
diff --git a/qapi/misc.json b/qapi/misc.json
index 39f5e7dd38..e4f39e31e5 100644
--- a/qapi/misc.json
+++ b/qapi/misc.json
@@ -1201,7 +1201,7 @@
#
# Returns: Nothing on success
#
-# Since: 3.2
+# Since: 4.0
##
{ 'command': 'pmemload',
'data': {'val': 'int', 'filename': 'str', '*size': 'int', '*offset': 'int'} }
--
2.19.1
next reply other threads:[~2018-11-15 14:07 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-15 14:07 Simon Ruderich [this message]
2018-11-15 14:07 ` [Qemu-devel] [PATCH v8 1/7] cpus: correct coding style in qmp_memsave/qmp_pmemsave Simon Ruderich
2018-11-15 14:07 ` [Qemu-devel] [PATCH v8 2/7] cpus: convert qmp_memsave/qmp_pmemsave to use qemu_open Simon Ruderich
2018-11-15 14:07 ` [Qemu-devel] [PATCH v8 3/7] cpus: use size_t in qmp_memsave/qmp_pmemsave Simon Ruderich
2018-11-15 14:07 ` [Qemu-devel] [PATCH v8 4/7] hmp: use l for size argument in memsave/pmemsave Simon Ruderich
2018-11-15 14:07 ` [Qemu-devel] [PATCH v8 5/7] hmp: use F for filename arguments " Simon Ruderich
2018-11-15 14:07 ` [Qemu-devel] [PATCH v8 6/7] qmp: add pmemload command Simon Ruderich
2018-11-28 12:37 ` Markus Armbruster
2018-11-28 16:43 ` Eric Blake
2018-11-28 18:07 ` Markus Armbruster
2018-11-15 14:07 ` [Qemu-devel] [PATCH v8 7/7] hmp: " Simon Ruderich
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=cover.1542290622.git.simon@ruderich.org \
--to=simon@ruderich.org \
--cc=armbru@redhat.com \
--cc=crosthwaitepeter@gmail.com \
--cc=dgilbert@redhat.com \
--cc=eblake@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=rth@twiddle.net \
/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).