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: Michael Tokarev
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
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.5.0

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]