From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50114) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHbne-0003FW-Tp for qemu-devel@nongnu.org; Wed, 13 Aug 2014 12:53:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XHbnY-0004nw-Lm for qemu-devel@nongnu.org; Wed, 13 Aug 2014 12:53:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38280) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHbnY-0004nl-D8 for qemu-devel@nongnu.org; Wed, 13 Aug 2014 12:53:16 -0400 Date: Wed, 13 Aug 2014 17:52:07 +0100 From: Stefan Hajnoczi Message-ID: <20140813165207.GE27053@stefanha-thinkpad.redhat.com> References: <1407843716-18301-1-git-send-email-marc.mari.barcelo@gmail.com> <1407843716-18301-2-git-send-email-marc.mari.barcelo@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/2994txjAzEdQwm5" Content-Disposition: inline In-Reply-To: <1407843716-18301-2-git-send-email-marc.mari.barcelo@gmail.com> Subject: Re: [Qemu-devel] [PATCH v4 01/11] tests: Functions bus_foreach and device_find from libqos virtio API List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marc =?iso-8859-1?Q?Mar=ED?= Cc: Paolo Bonzini , qemu-devel@nongnu.org --/2994txjAzEdQwm5 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 12, 2014 at 01:41:46PM +0200, Marc Mar=ED wrote: > Virtio header has been changed to compile and work with a real device. > Functions bus_foreach and device_find have been implemented for PCI. > Virtio-blk test case now opens a fake device. >=20 > Signed-off-by: Marc Mar=ED > --- > tests/Makefile | 3 +- > tests/libqos/virtio-pci.c | 75 +++++++++++++++++++++++++++++++++++++++= ++++++ > tests/libqos/virtio-pci.h | 24 +++++++++++++++ > tests/libqos/virtio.h | 23 ++++++++++++++ > tests/virtio-blk-test.c | 61 +++++++++++++++++++++++++++++++----- > 5 files changed, 177 insertions(+), 9 deletions(-) > create mode 100644 tests/libqos/virtio-pci.c > create mode 100644 tests/libqos/virtio-pci.h > create mode 100644 tests/libqos/virtio.h Reviewed-by: Stefan Hajnoczi --/2994txjAzEdQwm5 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJT65e3AAoJEJykq7OBq3PIX8gIAMJKA9lfVgYapXopQvo657iT kSHYre756FYUBUzrnRVQyJoXq3EN6Ts0HsKYeVise7zZETeQaEfesNtglwmp12P5 jRDeyt6KYipl3Bo7t4dfii1ZzpOywEhIIP1/Zl91sW8/SNoaf4389fpz4c9p77i3 s9zj4mzJYHSlmh2Dy5ubbXqmQmZsG6zse2jEP2ibOH6zPG92ykllIDWbRNJK3R0i n10a0k9arIrky9N5g++u8bAKPFLpP53edrQ1wjkDM2VxTlhrI+F7Thk0kl61y2VD /DrouFD+TL3X6vTS/MClP4u6JVNPWuIVZJD16G+mEMF5yUAdPMZ4arHzp29wva0= =P/EF -----END PGP SIGNATURE----- --/2994txjAzEdQwm5--