From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50459) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqo9N-0001wx-SG for qemu-devel@nongnu.org; Thu, 14 Apr 2016 16:46:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aqo9I-0004t6-9e for qemu-devel@nongnu.org; Thu, 14 Apr 2016 16:46:05 -0400 Received: from mail-lf0-x22d.google.com ([2a00:1450:4010:c07::22d]:33692) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqo9H-0004sb-H9 for qemu-devel@nongnu.org; Thu, 14 Apr 2016 16:46:00 -0400 Received: by mail-lf0-x22d.google.com with SMTP id e190so123382219lfe.0 for ; Thu, 14 Apr 2016 13:45:58 -0700 (PDT) From: Sergey Fedorov Date: Thu, 14 Apr 2016 23:45:45 +0300 Message-Id: <1460666749-24452-1-git-send-email-sergey.fedorov@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH v3 0/4] tcg: Misc clean-up patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Alex=20Benn=C3=A9e?= , Sergey Fedorov , Paolo Bonzini , Peter Crosthwaite , Richard Henderson From: Sergey Fedorov This patch series consists of various general TCG clean-up patches extracted from Paolo's MTTCG tree [1] and Alex's MTTCG base enablement tree [2]. I also add here a patch from myself to rework tb_invalidated_flag based on the Paolo's "tcg: move tb_invalidated_flag to CPUState" patch from the original verions of this series. The idea is to review and merge these patches separately from the MTTCG series to cut the latter and make it easier to review. The series' tree can be found in a public git repository [3]. [1] https://github.com/bonzini/qemu/tree/mttcg [2] https://github.com/stsquad/qemu/tree/mttcg/base-patches-v2 [3] https://github.com/sergefdrv/qemu/tree/tcg-cleanup-v3 Summary of changes: v3: * Add a patch to rework tb_invalidated_flag from myself [PATCH v3 4/4] v2: * Complete code_bitmap elimination [PATCH v2 1/3] * Take Alex's version of tb_find_physical() reorganization [PATCH v2 2/3] * Drop [PATCH 3/5] completely * Drop [PATCH 4/5] and [PATCH 5/5] for separate series * Take Alex's rebase of Paolo's icount code eliding [PATCH v2 3/3] Alex Bennée (1): tcg: reorganize tb_find_physical loop Paolo Bonzini (2): tcg: code_bitmap is not used by user-mode emulation cpu-exec: elide more icount code if CONFIG_USER_ONLY Sergey Fedorov (1): tcg: rework tb_invalidated_flag cpu-exec.c | 73 +++++++++++++++++++++++++++++-------------------- include/exec/exec-all.h | 2 -- include/qom/cpu.h | 2 ++ translate-all.c | 16 ++++++----- 4 files changed, 54 insertions(+), 39 deletions(-) -- 2.8.1