From patchwork Wed Oct 7 14:56:20 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Juan Quintela X-Patchwork-Id: 35297 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 55D8CB7B8F for ; Thu, 8 Oct 2009 02:08:08 +1100 (EST) Received: from localhost ([127.0.0.1]:48403 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvY7Z-00043R-8t for incoming@patchwork.ozlabs.org; Wed, 07 Oct 2009 11:08:05 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MvXwp-0002ue-IO for qemu-devel@nongnu.org; Wed, 07 Oct 2009 10:56:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MvXwk-0002oF-Gh for qemu-devel@nongnu.org; Wed, 07 Oct 2009 10:56:58 -0400 Received: from [199.232.76.173] (port=55157 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvXwk-0002nz-8b for qemu-devel@nongnu.org; Wed, 07 Oct 2009 10:56:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36240) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MvXwj-0003ed-PL for qemu-devel@nongnu.org; Wed, 07 Oct 2009 10:56:54 -0400 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n97Euqan031171 for ; Wed, 7 Oct 2009 10:56:53 -0400 Received: from localhost.localdomain (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n97Eulnp016943; Wed, 7 Oct 2009 10:56:52 -0400 From: Juan Quintela To: qemu-devel@nongnu.org Date: Wed, 7 Oct 2009 16:56:20 +0200 Message-Id: In-Reply-To: References: In-Reply-To: References: X-Scanned-By: MIMEDefang 2.67 on 10.5.11.21 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: [Qemu-devel] [PATCH 03/12] ide: Remove duplicated definitions 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/ide/internal.h | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/hw/ide/internal.h b/hw/ide/internal.h index 029bf80..21319fe 100644 --- a/hw/ide/internal.h +++ b/hw/ide/internal.h @@ -20,12 +20,6 @@ typedef struct IDEDeviceInfo IDEDeviceInfo; typedef struct IDEState IDEState; typedef struct BMDMAState BMDMAState; -/* debug IDE devices */ -//#define DEBUG_IDE -//#define DEBUG_IDE_ATAPI -//#define DEBUG_AIO -#define USE_DMA_CDROM - /* Bits of HD_STATUS */ #define ERR_STAT 0x01 #define INDEX_STAT 0x02