From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36192) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2EP7-0000YV-Eb for qemu-devel@nongnu.org; Thu, 25 Jul 2013 01:47:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V2EP6-0001fX-HQ for qemu-devel@nongnu.org; Thu, 25 Jul 2013 01:47:57 -0400 Received: from gate.crashing.org ([63.228.1.57]:49150) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2EP6-0001fR-7L for qemu-devel@nongnu.org; Thu, 25 Jul 2013 01:47:56 -0400 Message-ID: <1374731256.6142.63.camel@pasglop> From: Benjamin Herrenschmidt Date: Thu, 25 Jul 2013 15:47:36 +1000 In-Reply-To: <1374729976.6142.61.camel@pasglop> References: <1374501278-31549-1-git-send-email-pbonzini@redhat.com> <87ip02wqvn.fsf@codemonkey.ws> <1374729976.6142.61.camel@pasglop> 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 Thu, 2013-07-25 at 15:26 +1000, Benjamin Herrenschmidt wrote: > 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 ? It's actually worse than I thought. Alexey is showing me that in fact, even PCI MMIO is busted, using EHCI causes qemu to segfault for example. This is a complete trainwreck. Why was that junk merged in the first place and why wasn't it immediately reverted ? Ben.