From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VKlxU-0003af-95 for mharc-qemu-trivial@gnu.org; Sat, 14 Sep 2013 05:16:04 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41593) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKlxN-0003QG-3R for qemu-trivial@nongnu.org; Sat, 14 Sep 2013 05:16:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VKlxH-0007Ps-4p for qemu-trivial@nongnu.org; Sat, 14 Sep 2013 05:15:57 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:51299) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKlk9-00038K-0y; Sat, 14 Sep 2013 05:02:17 -0400 Received: from gandalf.local (mjt.vpn.tls.msk.ru [192.168.177.99]) by isrv.corpit.ru (Postfix) with ESMTP id CB3FA41074; Sat, 14 Sep 2013 13:02:15 +0400 (MSK) Message-ID: <52342617.50107@msgid.tls.msk.ru> Date: Sat, 14 Sep 2013 13:02:15 +0400 From: Michael Tokarev Organization: Telecom Service, JSC User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130827 Icedove/17.0.8 MIME-Version: 1.0 To: Stefan Weil References: <1379009870-18323-1-git-send-email-sw@weilnetz.de> In-Reply-To: <1379009870-18323-1-git-send-email-sw@weilnetz.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 86.62.121.231 Cc: qemu-trivial , Richard Henderson , qemu-devel , qemu-stable Subject: Re: [Qemu-trivial] [PATCH] tci: Fix qemu-alpha on 32 bit hosts (wrong assertions) X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 09:16:03 -0000 12.09.2013 22:17, Stefan Weil wrote: > Debian busybox-static for alpha has a load address of 0x0000000120000000 > which is mapped to 0x0000000020000000 for 32 bit hosts. > > qemu-alpha uses the TCG opcodes qemu_ld32, qemu_ld64, qemu_st32 and > qemu_st64 which all raise the assertion (taddr == host_addr). > > Remove all assertions of this type because they are either wrong or > unnecessary (when sizeof(tcg_target_ulong) >= sizeof(target_ulong)). Thanks, applied to the trivial-patches queue. I'm not sure why this needs to go there, as you're a maintainer of TCI, but since you sent it especially to -trivial I'm applying it. /mjt From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41468) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKlwz-0002yf-1w for qemu-devel@nongnu.org; Sat, 14 Sep 2013 05:15:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VKlwt-0007MM-1i for qemu-devel@nongnu.org; Sat, 14 Sep 2013 05:15:32 -0400 Message-ID: <52342617.50107@msgid.tls.msk.ru> Date: Sat, 14 Sep 2013 13:02:15 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <1379009870-18323-1-git-send-email-sw@weilnetz.de> In-Reply-To: <1379009870-18323-1-git-send-email-sw@weilnetz.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] tci: Fix qemu-alpha on 32 bit hosts (wrong assertions) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-trivial , Richard Henderson , qemu-devel , qemu-stable 12.09.2013 22:17, Stefan Weil wrote: > Debian busybox-static for alpha has a load address of 0x0000000120000000 > which is mapped to 0x0000000020000000 for 32 bit hosts. > > qemu-alpha uses the TCG opcodes qemu_ld32, qemu_ld64, qemu_st32 and > qemu_st64 which all raise the assertion (taddr == host_addr). > > Remove all assertions of this type because they are either wrong or > unnecessary (when sizeof(tcg_target_ulong) >= sizeof(target_ulong)). Thanks, applied to the trivial-patches queue. I'm not sure why this needs to go there, as you're a maintainer of TCI, but since you sent it especially to -trivial I'm applying it. /mjt