From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46103) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrRKt-0001k9-5S for qemu-devel@nongnu.org; Mon, 02 Jun 2014 08:27:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WrRKo-0001TZ-E9 for qemu-devel@nongnu.org; Mon, 02 Jun 2014 08:27:31 -0400 Received: from mail-wi0-x229.google.com ([2a00:1450:400c:c05::229]:45112) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrRKo-0001TQ-8C for qemu-devel@nongnu.org; Mon, 02 Jun 2014 08:27:26 -0400 Received: by mail-wi0-f169.google.com with SMTP id hi2so4216752wib.4 for ; Mon, 02 Jun 2014 05:27:25 -0700 (PDT) Date: Mon, 2 Jun 2014 14:27:20 +0200 From: Stefan Hajnoczi Message-ID: <20140602122720.GD3049@stefanha-thinkpad.redhat.com> References: <1401593596-8953-1-git-send-email-somlo@cmu.edu> <1401593596-8953-3-git-send-email-somlo@cmu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1401593596-8953-3-git-send-email-somlo@cmu.edu> Subject: Re: [Qemu-devel] [PATCH v3 2/3] tests: e1000: test additional device IDs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Gabriel L. Somlo" Cc: peter.crosthwaite@xilinx.com, romain@dolbeau.org, mst@redhat.com, agraf@suse.de, qemu-devel@nongnu.org, stefanha@redhat.com, pbonzini@redhat.com, afaerber@suse.de On Sat, May 31, 2014 at 11:33:15PM -0400, Gabriel L. Somlo wrote: > Update e1000-test.c to check all currently supported devices. > > Suggested-by: Andreas Färber > Signed-off-by: Gabriel Somlo > Reviewed-by: Michael S. Tsirkin > --- > tests/e1000-test.c | 34 +++++++++++++++++++++++++++------- > 1 file changed, 27 insertions(+), 7 deletions(-) Reviewed-by: Stefan Hajnoczi