From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37583) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TaUCO-0003Jr-Qk for qemu-devel@nongnu.org; Mon, 19 Nov 2012 11:27:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TaUCN-0006O1-DH for qemu-devel@nongnu.org; Mon, 19 Nov 2012 11:27:52 -0500 Received: from mail-pb0-f45.google.com ([209.85.160.45]:62757) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TaUCN-0006Nn-6R for qemu-devel@nongnu.org; Mon, 19 Nov 2012 11:27:51 -0500 Received: by mail-pb0-f45.google.com with SMTP id mc8so3446091pbc.4 for ; Mon, 19 Nov 2012 08:27:50 -0800 (PST) Sender: Richard Henderson Message-ID: <50AA5E0B.7070702@twiddle.net> Date: Mon, 19 Nov 2012 08:27:55 -0800 From: Richard Henderson MIME-Version: 1.0 References: <1350372614-30041-1-git-send-email-rth@twiddle.net> <1350372614-30041-4-git-send-email-rth@twiddle.net> <50A9498B.2040209@weilnetz.de> In-Reply-To: <50A9498B.2040209@weilnetz.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 3/5] exec: Do not use absolute address hints for code_gen_buffer with -fpie List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: blauwirbel@gmail.com, qemu-devel@nongnu.org On 2012-11-18 12:48, Stefan Weil wrote: > This patch breaks the TCG interpreter. Here is a test run on Debian x86_64 (output shortened): Nack. This is hiding some bug elsewhere in the tcg interpreter. I disbelieve that the interpreter *requires* a pointer in the low 32-bits of the x86_64 address space. r~