From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50443) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a5wN3-0002gA-HP for qemu-devel@nongnu.org; Mon, 07 Dec 2015 09:02:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a5wMx-0005M3-SN for qemu-devel@nongnu.org; Mon, 07 Dec 2015 09:02:29 -0500 Received: from mx3-phx2.redhat.com ([209.132.183.24]:38977) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a5wMx-0005Ly-KK for qemu-devel@nongnu.org; Mon, 07 Dec 2015 09:02:23 -0500 Date: Mon, 7 Dec 2015 09:02:19 -0500 (EST) From: Jason Wang Message-ID: <518244519.31221159.1449496939567.JavaMail.zimbra@redhat.com> In-Reply-To: References: <1449458773-7141-1-git-send-email-jasowang@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL for 2.5 0/9] Net patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers ----- Original Message ----- > On 7 December 2015 at 11:10, Peter Maydell wrote: > > On 7 December 2015 at 03:26, Jason Wang wrote: > >> The following changes since commit > >> 61e3aa25b129b48d8a8cb851aae2a787af7ca5e1: > >> > >> Merge remote-tracking branch > >> 'remotes/mjt/tags/pull-trivial-patches-2015-12-04' into staging > >> (2015-12-04 10:55:03 +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 7687195a0ddb82fb39113784b51543aad9792a3f: > >> > >> net/vmxnet3: remove redundant VMW_SHPRN(...) definition (2015-12-07 > >> 10:54:01 +0800) > >> > >> ---------------------------------------------------------------- > >> > >> Last minutes fixes for 2.5: > >> > >> - Fix e1000 hang issue during win2k12 guest driver shutdown > >> - Fix two pcnet buffer overflow CVEs > >> - Fix lan9118 mac address loaded bit and warn instead of aborting > >> when accessing unimplemented registers > >> - Fix vmxnet3 compile issue when debug is enabled, and always complie > >> and check for debug marcos. > >> > >> Signed-off-by: Jason Wang > > > > I'm afraid this doesn't build on 32-bit due to format string errors: > > My suggested fix is that you just drop the offending patches: > we do not need to be fixing debug printf messages for rc3. > > thanks > -- PMM Sorry, will drop the series of vmxnet3 debug fixes and send a V2 pull soon. > >