From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36383) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TeRMR-00057N-5S for qemu-devel@nongnu.org; Fri, 30 Nov 2012 09:14:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TeRML-0007WJ-Ds for qemu-devel@nongnu.org; Fri, 30 Nov 2012 09:14:35 -0500 Received: from mx3-phx2.redhat.com ([209.132.183.24]:59974) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TeRML-0007U1-4e for qemu-devel@nongnu.org; Fri, 30 Nov 2012 09:14:29 -0500 Date: Fri, 30 Nov 2012 09:14:24 -0500 (EST) From: Paolo Bonzini Message-ID: <728430859.16818384.1354284864833.JavaMail.root@redhat.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH V7 0/6] VMXNET3 paravirtual NIC device implementation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dmitry Fleytman Cc: Yan Vugenfirer , Gerhard Wiesinger , qemu-devel , anthony@codemonkey.ws, Stefan Hajnoczi > Yes, we tested this device with various guests (both Linux and > Windows) and it also passed WHQL tests for Windows Server 2008 R2 > OS. The issue is Anthony asked us to write a basic test for the device (a > packet transmission test) and we are trying to get some reference > code or documentation to do this. At QEMU summit we agreed that tests would only be required after the corresponding virtio model have it (i.e. virtio-scsi for SCSI HBAs, virtio-net for NICs, virtio-blk for non-SCSI block devices). Since these haven't even been posted, nor has libqos, I believe these patches are good to go. Dmitry is a nice guy anyway and will sure write testcases as soon as the infrastructure is in, right? :) Paolo