From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerone Young Date: Fri, 06 Jun 2008 16:54:34 +0000 Subject: [PATCH 0 of 2] Add breakpoint debug support to PowerPC KVM Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-ppc@vger.kernel.org These patches add the ability for PowerPC KVM to use hardware breakpoints. Signed-off-by: Jerone Young 5 files changed, 179 insertions(+), 2 deletions(-) arch/powerpc/kvm/booke_guest.c | 25 ++++++++ arch/powerpc/kvm/booke_interrupts.S | 3 - arch/powerpc/kvm/powerpc.c | 102 ++++++++++++++++++++++++++++++++++- include/asm-powerpc/kvm_host.h | 4 + include/asm-powerpc/reg_booke.h | 47 ++++++++++++++++