From patchwork Mon Aug 31 14:07:33 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Juan Quintela X-Patchwork-Id: 32661 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 bilbo.ozlabs.org (Postfix) with ESMTPS id 8B303B7B7B for ; Tue, 1 Sep 2009 01:05:11 +1000 (EST) Received: from localhost ([127.0.0.1]:36314 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mi8RP-0007HZ-C4 for incoming@patchwork.ozlabs.org; Mon, 31 Aug 2009 11:05:07 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mi7ao-0004zC-0g for qemu-devel@nongnu.org; Mon, 31 Aug 2009 10:10:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mi7aj-0004wK-DK for qemu-devel@nongnu.org; Mon, 31 Aug 2009 10:10:45 -0400 Received: from [199.232.76.173] (port=43347 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mi7ai-0004vu-Hn for qemu-devel@nongnu.org; Mon, 31 Aug 2009 10:10:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46101) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mi7ai-0003Hv-4g for qemu-devel@nongnu.org; Mon, 31 Aug 2009 10:10:40 -0400 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n7VEAdhj025189; Mon, 31 Aug 2009 10:10:39 -0400 Received: from localhost.localdomain (vpn1-4-222.ams2.redhat.com [10.36.4.222]) by int-mx04.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n7VEA0oh003480; Mon, 31 Aug 2009 10:10:38 -0400 From: Juan Quintela To: qemu-devel@nongnu.org Date: Mon, 31 Aug 2009 16:07:33 +0200 Message-Id: <31733044c492026be00f1df53997dfa2a5e77a2e.1251725416.git.quintela@redhat.com> In-Reply-To: References: In-Reply-To: References: X-Scanned-By: MIMEDefang 2.67 on 10.5.11.17 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Cc: aliguori@us.ibm.com Subject: [Qemu-devel] [PATCH 23/23] cirrus_vga: CIRRUS_HOOK_* is not used anymore 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: Juan Quintela --- hw/cirrus_vga.c | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/hw/cirrus_vga.c b/hw/cirrus_vga.c index 0ef8452..5cdb11f 100644 --- a/hw/cirrus_vga.c +++ b/hw/cirrus_vga.c @@ -208,11 +208,6 @@ #define CIRRUS_PNPMMIO_SIZE 0x1000 - -/* I/O and memory hook */ -#define CIRRUS_HOOK_NOT_HANDLED 0 -#define CIRRUS_HOOK_HANDLED 1 - #define ABS(a) ((signed)(a) > 0 ? a : -a) #define BLTUNSAFE(s) \