From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39138) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XSBn4-0005Nx-QV for qemu-devel@nongnu.org; Thu, 11 Sep 2014 17:20:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XSBmy-0003wV-N0 for qemu-devel@nongnu.org; Thu, 11 Sep 2014 17:20:30 -0400 Message-ID: <1410470418.2982.354.camel@ul30vt.home> From: Alex Williamson Date: Thu, 11 Sep 2014 15:20:18 -0600 In-Reply-To: <1410262487-24079-1-git-send-email-aik@ozlabs.ru> References: <1410262487-24079-1-git-send-email-aik@ozlabs.ru> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 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: Alexey Kardashevskiy Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org, Nikunj A Dadhania , Alexander Graf 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? 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, Alex