[PATCH 3.2] Revert "KVM: PPC: Add support for explicit HIOR setting"

2011-11-17 Thread Alexander Graf
This reverts commit a15bd354f083f20f257db450488db52ac27df439. It exceeded the padding on the SREGS struct, rendering the ABI backwards-incompatible. Conflicts: arch/powerpc/kvm/powerpc.c include/linux/kvm.h --- arch/powerpc/include/asm/kvm.h|8 arch/powerpc/

Re: [PATCH 3.2] Revert "KVM: PPC: Add support for explicit HIOR setting"

2011-11-17 Thread Avi Kivity
On 11/17/2011 04:26 PM, Alexander Graf wrote: > This reverts commit a15bd354f083f20f257db450488db52ac27df439. > > It exceeded the padding on the SREGS struct, rendering the ABI > backwards-incompatible. > > Thanks, applied and queued for 3.2. -- error compiling committee.c: too many arguments to

[PATCH v2] KVM: PPC: booke: Improve timer register emulation

2011-11-17 Thread Scott Wood
Decrementers are now properly driven by TCR/TSR, and the guest has full read/write access to these registers. The decrementer keeps ticking (and setting the TSR bit) regardless of whether the interrupts are enabled with TCR. The decrementer stops at zero, rather than going negative. Decrementers