V5 failed to build with MinGW, so I had to move the arpa/inet.h to a place inside the #ifndef block in qqq.c. Also fixed some formatting problems. Otherwise they are the same. Thanks for your reviews!
Jim -----Original Message----- From: Paolo Bonzini [mailto:pbonz...@redhat.com] Sent: Thursday, January 05, 2017 10:27 AM To: Nutaro, James J.; qemu-devel@nongnu.org Subject: Re: [PATCH v6] qqq: module for synchronizing with a simulation On 05/01/2017 16:07, 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. > > Signed-off-by: James J. Nutaro <nutar...@ornl.gov> What's the difference between v5 and v6? > +(2) Fork QEMU with the appropriate command line arguments. > + The -qqq part of the argument will look something like > + > + -qqq sock=socks[1] No need for -qqq, just make it "-icount extclock=FD". Paolo