From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53106) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2cBO-000712-Ic for qemu-devel@nongnu.org; Mon, 13 Jan 2014 02:43:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W2cBI-00053Q-Ex for qemu-devel@nongnu.org; Mon, 13 Jan 2014 02:43:38 -0500 Received: from mx1.redhat.com ([209.132.183.28]:23825) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2cBI-00053A-7E for qemu-devel@nongnu.org; Mon, 13 Jan 2014 02:43:32 -0500 From: Stefan Hajnoczi Date: Mon, 13 Jan 2014 15:43:15 +0800 Message-Id: <1389598998-19897-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PULL 0/3] Net patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori Note this is my first signed pull request, using the PGP key that I provided at KVM Forum 2013. The following changes since commit dd089c0a1e928fb80ba8a37983c1b0e9232d1c8b: Merge remote-tracking branch 'pmaydell/tags/pull-cocoa-20140112' into staging (2014-01-12 17:50:52 -0800) are available in the git repository at: git://github.com/stefanha/qemu.git tags/net-for-anthony for you to fetch changes up to 7a78fa0536db7fe5d95ea598386dbb4eaa9ea7d1: Fix lan9118 buffer length handling (2014-01-13 13:44:28 +0800) ---------------------------------------------------------------- Net subsystem patch queue ---------------------------------------------------------------- Hani Benhabiles (1): net: Use g_strdup_printf instead of snprintf. Roy Franz (2): Fix lan9118 TX "CMD A" handling Fix lan9118 buffer length handling hw/net/lan9118.c | 6 +++--- net/net.c | 5 +---- 2 files changed, 4 insertions(+), 7 deletions(-) -- 1.8.4.2