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

2017-12-19 Thread James J. Nutaro
e git repo. Signed-off-by: James J. Nutaro --- Makefile.target | 1 + accel/kvm/kvm-all.c | 10 cpus.c| 8 +++ docs/external-sim.txt | 59 +++ external_sim.c| 157 ++ external_sim.h

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

2017-12-18 Thread James J. Nutaro
e git repo. Signed-off-by: James J. Nutaro --- Makefile.target | 1 + accel/kvm/kvm-all.c | 10 cpus.c| 8 +++ docs/external-sim.txt | 59 ++ external_sim.c| 162 ++ external_sim.h

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

2017-02-14 Thread James J. Nutaro
if incompatible arguments are provide. [Paolo] v7 -> v8 Updated patch to track changes in the main branch of qemu development. Signed-off-by: James J. Nutaro --- Makefile.target | 3 + cpus.c | 8 +++ docs/simulation-sync.txt | 59 include/

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

2017-01-17 Thread James J. Nutaro
if incompatible arguments are provide. [Paolo] Signed-off-by: James J. Nutaro --- Makefile.target | 3 + cpus.c | 8 +++ docs/simulation-sync.txt | 59 include/sysemu/cpus.h| 1 + kvm-all.c| 10 +++ qemu-options.hx |

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

2017-01-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 | 3 + cpus.c | 8 +++ docs

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

2017-01-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. Signed-off-by: James J. Nutaro --- Makefile.target | 3 + cpus.c | 8 +++ docs

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

2016-12-27 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.objs| 1 + Makefile.target | 3 + cpus.c

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

2016-09-07 Thread James J. Nutaro
This patch adds an interface for pacing the execution of QEMU to match its rtc with an external simulation clock. Its aim is to permit QEMU to be used as a module within a larger simulation system. This revision (v3) corrects formatting errors detected by Patchew. Signed-off-by: James J. Nutaro

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

2016-09-06 Thread James J. Nutaro
This module enables QEMU running in the icount mode to synchronize the emulator's rtc with the simulation time in some external simulation pacakge. Signed-off by: James J. Nutaro --- Makefile.target | 3 ++ docs/simulation-sync.txt | 60 ++ qemu-optio

[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
| 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&quo