Re: [PATCH v5 03/12] KVM: arm64: guest debug, define API headers

2015-06-04 Thread Andrew Jones
On Thu, Jun 04, 2015 at 02:49:17PM +0100, Alex Bennée wrote: > > Christoffer Dall writes: > > > On Fri, May 29, 2015 at 10:30:19AM +0100, Alex Bennée wrote: > >> This commit defines the API headers for guest debugging. There are two > >> architecture specific debug structures: > >> > >> - kvm

Re: [PATCH v5 03/12] KVM: arm64: guest debug, define API headers

2015-06-04 Thread Alex Bennée
Christoffer Dall writes: > On Fri, May 29, 2015 at 10:30:19AM +0100, Alex Bennée wrote: >> This commit defines the API headers for guest debugging. There are two >> architecture specific debug structures: >> >> - kvm_guest_debug_arch, allows us to pass in HW debug registers >> - kvm_debug_e

Re: [PATCH v5 03/12] KVM: arm64: guest debug, define API headers

2015-06-04 Thread Christoffer Dall
On Fri, May 29, 2015 at 10:30:19AM +0100, Alex Bennée wrote: > This commit defines the API headers for guest debugging. There are two > architecture specific debug structures: > > - kvm_guest_debug_arch, allows us to pass in HW debug registers > - kvm_debug_exit_arch, signals exception and pos