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 ++
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
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