From patchwork Thu Aug 12 15:29:27 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Bonzini X-Patchwork-Id: 61622 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 6F371B70CE for ; Fri, 13 Aug 2010 01:48:43 +1000 (EST) Received: from localhost ([127.0.0.1]:46899 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oja1I-0003dB-9t for incoming@patchwork.ozlabs.org; Thu, 12 Aug 2010 11:48:40 -0400 Received: from [140.186.70.92] (port=50690 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OjZxy-0001Nq-4j for qemu-devel@nongnu.org; Thu, 12 Aug 2010 11:45:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OjZiy-0005nj-GM for qemu-devel@nongnu.org; Thu, 12 Aug 2010 11:29:45 -0400 Received: from mail-qw0-f45.google.com ([209.85.216.45]:49058) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OjZiy-0005mi-Cv for qemu-devel@nongnu.org; Thu, 12 Aug 2010 11:29:44 -0400 Received: by mail-qw0-f45.google.com with SMTP id 5so1705211qwh.4 for ; Thu, 12 Aug 2010 08:29:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:from:to:cc:subject :date:message-id:x-mailer:in-reply-to:references; bh=N6E3MdJc1cR8D+JvK7dlV5gxPzBiaHXlCC876gZa0OI=; b=uGhF3tkOLnHUvVhNaCP96ReHfTZCqiiVxb7GIfG4lIT71HTnxmCVTlY6DpD/yo8PJ4 VVlfI6GIZWaRJsrUmAGx5dhOB19Js7Xhs9EyZBKNhjPnlJUa4p/LnvD/QUUjAC/mnz/0 D5cv9BCpWsfZ7eqvs5l7VvBKkw6xIxaxlLeZk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; b=tUJ4T6qpy8osy+b7cFyA/nPCRJp49j9AM1IdXo6b6zhE6fqQqRYUb6jd8XQJUabw0w isa9HtSQ8KgXrZCY7ZxxrM9tMqLA6SfHdXMD4KkEQPw+qsExEBZzb5KpX8ooiU1lkaRZ mfQHP+aBFjEzmBWceV4s1l2bwFa2pjDN/ZgsQ= Received: by 10.229.2.3 with SMTP id 3mr186552qch.266.1281626982966; Thu, 12 Aug 2010 08:29:42 -0700 (PDT) Received: from localhost.localdomain ([12.198.177.3]) by mx.google.com with ESMTPS id f15sm1988571qcr.37.2010.08.12.08.29.41 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 12 Aug 2010 08:29:41 -0700 (PDT) From: Paolo Bonzini To: kvm@vger.kernel.org Date: Thu, 12 Aug 2010 11:29:27 -0400 Message-Id: <1281626968-5607-3-git-send-email-pbonzini@redhat.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1281626968-5607-1-git-send-email-pbonzini@redhat.com> References: <1281626968-5607-1-git-send-email-pbonzini@redhat.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) Cc: qemu-devel@nongnu.org Subject: [Qemu-devel] [qemu-kvm PATCH 2/3] remove unused function X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Signed-off-by: Paolo Bonzini --- qemu-kvm.h | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/qemu-kvm.h b/qemu-kvm.h index 6f6c6d8..c08e9b8 100644 --- a/qemu-kvm.h +++ b/qemu-kvm.h @@ -896,11 +896,6 @@ int handle_tpr_access(void *opaque, CPUState *env, uint64_t rip, void kvm_mutex_unlock(void); void kvm_mutex_lock(void); -static inline int kvm_sync_vcpus(void) -{ - return 0; -} - #ifdef CONFIG_KVM typedef struct KVMSlot {