On Wed, Sep 19, 2018 at 11:18:48 -0700, Richard Henderson wrote: > On 9/19/18 10:02 AM, Paolo Bonzini wrote: > > On 18/09/2018 23:07, Richard Henderson wrote: > >> On 9/17/18 9:30 AM, Emilio G. Cota wrote: > >>> From: Paolo Bonzini <pbonz...@redhat.com> > >>> > >>> Cc: Peter Crosthwaite <crosthwaite.pe...@gmail.com> > >>> Cc: Richard Henderson <r...@twiddle.net> > >>> Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > >>> Signed-off-by: Emilio G. Cota <c...@braap.org> > >>> --- > >>> accel/tcg/cpu-exec.c | 6 +++--- > >>> accel/tcg/tcg-all.c | 3 +-- > >>> accel/tcg/translate-all.c | 2 +- > >>> qom/cpu.c | 6 +++--- > >>> 4 files changed, 8 insertions(+), 9 deletions(-) > >> > >> Reviewed-by: Richard Henderson <richard.hender...@linaro.org> > > > > Richard, are you going to send a pull request from this? > > I could, though I have not queued it yet. > I'll not do anything until I'm back from Linaro Connect.
FWIW, I'm keeping a v2 branch here: https://github.com/cota/qemu/tree/cpu-lock-v2 I'm rebasing it with edits responding to feedback as well as R-b tags as they trickle in. E.