From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59039) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqxRS-0002L9-ER for qemu-devel@nongnu.org; Tue, 27 Oct 2015 02:09:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZqxRP-0000ap-7P for qemu-devel@nongnu.org; Tue, 27 Oct 2015 02:09:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42016) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqxRP-0000al-1w for qemu-devel@nongnu.org; Tue, 27 Oct 2015 02:09:03 -0400 From: Jason Wang Date: Tue, 27 Oct 2015 14:08:34 +0800 Message-Id: <1445926124-30681-1-git-send-email-jasowang@redhat.com> Subject: [Qemu-devel] [PULL 00/10] Net patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.maydell@linaro.org, qemu-devel@nongnu.org Cc: Jason Wang The following changes since commit 9666248a85fd889bfb6118f769e9c73039b998ed: Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2015-10-26' into staging (2015-10-26 13:13:38 +0000) are available in the git repository at: https://github.com/jasowang/qemu.git tags/net-pull-request for you to fetch changes up to a3e8a3f382363d5fd452cfc15f90a688d70023d9: net: free the string returned by object_get_canonical_path_component (2015-10-27 10:30:42 +0800) ---------------------------------------------------------------- ---------------------------------------------------------------- Sebastian Huber (1): net: cadence_gem: Set initial MAC address Shmulik Ladkani (1): vmxnet3: Do not fill stats if device is inactive Thomas Huth (5): net/dump: Add support for receive_iov function net/dump: Rework net-dump init functions net/dump: Separate the NetClientState from the DumpState net/dump: Provide the dumping facility as a net-filter options: Add documentation for filter-dump Vladislav Yasevich (1): net: Remove duplicate data from query-rx-filter on multiqueue net devices Yang Hongyang (2): net: make iov_to_buf take right size argument in nc_sendv_compat() net: free the string returned by object_get_canonical_path_component hw/net/cadence_gem.c | 6 ++ hw/net/vmxnet3.c | 4 + net/dump.c | 228 ++++++++++++++++++++++++++++++++++++++++++++------- net/net.c | 13 ++- qemu-options.hx | 8 ++ vl.c | 7 +- 6 files changed, 232 insertions(+), 34 deletions(-) -- 2.1.4