From mboxrd@z Thu Jan 1 00:00:00 1970 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 From: Stefan Hajnoczi Date: Fri, 3 May 2013 13:57:32 +0200 Message-Id: <1367582254-15060-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PULL 0/2] Net patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , Stefan Hajnoczi 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(-) -- 1.8.1.4