[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/

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

2017-01-04 Thread no-reply
Hi, Your series seems to have some coding style problems. See output below for more information: Type: series Message-id: 1483568308-28868-1-git-send-email-nutar...@ornl.gov Subject: [Qemu-devel] [PATCH v5] qqq: module for synchronizing with a simulation === TEST SCRIPT BEGIN === #!/bin/bash

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

2017-01-04 Thread no-reply
Hi, Your series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Type: series Message-id: 1483568308-28868-1-git-send-email-nutar...@ornl.gov Subject: [Qemu-devel] [PATCH v5] qqq: module for