From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54990) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUcBE-0006b6-U1 for qemu-devel@nongnu.org; Thu, 18 Sep 2014 09:55:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XUcB7-0001EH-E4 for qemu-devel@nongnu.org; Thu, 18 Sep 2014 09:55:28 -0400 Received: from mail-pa0-f43.google.com ([209.85.220.43]:40944) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUcB7-0001DX-7w for qemu-devel@nongnu.org; Thu, 18 Sep 2014 09:55:21 -0400 Received: by mail-pa0-f43.google.com with SMTP id fa1so1542817pad.16 for ; Thu, 18 Sep 2014 06:55:14 -0700 (PDT) Message-ID: <541AE43B.5060106@ozlabs.ru> Date: Thu, 18 Sep 2014 23:55:07 +1000 From: Alexey Kardashevskiy MIME-Version: 1.0 References: <1410262487-24079-1-git-send-email-aik@ozlabs.ru> <1410470418.2982.354.camel@ul30vt.home> <54124C99.8040504@ozlabs.ru> In-Reply-To: <54124C99.8040504@ozlabs.ru> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] vfio: Another try to fix ROM BAR endianness List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Williamson Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org, Nikunj A Dadhania , Alexander Graf On 09/12/2014 11:30 AM, Alexey Kardashevskiy wrote: > On 09/12/2014 07:20 AM, Alex Williamson wrote: >> On Tue, 2014-09-09 at 21:34 +1000, Alexey Kardashevskiy wrote: >>> I did some tests on LE/BE guest/host combinations and came up with >>> these 2 patches. Please comment. Thanks. >> >> Have you tried BE guest/LE host? > > Yes. Double checked, LE-BE host-guest work in any combination. >> IIRC, the g3beige tcg guest on x86 >> host used to work with a vfio-pci NIC. The ROM is of course typically >> useless in this mode, but it would be nice to make sure we haven't >> broken BAR access for that combination. Do we have any better BE tcg >> targets with PCI support these days? Thanks, > > pseries? PPC64 TCG can do VFIO. And checked this too, VFIO works in BE TCG PPC64 guest running on PPC64 LE host. -- Alexey