From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1It220-00023O-JW for qemu-devel@nongnu.org; Fri, 16 Nov 2007 09:18:52 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1It21y-00021j-8P for qemu-devel@nongnu.org; Fri, 16 Nov 2007 09:18:51 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1It21y-00021Y-21 for qemu-devel@nongnu.org; Fri, 16 Nov 2007 09:18:50 -0500 Received: from bangui.magic.fr ([195.154.194.245]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1It21x-0003me-QC for qemu-devel@nongnu.org; Fri, 16 Nov 2007 09:18:50 -0500 Received: from [192.168.0.2] (ppp-36.net-123.static.magiconline.fr [80.118.184.36]) by bangui.magic.fr (8.13.1/8.13.1) with ESMTP id lAGEIkRA019814 for ; Fri, 16 Nov 2007 15:18:46 +0100 Subject: Re: [Qemu-devel] qemu target-ppc/cpu.h target-ppc/op.c target-pp... From: "J. Mayer" In-Reply-To: References: Content-Type: text/plain Date: Fri, 16 Nov 2007 15:18:47 +0100 Message-Id: <1195222727.5335.9.camel@rapid> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Fri, 2007-11-16 at 14:11 +0000, Jocelyn Mayer wrote: > CVSROOT: /sources/qemu > Module name: qemu > Changes by: Jocelyn Mayer 07/11/16 14:11:29 > > Modified files: > target-ppc : cpu.h op.c op_helper.c op_helper.h translate.c > . : translate-all.c > > Log message: > Always make PowerPC hypervisor mode memory accesses and instructions > available for full system emulation, then removing all #if TARGET_PPC64H > from micro-ops and code translator. > Add new macros to dramatically simplify memory access tables definitions > in target-ppc/translate.c. Remark: one should take care that having the hypervisor memory accessor available might lead to trigger the gcc inlining limits bug. Then it seems to me that a fix for this bug is needed asap, as reported in my previous messages (titled "RFC: fix for random Qemu crashes). -- J. Mayer Never organized