From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60214) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSUPI-0003j7-AL for qemu-devel@nongnu.org; Sun, 28 Oct 2012 11:04:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TSUPH-00057G-CU for qemu-devel@nongnu.org; Sun, 28 Oct 2012 11:04:08 -0400 Received: from mail-la0-f45.google.com ([209.85.215.45]:43678) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSUPH-00056x-5j for qemu-devel@nongnu.org; Sun, 28 Oct 2012 11:04:07 -0400 Received: by mail-la0-f45.google.com with SMTP id m13so3208095lah.4 for ; Sun, 28 Oct 2012 08:04:06 -0700 (PDT) From: Blue Swirl Date: Sun, 28 Oct 2012 15:03:47 +0000 Message-Id: Subject: [Qemu-devel] [PATCH 0/5] cpu_single_env cleanup List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: blauwirbel@gmail.com In some cases it's pretty easy to avoid using global cpu_single_env since a local version is available. Blue Swirl (5): disas: avoid using cpu_single_env kvm: avoid using cpu_single_env target-unicore32: avoid using cpu_single_env target-xtensa: avoid using cpu_single_env target-i386: avoid using cpu_single_env disas.c | 149 ++++++++------- disas.h | 3 +- qemu-log.h | 6 +- target-alpha/translate.c | 2 +- target-arm/translate.c | 2 +- target-cris/translate.c | 2 +- target-i386/kvm.c | 21 +- target-i386/translate.c | 442 +++++++++++++++++++++-------------------- target-lm32/translate.c | 2 +- target-m68k/translate.c | 2 +- target-microblaze/translate.c | 2 +- target-mips/translate.c | 2 +- target-openrisc/translate.c | 2 +- target-ppc/translate.c | 2 +- target-s390x/translate.c | 2 +- target-sh4/translate.c | 2 +- target-sparc/translate.c | 2 +- target-unicore32/softmmu.c | 8 +- target-unicore32/translate.c | 2 +- target-xtensa/translate.c | 10 +- 20 files changed, 342 insertions(+), 323 deletions(-) -- 1.7.2.5