qemu-trivial.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Michael Tokarev <mjt@tls.msk.ru>
To: James Nutaro <nutaro@gmail.com>, qemu-trivial@nongnu.org
Subject: Re: [Qemu-trivial] [PATCH] Added code for synchronzing the internal simulation clock with an external simulation clock
Date: Sat, 30 Jan 2016 12:32:13 +0300	[thread overview]
Message-ID: <56AC831D.2080809@msgid.tls.msk.ru> (raw)
In-Reply-To: <CANVkX9HFRVH1n4WpHbZ23EGH6UFtrTCrh2r_CDHMPNtmU3w5_A@mail.gmail.com>

13.01.2016 18:35, James Nutaro wrote:
> 
> This patch adds an interface via UNIX shared memory for pacing the execution of QEMU to match an external simulation clock. The aim is to allow QEMU to be used as a module inside of a larger simulation system.
> 
> The body of the patch is below.
> 
[...]
> ---
>  Makefile.target          |   2 +-
>  cpus.c                   |   9 ++++-
>  include/qemu/thread.h    |   8 ++++
>  qqq.c                    | 101 +++++++++++++++++++++++++++++++++++++++++++++++
>  qqq.h                    |  67 +++++++++++++++++++++++++++++++
>  util/qemu-thread-posix.c |  14 +++++++
>  vl.c                     |   5 +++
>  7 files changed, 204 insertions(+), 2 deletions(-)
>  create mode 100644 qqq.c
>  create mode 100644 qqq.h

Now I wonder what it has to do with -trivial and why it hasn't
been sent to -devel.  It's a new subsystem, so to say... :)

Please post it to qemu-devel mailinglist at least.

Thanks,

/mjt


  reply	other threads:[~2016-01-30  9:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-13 15:35 [Qemu-trivial] [PATCH] Added code for synchronzing the internal simulation clock with an external simulation clock James Nutaro
2016-01-30  9:32 ` Michael Tokarev [this message]
2016-01-30 14:12   ` James 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=56AC831D.2080809@msgid.tls.msk.ru \
    --to=mjt@tls.msk.ru \
    --cc=nutaro@gmail.com \
    --cc=qemu-trivial@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).