From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39407) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqnR0-00022j-W6 for qemu-devel@nongnu.org; Wed, 11 Dec 2013 12:19:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VqnQs-0003GQ-T0 for qemu-devel@nongnu.org; Wed, 11 Dec 2013 12:18:54 -0500 Received: from e06smtp10.uk.ibm.com ([195.75.94.106]:48632) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqnQs-0003GG-J2 for qemu-devel@nongnu.org; Wed, 11 Dec 2013 12:18:46 -0500 Received: from /spool/local by e06smtp10.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 11 Dec 2013 17:18:46 -0000 Date: Wed, 11 Dec 2013 18:18:39 +0100 From: Greg Kurz Message-ID: <20131211181839.3048911c@bahia.local> In-Reply-To: <7F4874AA-C743-4016-B5F4-B7CA98CA6F2C@suse.de> References: <39557095-94C5-4E6E-8DE5-62C4A6C79F58@suse.de> <20131211155716.8373.27979.stgit@bahia.local> <7F4874AA-C743-4016-B5F4-B7CA98CA6F2C@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH V2] target-ppc: ppc64 target's virtio can be either endian. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf , Anthony Liguori Cc: Rusty Russell , "qemu-ppc@nongnu.org list:PowerPC" , QEMU Developers On Wed, 11 Dec 2013 17:11:49 +0100 Alexander Graf wrote: > > I think this patch should really go in after / with the virtio-endian > series, since as it is it would be dead code. So I'll just give you my > ack here and hope whoever gets the virtio-endianness bits in also > includes that with my reviewed-by line. > > Reviewed-by: Alexander Graf > > > Alex > Thanks for your time Alex. Anthony, Would you have time to review the virtio-endian patchset from Rusty and I ? I have made a bundle out of the patches that were sent to qemu-devel@: http://patchwork.ozlabs.org/bundle/groug/qemu-virtio-endian/?order=date The last patch (ppc64 target's virtio can be either endian) is the enablement for ppc64: it supports both TCG and KVM. Thanks. -- Greg