From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51640) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1andM8-0000qy-9l for qemu-devel@nongnu.org; Tue, 05 Apr 2016 22:38:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1andM5-0002bf-32 for qemu-devel@nongnu.org; Tue, 05 Apr 2016 22:38:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33028) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1andM4-0002b6-Ux for qemu-devel@nongnu.org; Tue, 05 Apr 2016 22:38:05 -0400 From: Jason Wang Date: Wed, 6 Apr 2016 10:37:55 +0800 Message-Id: <1459910280-5101-1-git-send-email-jasowang@redhat.com> Subject: [Qemu-devel] [PULL 0/5] Net patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, peter.maydell@linaro.org Cc: Jason Wang The following changes since commit 7acbff99c6c285b3070bf0e768d56f511e2bf346: Update version for v2.6.0-rc1 release (2016-04-05 21:53:18 +0100) are available in the git repository at: https://github.com/jasowang/qemu.git tags/net-pull-request for you to fetch changes up to e0a039e50d481dce6b4ee45a29002538a258cd89: filter-buffer: fix segfault when starting qemu with status=off property (2016-04-06 09:52:07 +0800) ---------------------------------------------------------------- - fix segfault when start filter with status=off - fix large array to heap for nc_sendv_compat() - fix OptsVisitor memory leak during net client init ---------------------------------------------------------------- Isaac Lozano (1): util: Improved qemu_hexmap() to include an ascii dump of the buffer Jason Wang (1): rtl8139: using CP_TX_OWN for ownership transferring during tx Paolo Bonzini (1): net: fix OptsVisitor memory leak Pooja Dhannawat (1): net: Allocating Large sized arrays to heap zhanghailiang (1): filter-buffer: fix segfault when starting qemu with status=off property hw/net/rtl8139.c | 2 +- net/filter.c | 2 +- net/net.c | 44 +++++++++++--------------------------------- util/hexdump.c | 33 ++++++++++++++++++++++----------- 4 files changed, 35 insertions(+), 46 deletions(-)