qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/3] cpu-exec: icount and exit request cleanups


From: Paolo Bonzini
Subject: [Qemu-devel] [PATCH 0/3] cpu-exec: icount and exit request cleanups
Date: Tue, 21 Feb 2017 13:46:35 +0100

These are the patches I left out of my previous pull request, in
hope of getting more reviews (especially for the first).  They
haven't come yet, so I'm asking more explicitly...

Paolo

Paolo Bonzini (2):
  cpu-exec: unify icount_decr and tcg_exit_req
  cpu-exec: remove unnecessary check of cpu->exit_request

Pavel Dovgalyuk (1):
  replay: check icount in cpu exec loop

 cpu-exec.c                | 79 ++++++++++++++++++++---------------------------
 include/exec/gen-icount.h | 53 +++++++++++++++----------------
 include/qom/cpu.h         | 15 +++++----
 qom/cpu.c                 |  2 +-
 tcg/tcg.h                 |  1 -
 translate-all.c           |  2 +-
 translate-common.c        | 13 +++-----
 7 files changed, 72 insertions(+), 93 deletions(-)

-- 
2.9.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]