From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42945) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7nUx-0000wa-Af for qemu-devel@nongnu.org; Mon, 27 Jan 2014 09:49:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W7nUs-0006Yp-9S for qemu-devel@nongnu.org; Mon, 27 Jan 2014 09:49:15 -0500 Received: from mx1.redhat.com ([209.132.183.28]:46733) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7nUs-0006Ye-0h for qemu-devel@nongnu.org; Mon, 27 Jan 2014 09:49:10 -0500 From: Stefan Hajnoczi Date: Mon, 27 Jan 2014 15:48:45 +0100 Message-Id: <1390834129-19625-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PULL 0/4] Net patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Anthony Liguori The following changes since commit 0169c511554cb0014a00290b0d3d26c31a49818f: Merge remote-tracking branch 'qemu-kvm/uq/master' into staging (2014-01-24 15:52:44 -0800) are available in the git repository at: git://github.com/stefanha/qemu.git tags/net-pull-request for you to fetch changes up to 1f149e721feb617d14a3ee4f5911c47b29866a54: tap-linux: Get features once and use it many times (2014-01-27 15:44:06 +0100) ---------------------------------------------------------------- Net patches ---------------------------------------------------------------- Hani Benhabiles (1): net: Use g_strdup_printf instead of snprintf. Kusanagi Kouichi (1): tap-linux: Get features once and use it many times Roy Franz (2): Fix lan9118 TX "CMD A" handling Fix lan9118 buffer length handling hw/net/lan9118.c | 6 +++--- net/net.c | 5 +---- net/tap-linux.c | 14 ++++++++------ 3 files changed, 12 insertions(+), 13 deletions(-) -- 1.8.4.2