qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-trivial] [PATCH] Added code for synchronzing the internal simu


From: James Nutaro
Subject: Re: [Qemu-trivial] [PATCH] Added code for synchronzing the internal simulation clock with an external simulation clock
Date: Sat, 30 Jan 2016 09:12:38 -0500

Will do. It seemed small and simple enough to be trivial 8--).

Thanks

On Sat, Jan 30, 2016 at 4:32 AM, Michael Tokarev <address@hidden> wrote:
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 via email to

[Prev in Thread] Current Thread [Next in Thread]