Re: [Qemu-devel] [RFC PATCH v3 6/7] target/ppc: Refactor kvm_handle_debug

2019-01-24 Thread Alexey Kardashevskiy
On 19/01/2019 01:07, Fabiano Rosas wrote: > There are four scenarios being handled in this function: > > - single stepping > - hardware breakpoints > - software breakpoints > - fallback (no debug supported) > > A future patch will add code to handle specific single step and > software breakpoi

[Qemu-devel] [RFC PATCH v3 6/7] target/ppc: Refactor kvm_handle_debug

2019-01-18 Thread Fabiano Rosas
There are four scenarios being handled in this function: - single stepping - hardware breakpoints - software breakpoints - fallback (no debug supported) A future patch will add code to handle specific single step and software breakpoints cases so let's split each scenario into its own function no