From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51056) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMXsS-0004kk-9n for qemu-devel@nongnu.org; Tue, 04 Aug 2015 04:47:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZMXsO-00052Y-Ai for qemu-devel@nongnu.org; Tue, 04 Aug 2015 04:47:16 -0400 Received: from mail-wi0-x22a.google.com ([2a00:1450:400c:c05::22a]:35623) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMXsO-00052G-3t for qemu-devel@nongnu.org; Tue, 04 Aug 2015 04:47:12 -0400 Received: by wibxm9 with SMTP id xm9so155802988wib.0 for ; Tue, 04 Aug 2015 01:47:11 -0700 (PDT) Date: Tue, 4 Aug 2015 09:47:08 +0100 From: Stefan Hajnoczi Message-ID: <20150804084708.GA6603@stefanha-thinkpad.redhat.com> References: <1437117954-16342-1-git-send-email-jasowang@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZPt4rx8FFjLCG7dd" Content-Disposition: inline In-Reply-To: <1437117954-16342-1-git-send-email-jasowang@redhat.com> Subject: Re: [Qemu-devel] [PATCH V3 1/2] tests: introduce basic pci test for virtio-net List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jason Wang Cc: famz@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com --ZPt4rx8FFjLCG7dd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Jul 17, 2015 at 03:25:53PM +0800, Jason Wang wrote: > Signed-off-by: Jason Wang > --- > Changes from V2: > - Remove duplicated code of gtest_start() > Changes from V1: > - replace the magic value 12 with a macro > --- > tests/Makefile | 2 +- > tests/virtio-net-test.c | 185 ++++++++++++++++++++++++++++++++++++++++++++++-- > 2 files changed, 179 insertions(+), 8 deletions(-) Thanks, applied to my net-next tree: https://github.com/stefanha/qemu/commits/net-next Stefan --ZPt4rx8FFjLCG7dd Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJVwHwMAAoJEJykq7OBq3PI7vAIAMFwOqi6ob2OxIe6iGDxb6w1 dVwaKczTMGXaDMsb1ICb92IAIhkseN7orL6jXRs1tvcaUrDkW6g9QodnUi5ysdNo MCWAJDdt+NazCKzH0fHYQwhgWkSfN5C4D1R6V6e7GGNPLAnNxJkH02FPVY9QjzZT gsPuIXmhvCZG+eppgR5JB9GOaMIiGeljWeSLQAuCjscl2JKMCtW/Mwu7lafRyR0O cWB2izmBY71seUyK5MsxB9K7fdAJsiSlSGkbMFdB4yQ7I5JblwAh7H4O8duE69uY VxpFKkpoCph1eRvvD+sSDRW2agEp+mBRxn8HCwmRFW8teCE1EKc8on/ZKfTyei0= =GHDd -----END PGP SIGNATURE----- --ZPt4rx8FFjLCG7dd--