On 03/27/2013 03:59 PM, Fabien Chouteau wrote: > It's actually already implemented (helper_regs.h:96). The question is: > what is the value of MSR[IP] at reset? >
Right now in QEMU, MSR[IP] is always set at reset (MSR_EP == MSR_IP): translate_init.c:8174: msr |= (target_ulong)1 << MSR_EP; -- Fabien Chouteau