From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60499) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2E4X-00035l-So for qemu-devel@nongnu.org; Thu, 25 Jul 2013 01:26:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V2E4W-0002tx-ET for qemu-devel@nongnu.org; Thu, 25 Jul 2013 01:26:41 -0400 Received: from gate.crashing.org ([63.228.1.57]:55016) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2E4W-0002tg-4j for qemu-devel@nongnu.org; Thu, 25 Jul 2013 01:26:40 -0400 Message-ID: <1374729976.6142.61.camel@pasglop> From: Benjamin Herrenschmidt Date: Thu, 25 Jul 2013 15:26:16 +1000 In-Reply-To: <87ip02wqvn.fsf@codemonkey.ws> References: <1374501278-31549-1-git-send-email-pbonzini@redhat.com> <87ip02wqvn.fsf@codemonkey.ws> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 00/28] Memory API for 1.6: fix I/O port endianness mess List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: aik@ozlabs.ru, jan.kiszka@siemens.com, qemu-devel@nongnu.org, agraf@suse.de, hpoussin@reactos.org, Paolo Bonzini , aurelien@aurel32.net On Mon, 2013-07-22 at 10:34 -0500, Anthony Liguori wrote: > > Really nice series. I'd prefer we simply got rid of the endianness > flag > entirely but this is a good step. > > Reviewed-by: Anthony Liguori Are you going to merge this ? Afaik (Alexey just told me), pretty much anything IO is broken for powerpc upstream and has been for weeks now ! It looks like the only thing that got reverted was the VGA problem but everything else is still busted including virtio. Why hasn't the original breakage been reverted immediately instead ? Ben.