From patchwork Mon Aug 5 12:16:14 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 264654 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 6C6272C007C for ; Mon, 5 Aug 2013 22:17:59 +1000 (EST) Received: from localhost ([::1]:32836 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6JjY-0002KS-OU for incoming@patchwork.ozlabs.org; Mon, 05 Aug 2013 08:17:56 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60247) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6Ji6-000082-Ar for qemu-devel@nongnu.org; Mon, 05 Aug 2013 08:16:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V6Ji0-0006bJ-C0 for qemu-devel@nongnu.org; Mon, 05 Aug 2013 08:16:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35615) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6Ji0-0006Zx-3k for qemu-devel@nongnu.org; Mon, 05 Aug 2013 08:16:20 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r75CGJMK006793 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 5 Aug 2013 08:16:19 -0400 Received: from localhost (dhcp-64-106.muc.redhat.com [10.32.64.106]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r75CGIjm004636; Mon, 5 Aug 2013 08:16:19 -0400 From: Stefan Hajnoczi To: Date: Mon, 5 Aug 2013 14:16:14 +0200 Message-Id: <1375704975-19128-1-git-send-email-stefanha@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: Anthony Liguori , Stefan Hajnoczi Subject: [Qemu-devel] [PULL for-1.6 0/1] Net patches X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org This fix allows the pcnet NIC to work properly with the tap device. The following changes since commit b9ac5d923b820a0f0152a2df56067e55ce34f487: target-mips: fix 34Kf configuration for DSP ASE (2013-08-03 23:33:17 +0200) are available in the git repository at: git://github.com/stefanha/qemu.git net for you to fetch changes up to ee76c1f821e75550644e084dea85743bbc934f91: pcnet: Flush queued packets on end of STOP state (2013-08-05 14:11:17 +0200) ---------------------------------------------------------------- Jan Kiszka (1): pcnet: Flush queued packets on end of STOP state hw/net/pcnet.c | 4 ++++ 1 file changed, 4 insertions(+)