On Fri, 2007-11-16 at 14:11 +0000, Jocelyn Mayer wrote: > CVSROOT: /sources/qemu > Module name: qemu > Changes by: Jocelyn Mayer <j_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 <[EMAIL PROTECTED]> Never organized