From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56776) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQiDW-0000KA-N4 for qemu-devel@nongnu.org; Thu, 20 Mar 2014 15:01:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQiDO-0004uw-Ue for qemu-devel@nongnu.org; Thu, 20 Mar 2014 15:01:26 -0400 Received: from mail-la0-f44.google.com ([209.85.215.44]:39431) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQiDO-0004up-Jy for qemu-devel@nongnu.org; Thu, 20 Mar 2014 15:01:18 -0400 Received: by mail-la0-f44.google.com with SMTP id hr13so950740lab.31 for ; Thu, 20 Mar 2014 12:01:17 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1395337652-16955-1-git-send-email-marcel.a@redhat.com> References: <1395337652-16955-1-git-send-email-marcel.a@redhat.com> From: Peter Maydell Date: Thu, 20 Mar 2014 19:00:56 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH for-2.0] tests/acpi-test: do not run iasl on big endian machines List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marcel Apfelbaum Cc: Alexey Kardashevskiy , QEMU Developers , "Michael S. Tsirkin" On 20 March 2014 17:47, Marcel Apfelbaum wrote: > There is an issue with iasl on big endian machines: It > cannot disassemble acpi tables taken from little endian > machines, so we cannot check the expected tables. > > Do not run iasl on those machines until this > problem is solved by the acpica community. Is there an upstream bug report for this? It would be nice to have a reference somewhere so we can tell if we can remove the check in future... thanks -- PMM