From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:46472) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qeo5v-0004wq-MJ for qemu-devel@nongnu.org; Thu, 07 Jul 2011 08:54:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qeo5t-0008SR-Sy for qemu-devel@nongnu.org; Thu, 07 Jul 2011 08:54:15 -0400 Received: from mail-pw0-f45.google.com ([209.85.160.45]:37585) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qeo5t-0008S2-Av for qemu-devel@nongnu.org; Thu, 07 Jul 2011 08:54:13 -0400 Received: by pwi5 with SMTP id 5so773482pwi.4 for ; Thu, 07 Jul 2011 05:54:11 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: Date: Thu, 7 Jul 2011 13:54:11 +0100 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v3 0/6] Implement constant folding and copy propagation in TCG List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kirill Batuzov Cc: qemu-devel@nongnu.org, zhur@ispras.ru On 7 July 2011 13:37, Kirill Batuzov wrote: > ARM guests for 254.gap and 255.vortex and x86_64 guest for 252.eon does not > work under QEMU for some unrelated reason. If you can provide a binary and a command line for these I can have a look at what's going on with the failing ARM guest binaries... -- PMM