[PATCH v2 0/5] kvmppc: Add guest debug support

2009-08-04 Thread Liu Yu
The whole patchset add guest debug support for kvmppc. patch 1: fix kvmppc build error patch 2: fix kvmppc init error patch 3: add guest debug support patch 4: translate eaddr for fsl_booke mmu patch 5: guest debug init [v2]: 1. use cpu_synchronize_state() instead of kvm_arch_put_registers() 2. mo

[PATCH v2 0/5] kvmppc: Add guest debug support

2009-08-03 Thread Liu Yu
This patchset add guest debug support for BOOKE. patch 1: fix current e500 broken patch 2: guest debug definitions patch 3: switch shadow/host debug register on guest enter/exit path patch 4: guest debug support patch 5: exitnr fixup in single step mode [v2] 1. move code from 2.6.30 to current he