From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38534) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adRoW-0004EX-6h for qemu-devel@nongnu.org; Tue, 08 Mar 2016 19:17:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1adRoV-0005Rk-Ab for qemu-devel@nongnu.org; Tue, 08 Mar 2016 19:17:20 -0500 Received: from mail-vk0-x236.google.com ([2607:f8b0:400c:c05::236]:36435) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adRoU-0005RE-TI for qemu-devel@nongnu.org; Tue, 08 Mar 2016 19:17:19 -0500 Received: by mail-vk0-x236.google.com with SMTP id c3so37543321vkb.3 for ; Tue, 08 Mar 2016 16:17:18 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1457423564-9724-1-git-send-email-jasowang@redhat.com> References: <1457423564-9724-1-git-send-email-jasowang@redhat.com> From: Peter Maydell Date: Wed, 9 Mar 2016 07:16:58 +0700 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL V2 00/12] Net patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jason Wang Cc: QEMU Developers On 8 March 2016 at 14:52, Jason Wang wrote: > The following changes since commit 97556fe80e4f7252300b3498b3477fb4295153a3: > > Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2016-03-08 04:53:37 +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 362786f14a753d8a5256ef97d7c10ed576d6572b: > > net: check packet payload length (2016-03-08 15:34:18 +0800) > > ---------------------------------------------------------------- > > - netfilter could be disabled and enabled through qom-set now > - fix netfilter crash when specifiying wrong parameters > - rocker switch now can allow user to specifiy world > - fix OOB access for ne2000 > > Changes from V1: > - drop mirror from the pull request > > ---------------------------------------------------------------- Applied, thanks. -- PMM