Re: exit timing analysis v1 - comments&discussions welcome

2008-10-02 Thread Christian Ehrhardt
Today I refactored my code in a way that it might eventually get upstream. That means I removed some debug blocks, made it configurable and print output only on request per sysrq. Feel free to review that code now, otherwise wait for my separate rfc post that will follow ~next week. Additional

[PATCH] kvmppc: fix set regs to take care of msr change implications

2008-10-02 Thread ehrhardt
From: Christian Ehrhardt <[EMAIL PROTECTED]> When changing some msr bits e.g. problem state we need to take special care of that. We call the function in our mtmsr emulation (not needed for wrtee[i]), but we don't call kvmppc_set_msr if we change msr via set_regs ioctl. It's a corner case we never

Re: [PATCH 0/3] kvm-userspace: kvmppc: fix build for ppc v2

2008-10-02 Thread Avi Kivity
[EMAIL PROTECTED] wrote: From: Christian Ehrhardt <[EMAIL PROTECTED]> *update Short after resending v1 I realized that I forgot to put Avi and [EMAIL PROTECTED] (for 2/3) on cc. I also updated the header text in 1/3 a bit and verified my hostlongbits proposal on recent cross toolchain versions b