From patchwork Fri May 3 11:57:32 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 241298 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 1EBC62C00D0 for ; Fri, 3 May 2013 22:27:45 +1000 (EST) Received: from localhost ([::1]:57869 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UYEdq-00042q-No for incoming@patchwork.ozlabs.org; Fri, 03 May 2013 07:59:10 -0400 Received: from eggs.gnu.org ([208.118.235.92]:42172) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UYEcR-0002Kt-HT for qemu-devel@nongnu.org; Fri, 03 May 2013 07:57:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UYEcN-0002jn-VG for qemu-devel@nongnu.org; Fri, 03 May 2013 07:57:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:2614) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UYEcN-0002jg-OH for qemu-devel@nongnu.org; Fri, 03 May 2013 07:57:39 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r43Bvd3u020431 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 3 May 2013 07:57:39 -0400 Received: from localhost (ovpn-112-30.ams2.redhat.com [10.36.112.30]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r43BvbsM025992; Fri, 3 May 2013 07:57:38 -0400 From: Stefan Hajnoczi To: Date: Fri, 3 May 2013 13:57:32 +0200 Message-Id: <1367582254-15060-1-git-send-email-stefanha@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 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 0/2] 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 Two bug fixes for QEMU 1.5. The following changes since commit 8ca27ce2e1150486ea2db4116a03706b28294f16: Merge remote-tracking branch 'afaerber/qom-cpu' into staging (2013-05-02 10:57:01 -0500) are available in the git repository at: git://github.com/stefanha/qemu.git net for you to fetch changes up to 7873df408dd44eb92840b108211d5aa5db7db526: tap: properly initialize vhostfds (2013-05-03 13:53:46 +0200) ---------------------------------------------------------------- Amos Kong (1): net: make network client name unique Jason Wang (1): tap: properly initialize vhostfds net/net.c | 7 ++----- net/tap.c | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-)