From patchwork Tue Jun 21 17:08:02 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcelo Tosatti X-Patchwork-Id: 101344 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 56FC2B6F81 for ; Wed, 22 Jun 2011 04:16:54 +1000 (EST) Received: from localhost ([::1]:47415 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZ5VK-0000Od-Bd for incoming@patchwork.ozlabs.org; Tue, 21 Jun 2011 14:16:50 -0400 Received: from eggs.gnu.org ([140.186.70.92]:56275) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZ4Ri-0006zc-SK for qemu-devel@nongnu.org; Tue, 21 Jun 2011 13:09:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QZ4Rf-0000we-9I for qemu-devel@nongnu.org; Tue, 21 Jun 2011 13:09:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:61911) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZ4Re-0000w9-Lz for qemu-devel@nongnu.org; Tue, 21 Jun 2011 13:08:59 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p5LH8va8025223 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 21 Jun 2011 13:08:57 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p5LH8vgH007760; Tue, 21 Jun 2011 13:08:57 -0400 Received: from amt.cnet (vpn-9-196.rdu.redhat.com [10.11.9.196]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id p5LH8umR020365; Tue, 21 Jun 2011 13:08:56 -0400 Received: from amt.cnet (amt.cnet [127.0.0.1]) by amt.cnet (Postfix) with ESMTP id 2C93366E2B0; Tue, 21 Jun 2011 14:08:42 -0300 (BRT) Received: (from marcelo@localhost) by amt.cnet (8.14.5/8.14.5/Submit) id p5LH8eNq006990; Tue, 21 Jun 2011 14:08:40 -0300 From: Marcelo Tosatti To: Anthony Liguori Date: Tue, 21 Jun 2011 14:08:02 -0300 Message-Id: <3d39c9593314946258bb334737aa7a4d113731d8.1308676084.git.mtosatti@redhat.com> In-Reply-To: References: X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 Cc: Jan Kiszka , Marcelo Tosatti , qemu-devel@nongnu.org, kvm@vger.kernel.org Subject: [Qemu-devel] [PATCH 13/15] Remove unneeded kvm.h from cpu-exec.c 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 From: Jan Kiszka This was obsoleted by 6792a57bf1. Signed-off-by: Jan Kiszka Signed-off-by: Marcelo Tosatti --- cpu-exec.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/cpu-exec.c b/cpu-exec.c index e1de56b..7aa1d00 100644 --- a/cpu-exec.c +++ b/cpu-exec.c @@ -20,7 +20,6 @@ #include "exec.h" #include "disas.h" #include "tcg.h" -#include "kvm.h" #include "qemu-barrier.h" #if defined(__sparc__) && !defined(CONFIG_SOLARIS)