From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34050) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0Cn0-0007j8-S0 for qemu-devel@nongnu.org; Thu, 26 Jun 2014 12:44:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X0Cmt-0001P3-Cu for qemu-devel@nongnu.org; Thu, 26 Jun 2014 12:44:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:26336) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0Cmt-0001Ol-5V for qemu-devel@nongnu.org; Thu, 26 Jun 2014 12:44:39 -0400 Date: Fri, 27 Jun 2014 00:44:50 +0800 From: Fam Zheng Message-ID: <20140626164450.GA6569@T430.redhat.com> References: <1403793280-4353-1-git-send-email-marc.mari.barcelo@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1403793280-4353-1-git-send-email-marc.mari.barcelo@gmail.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] 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, Stefan Hajnoczi Subject better have a component prefix "[PATCH] tests: Functions bus_fore= ach and device_find from libqos virtio API". See also "git log tests/". Fam On Thu, 06/26 16:34, 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