From patchwork Tue Mar 5 17:17:35 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Bonzini X-Patchwork-Id: 225100 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 4CE342C033F for ; Wed, 6 Mar 2013 04:19:01 +1100 (EST) Received: from localhost ([::1]:50077 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCvVz-0007lo-DW for incoming@patchwork.ozlabs.org; Tue, 05 Mar 2013 12:18:59 -0500 Received: from eggs.gnu.org ([208.118.235.92]:34970) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCvVI-0007Xi-Ow for qemu-devel@nongnu.org; Tue, 05 Mar 2013 12:18:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UCvVH-0004I2-O2 for qemu-devel@nongnu.org; Tue, 05 Mar 2013 12:18:16 -0500 Received: from mail-qa0-f45.google.com ([209.85.216.45]:49205) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCvVH-0004Ht-KU for qemu-devel@nongnu.org; Tue, 05 Mar 2013 12:18:15 -0500 Received: by mail-qa0-f45.google.com with SMTP id g10so2029006qah.18 for ; Tue, 05 Mar 2013 09:18:15 -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=4YqgVU0WmRBD9JjkyA2fZjUFL0Rg3hVlZRVqkHsNi84=; b=O2WlKzTfB924F+09nUEWX3jwgNHkNAcTUwVSzaUQEFF44IGCH+U2Ik9D95ou9KPo+x 5UIX8IUPO+OppVnGnqiOcJahrLdzdq+1PXvtTi1q4CvjqyYaHEPPIuj9WYXTI924WKv4 Z8mLUkK/bY8Hivf5BemhY/f20L0OD1jv4H3AUlfnOba1JLAZr4hL+UIx9P8t2IyNCvYT 38dJfXvhtRyHmFAcmZy23M0m65RgImG9lRoQvtiMDMRKQyE9Hw8ihMCy2+fHlXBXriLH xMY6g6k8DditCJIEQDn+cb7MgOh4O6gWVE4PDcdxSFX+0u2D+2dBDZOSyLDZ5feeEuPF 7MjQ== X-Received: by 10.224.33.14 with SMTP id f14mr40542877qad.69.1362503895348; Tue, 05 Mar 2013 09:18:15 -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.13 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 05 Mar 2013 09:18:14 -0800 (PST) From: Paolo Bonzini To: qemu-devel@nongnu.org Date: Tue, 5 Mar 2013 18:17:35 +0100 Message-Id: <1362503865-27292-9-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.216.45 Subject: [Qemu-devel] [PATCH 08/18] ppc: do not use ../ in include files 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 This simplifies the scripted execution of the next patch. Signed-off-by: Paolo Bonzini --- hw/ppc/e500-ccsr.h | 2 +- hw/ppc/e500plat.c | 2 +- hw/ppc/mpc8544ds.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/ppc/e500-ccsr.h b/hw/ppc/e500-ccsr.h index f20f51b..12a2ba4 100644 --- a/hw/ppc/e500-ccsr.h +++ b/hw/ppc/e500-ccsr.h @@ -1,7 +1,7 @@ #ifndef E500_CCSR_H #define E500_CCSR_H -#include "../sysbus.h" +#include "hw/sysbus.h" typedef struct PPCE500CCSRState { /*< private >*/ diff --git a/hw/ppc/e500plat.c b/hw/ppc/e500plat.c index 25ac4b1..4b30575 100644 --- a/hw/ppc/e500plat.c +++ b/hw/ppc/e500plat.c @@ -12,7 +12,7 @@ #include "config.h" #include "qemu-common.h" #include "e500.h" -#include "../boards.h" +#include "hw/boards.h" #include "sysemu/device_tree.h" #include "hw/pci/pci.h" #include "hw/openpic.h" diff --git a/hw/ppc/mpc8544ds.c b/hw/ppc/mpc8544ds.c index e25c70b..cf29788 100644 --- a/hw/ppc/mpc8544ds.c +++ b/hw/ppc/mpc8544ds.c @@ -12,7 +12,7 @@ #include "config.h" #include "qemu-common.h" #include "e500.h" -#include "../boards.h" +#include "hw/boards.h" #include "sysemu/device_tree.h" #include "hw/openpic.h"