From patchwork Tue Mar 5 17:17:34 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Bonzini X-Patchwork-Id: 225106 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 5A0872C0340 for ; Wed, 6 Mar 2013 04:24:10 +1100 (EST) Received: from localhost ([::1]:36330 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCvay-0007p0-E7 for incoming@patchwork.ozlabs.org; Tue, 05 Mar 2013 12:24:08 -0500 Received: from eggs.gnu.org ([208.118.235.92]:34956) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCvVH-0007V0-IJ for qemu-devel@nongnu.org; Tue, 05 Mar 2013 12:18:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UCvVG-0004HX-AR for qemu-devel@nongnu.org; Tue, 05 Mar 2013 12:18:15 -0500 Received: from mail-qe0-f52.google.com ([209.85.128.52]:61323) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCvVG-0004HS-5L for qemu-devel@nongnu.org; Tue, 05 Mar 2013 12:18:14 -0500 Received: by mail-qe0-f52.google.com with SMTP id s14so4468132qeb.11 for ; Tue, 05 Mar 2013 09:18:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:subject:date:message-id:x-mailer :in-reply-to:references; bh=WwnvybqlRi+VRObTQDUmvhUX7cxdoTkL/DjkpsrTn8c=; b=Pn0F9nnis1AH7/HUCpXqBGqCMvfRAO1622xCddbldtVhnFw5zSBpG7EPxeVGbCTT6N 1X0igAwsDkUlAHDyvHKQJljW/IVohn1lovZRF1xUi8tBI4wcmVZRbpubBSwRfm7skp1P 7JqX8JL0yO6aBB1CEKDeWYRgM15OmPM51vfYzTOErZEcfg1zyTHZVsqScjqKbuvgh1sf gasPmqINGh/pKA+Jd9RifEcT0T2qpZtLhVj/c8cPpvk/EzjLHfeG1vzTu42bIMYG05gj farSuax6f/0W6H7KCGxZB9hBx+FPOhfbzZqyiaBxfU4/ou3fQi6d3SAbZrt5Sw6KP3lm h8BA== X-Received: by 10.49.16.135 with SMTP id g7mr42066188qed.8.1362503893698; Tue, 05 Mar 2013 09:18:13 -0800 (PST) Received: from yakj.usersys.redhat.com (93-34-176-20.ip50.fastwebnet.it. [93.34.176.20]) by mx.google.com with ESMTPS id ku2sm5717907qeb.4.2013.03.05.09.18.12 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 05 Mar 2013 09:18:13 -0800 (PST) From: Paolo Bonzini To: qemu-devel@nongnu.org Date: Tue, 5 Mar 2013 18:17:34 +0100 Message-Id: <1362503865-27292-8-git-send-email-pbonzini@redhat.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1362503865-27292-1-git-send-email-pbonzini@redhat.com> References: <1362503865-27292-1-git-send-email-pbonzini@redhat.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.128.52 Subject: [Qemu-devel] [PATCH 07/18] vt82c686: vt82c686 is not a PCI host bridge 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 Signed-off-by: Paolo Bonzini --- hw/vt82c686.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/hw/vt82c686.c b/hw/vt82c686.c index 2d8e398..c2b1bfc 100644 --- a/hw/vt82c686.c +++ b/hw/vt82c686.c @@ -26,8 +26,6 @@ #include "qemu/timer.h" #include "exec/address-spaces.h" -typedef uint32_t pci_addr_t; -#include "pci/pci_host.h" //#define DEBUG_VT82C686B #ifdef DEBUG_VT82C686B