From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55165) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmhAy-0006UH-U6 for qemu-devel@nongnu.org; Fri, 07 Nov 2014 05:54:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XmhAu-0007ed-FZ for qemu-devel@nongnu.org; Fri, 07 Nov 2014 05:53:56 -0500 Received: from mx1.redhat.com ([209.132.183.28]:45790) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmhAu-0007eQ-6L for qemu-devel@nongnu.org; Fri, 07 Nov 2014 05:53:52 -0500 Message-ID: <545CA4B6.20304@redhat.com> Date: Fri, 07 Nov 2014 11:53:42 +0100 From: Eric Blake MIME-Version: 1.0 References: <20141107103123.6136.18545.stgit@PASHA-ISP> <20141107103241.6136.60606.stgit@PASHA-ISP> In-Reply-To: <20141107103241.6136.60606.stgit@PASHA-ISP> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="WIvdi8vGlDVumJkC3s2AT7Dckc1fuBdUx" Subject: Re: [Qemu-devel] [RFC PATCH v4 13/25] replay: asynchronous events infrastructure List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pavel Dovgalyuk , qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, peter.crosthwaite@xilinx.com, mark.burton@greensocs.com, real@ispras.ru, batuzovk@ispras.ru, maria.klimushenkova@ispras.ru, pbonzini@redhat.com, alex.bennee@linaro.org, afaerber@suse.de, fred.konrad@greensocs.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --WIvdi8vGlDVumJkC3s2AT7Dckc1fuBdUx Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 11/07/2014 11:32 AM, Pavel Dovgalyuk wrote: > This patch adds module for saving and replaying asynchronous events. > These events include network packets, keyboard and mouse input, > USB packets, thread pool and bottom halves callbacks. > All events are stored in the queue to be processed at synchronization p= oints > such as beginning of TB execution, or checkpoint in the iothread. >=20 > Signed-off-by: Pavel Dovgalyuk > --- > replay/Makefile.objs | 1=20 > replay/replay-events.c | 217 ++++++++++++++++++++++++++++++++++++++= ++++++++ > replay/replay-internal.h | 27 ++++++ > replay/replay.h | 4 + > 4 files changed, 249 insertions(+), 0 deletions(-) > create mode 100755 replay/replay-events.c >=20 > diff --git a/replay/Makefile.objs b/replay/Makefile.objs > index 1148f45..7b0c8ed 100755 > --- a/replay/Makefile.objs > +++ b/replay/Makefile.objs > @@ -1,2 +1,3 @@ > obj-y +=3D replay.o > obj-y +=3D replay-internal.o > +obj-y +=3D replay-events.o > \ No newline at end of file Please ensure that text files always end in newline. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --WIvdi8vGlDVumJkC3s2AT7Dckc1fuBdUx Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg iQEcBAEBCAAGBQJUXKS2AAoJEKeha0olJ0NqOikH/2VaZm9sXEkMTZ/SNM15Puq5 BM/p6y6u6VkmpOQSWLmYPZ2dYC51y/FS/d3EOylW/Pgv/7bbqBnOmmpjtIdsisMi PnzENrNDcjH4X7G7xbaUuOf/hUL1zR+dwoGllzoHE5TK4bpHEntck/KbV5omFt48 ZNysVnTDNcDFehGZ5H0pZ7xEExIZBSgBidpFh+mJvBsNVZ5KKOifS5mob0DiZ0WQ wwjaAwVUMNynt98umKDFeAYL74EnHqcdt69k2iVlGzw67QsDrhs6Ov9pNSKzJU/r J2HsLB+1sVYw4FAyRQ48tMgUPyaG0Ea2qShD9zL5zB2ogrzLbvT76pIaRwD2cFM= =3wnx -----END PGP SIGNATURE----- --WIvdi8vGlDVumJkC3s2AT7Dckc1fuBdUx--