On 21 April 2015 at 13:56, Alex Bennée <alex.bennee@xxxxxxxxxx> wrote: > > Peter Maydell <peter.maydell@xxxxxxxxxx> writes: >>> switch (hsr_ec) { >>> + case HSR_EC_SOFT_STEP: >>> + if (cs->singlestep_enabled) { >>> + return true; >>> + } else { >>> + error_report("Came out of SINGLE STEP when not enabled"); >> >> This can only happen if there's a kernel bug, right? > > Sure. Should we report it differently? abort() out? Saying 'This would be a kernel bug' in a comment would do... -- PMM -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html