[Qemu-devel] [PATCH] qqq: module for synchronizing with a simulation clock

2016-02-05 Thread James J. Nutaro
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 --- Makefile.target | 2 +- cpus.c | 13 ++

[Qemu-devel] [PATCH] qqq: module for synchronizing with a simulation clock

2016-02-04 Thread James J. Nutaro
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

Re: [Qemu-devel] [PATCH] qqq: module for synchronizing with a simulation clock

2016-02-04 Thread Eric Blake
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