From patchwork Wed Jun 5 12:59:25 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Henderson X-Patchwork-Id: 249040 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 87C182C007B for ; Wed, 5 Jun 2013 23:08:52 +1000 (EST) Received: from localhost ([::1]:56460 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkDSM-0008KO-Gr for incoming@patchwork.ozlabs.org; Wed, 05 Jun 2013 09:08:50 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45640) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkDS2-0008HV-Dm for qemu-devel@nongnu.org; Wed, 05 Jun 2013 09:08:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkDRy-0005Eg-MQ for qemu-devel@nongnu.org; Wed, 05 Jun 2013 09:08:30 -0400 Received: from mail-qe0-f54.google.com ([209.85.128.54]:54967) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkDJp-0001kZ-Sm for qemu-devel@nongnu.org; Wed, 05 Jun 2013 09:00:01 -0400 Received: by mail-qe0-f54.google.com with SMTP id ne12so981922qeb.41 for ; Wed, 05 Jun 2013 06:00:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer:mime-version :content-type:content-transfer-encoding; bh=khxfEoP2RATwbVb99jG6odfaZp6APTPPGS3lBlE18W0=; b=HAAwokGzSF/hsuptdA/ecCFz05hLqNzdoH4EU6kIi6MHztD2HFjnrueULejgxU6Q/U T+LmmOQKmQ+ovUfxqc7LM6zQW4nngDbq4Wy7weyNADAJo5bHwSOlIby8q/+AHwTq++o7 BHdJyrxo+I+3QF2ZxghB33f98t54q3kJI5yaO7nwhwPkLaf9AIAYoy0QFqzciN/nY+jD zeQl8UzeMy9CI537p3vFoexKd3cA4Zt83kOSxPN+3MA6U0164xaB+QtLpK2A20RmapbB WWaGN9wtMzWX+diRNUqnjicUEMnHMqRiy8+0VXV1dSV8a5aUAJk4PRwpxLh963/YZnjg +8yQ== X-Received: by 10.229.141.69 with SMTP id l5mr3179022qcu.23.1370437201406; Wed, 05 Jun 2013 06:00:01 -0700 (PDT) Received: from anchor.com (50-194-63-110-static.hfc.comcastbusiness.net. [50.194.63.110]) by mx.google.com with ESMTPSA id bc5sm72245484qeb.3.2013.06.05.05.59.59 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 05 Jun 2013 06:00:00 -0700 (PDT) From: Richard Henderson To: qemu-devel@nongnu.org Date: Wed, 5 Jun 2013 05:59:25 -0700 Message-Id: <1370437167-11278-1-git-send-email-rth@twiddle.net> X-Mailer: git-send-email 1.8.1.4 MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.128.54 Cc: aliguori@us.ibm.com Subject: [Qemu-devel] [PULL 0/2] tcg: Remove redundant tcg_target_init checks X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Reviewing the tcg/aarch64 patch set, and comparing that to existing hosts made me remember that I've wanted to do this for quite some time. Now with two reviews, please pull. r~ The following changes since commit 8819c10b5d55d537d59a0ffd5d623f348fc36c47: Merge remote-tracking branch 'sstabellini/xen_fixes_20130603' into staging (2013-06-04 14:58:58 -0500) are available in the git repository at: git://github.com/rth7680/qemu.git tcg-for-anthony for you to fetch changes up to 56bbc2f967ce185fa1c5c39e1aeb5b68b26242e9: tcg: Remove redundant tcg_target_init checks (2013-06-05 05:54:40 -0700) ---------------------------------------------------------------- Richard Henderson (2): tcg: Use QEMU_BUILD_BUG_ON for CPU_TLB_ENTRY_BITS tcg: Remove redundant tcg_target_init checks include/exec/cpu-defs.h | 2 +- tcg/arm/tcg-target.c | 6 ------ tcg/i386/tcg-target.c | 6 ------ tcg/s390/tcg-target.c | 7 ------- 4 files changed, 1 insertion(+), 20 deletions(-)