From: Eric Blake <eblake@redhat.com>
To: "James J. Nutaro" <nutarojj@ornl.gov>, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] qqq: module for synchronizing with a simulation clock
Date: Thu, 4 Feb 2016 14:31:33 -0700 [thread overview]
Message-ID: <56B3C335.9000406@redhat.com> (raw)
In-Reply-To: <1454617547-18757-1-git-send-email-nutarojj@ornl.gov>
[-- Attachment #1: Type: text/plain, Size: 2120 bytes --]
On 02/04/2016 01:25 PM, James J. Nutaro wrote:
> This patch adds an interface for pacing the execution of QEMU to match
> an external simulation clock. Its aim is to permit QEMU to be used
> as a module within a larger simulation system.
>
> Makefile.target | 2 +-
> cpus.c | 13 ++++++-
> docs/simulation-sync.txt | 61 ++++++++++++++++++++++++++++++
> include/qemu/thread.h | 11 ++++++
> qemu-options.hx | 17 +++++++++
> qqq.c | 98 ++++++++++++++++++++++++++++++++++++++++++++++++
> qqq.h | 39 +++++++++++++++++++
> util/qemu-thread-posix.c | 16 ++++++++
> vl.c | 35 ++++++++++++++++-
> 9 files changed, 288 insertions(+), 4 deletions(-)
> create mode 100644 docs/simulation-sync.txt
> create mode 100644 qqq.c
> create mode 100644 qqq.h
>
> -- 2.5.0 >From ef2136cf357c111a4c00bbadf78e3067cc43cab6 Mon Sep 17
> 00:00:00 2001 From: "James J. Nutaro" <nutarojj@ornl.gov> Date: Thu, 4
> Feb 2016 11:12:02 -0500 Subject: [PATCH] This patch adds an interface
> for pacing the execution of QEMU to match an external simulation clock.
> Its aim is to permit QEMU to be used as a module within a larger
> simulation system. Signed-off-by: James J. Nutaro <nutarojj@ornl.gov>
> --- Makefile.target | 2 +- cpus.c | 13 ++++++- docs/simulation-sync.txt
Whoops. You included a '-- ' line above your actual patch, which made
my mailer treat the entire thing as a signature, and replying to a
signature messes up formatting. You also have a diffstat listed twice;
normally, when using 'git send-email' to send a patch, there will only
be a single diffstat, occurring after a '---' divider between the text
above that belongs in the commit log, and the text below which is
informative to readers but not part of the patch proper, before the
actual diff then starts; then git inserts a '-- ' signature at the very
bottom saying which version of git sent the mail.
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]
next prev parent reply other threads:[~2016-02-04 21:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-04 20:25 [Qemu-devel] [PATCH] qqq: module for synchronizing with a simulation clock James J. Nutaro
2016-02-04 21:31 ` Eric Blake [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-02-05 14:12 James J. Nutaro
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=56B3C335.9000406@redhat.com \
--to=eblake@redhat.com \
--cc=nutarojj@ornl.gov \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.