From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54435) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wsu4m-0004yV-Q6 for qemu-devel@nongnu.org; Fri, 06 Jun 2014 09:21:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wsu4d-0000E6-QI for qemu-devel@nongnu.org; Fri, 06 Jun 2014 09:20:56 -0400 Received: from mail-wg0-x231.google.com ([2a00:1450:400c:c00::231]:38516) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wsu4d-0000Dz-5Q for qemu-devel@nongnu.org; Fri, 06 Jun 2014 09:20:47 -0400 Received: by mail-wg0-f49.google.com with SMTP id m15so2758664wgh.8 for ; Fri, 06 Jun 2014 06:20:46 -0700 (PDT) Date: Fri, 6 Jun 2014 15:20:43 +0200 From: Stefan Hajnoczi Message-ID: <20140606132043.GH14322@stefanha-thinkpad> References: <1402017120-27655-1-git-send-email-akong@redhat.com> <1402017120-27655-2-git-send-email-akong@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1402017120-27655-2-git-send-email-akong@redhat.com> Subject: Re: [Qemu-devel] [PATCH v3 1/4] virtio-blk-test.c: change pci_nop() to virtblk_init() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amos Kong Cc: arei.gonglei@huawei.com, qemu-devel@nongnu.org, afaerber@suse.de On Fri, Jun 06, 2014 at 09:11:57AM +0800, Amos Kong wrote: > I want to add a new subtest in virtio-blk-test.c, it will start > guest without network. The original pci_init() did nothing, but > it's good to reserve a very simple initialization testing. > > Signed-off-by: Amos Kong > --- > tests/virtio-blk-test.c | 13 ++++++------- > 1 file changed, 6 insertions(+), 7 deletions(-) Reviewed-by: Stefan Hajnoczi