From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55051) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPAnu-0000JK-6R for qemu-devel@nongnu.org; Mon, 08 Apr 2013 08:04:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPAnk-0002PM-0j for qemu-devel@nongnu.org; Mon, 08 Apr 2013 08:04:06 -0400 Received: from mail-we0-x22f.google.com ([2a00:1450:400c:c03::22f]:51152) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPAnj-0002PF-Qh for qemu-devel@nongnu.org; Mon, 08 Apr 2013 08:03:55 -0400 Received: by mail-we0-f175.google.com with SMTP id t11so4502400wey.34 for ; Mon, 08 Apr 2013 05:03:55 -0700 (PDT) Date: Mon, 8 Apr 2013 14:03:52 +0200 From: Stefan Hajnoczi Message-ID: <20130408120352.GH12852@stefanha-thinkpad.redhat.com> References: <1364460810-24876-1-git-send-email-dmitry@daynix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1364460810-24876-1-git-send-email-dmitry@daynix.com> Subject: Re: [Qemu-devel] [0/2] [vmxnet3] iPXE support and byte swapping fix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dmitry Fleytman Cc: Yan Vugenfirer , Paolo Bonzini , qemu-devel@nongnu.org, Anthony Liguori On Thu, Mar 28, 2013 at 10:53:28AM +0200, Dmitry Fleytman wrote: > These patch set introduces 2 fixes: > 1. Compatibility with iPXE vmxnet3 driver > Reported-by: Stefan Hajnoczi > 2. Duplicate byte swapping while parsing device features > on big endian platforms > Reported-by: Alexander Graf > > Dmitry Fleytman (2): > [vmxnet3] iPXE compatibility fixes > [vmxnet3] const_cpu_to_le64 wrapping for feature bits dropped > > hw/vmxnet3.c | 11 +++++++++++ > hw/vmxnet3.h | 11 ++++------- > 2 files changed, 15 insertions(+), 7 deletions(-) > > -- > 1.8.1.4 > Thanks, applied to my net tree: https://github.com/stefanha/qemu/commits/net Stefan