Re: [PATCH v2 1/3] kvm: arm debug: introduce helper for single-step

2017-11-13 Thread Julien Thierry
On 09/11/17 17:00, Alex Bennée wrote: After emulating instructions we may want return to user-space to handle a single-step. If single-step is enabled the helper set the run structure for return and returns true. Signed-off-by: Alex Bennée With the fixup: Reviewed-by: Julien Thierry --

[PATCH v2 1/3] kvm: arm debug: introduce helper for single-step

2017-11-09 Thread Alex Bennée
After emulating instructions we may want return to user-space to handle a single-step. If single-step is enabled the helper set the run structure for return and returns true. Signed-off-by: Alex Bennée --- v2 - kvm_arm_maybe_return_debug -> kvm_arm_handle_step_debug - return bool, true if re