From patchwork Sat Sep 12 14:48:37 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Kiszka X-Patchwork-Id: 33529 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 719BEB7B64 for ; Sun, 13 Sep 2009 00:50:13 +1000 (EST) Received: from localhost ([127.0.0.1]:45193 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MmTvW-0001UN-Jc for incoming@patchwork.ozlabs.org; Sat, 12 Sep 2009 10:50:10 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MmTv4-0001Ti-0Y for qemu-devel@nongnu.org; Sat, 12 Sep 2009 10:49:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MmTuz-0001Ql-J2 for qemu-devel@nongnu.org; Sat, 12 Sep 2009 10:49:41 -0400 Received: from [199.232.76.173] (port=42819 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MmTuz-0001QQ-Fs for qemu-devel@nongnu.org; Sat, 12 Sep 2009 10:49:37 -0400 Received: from fmmailgate02.web.de ([217.72.192.227]:54787) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MmTuv-0005r6-OG for qemu-devel@nongnu.org; Sat, 12 Sep 2009 10:49:34 -0400 Received: from smtp06.web.de (fmsmtp06.dlan.cinetic.de [172.20.5.172]) by fmmailgate02.web.de (Postfix) with ESMTP id 760E611E7506C; Sat, 12 Sep 2009 16:48:39 +0200 (CEST) Received: from [88.65.36.68] (helo=[192.168.1.10]) by smtp06.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.110 #314) id 1MmTu3-0004XP-00; Sat, 12 Sep 2009 16:48:39 +0200 Message-ID: <4AABB4C5.3050703@web.de> Date: Sat, 12 Sep 2009 16:48:37 +0200 From: Jan Kiszka User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666 MIME-Version: 1.0 To: Blue Swirl X-Enigmail-Version: 0.95.7 X-Sender: jan.kiszka@web.de X-Provags-ID: V01U2FsdGVkX19UQR4z+l0eop+dZWeVRJEfn8QHMRV8HO8fgVdt 8J2zLeED7wcYBYb9U/xferOHMVY8kbTvJDD4LUbILs0n7/b75f tLBLOHGG4= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 Cc: qemu-devel Subject: [Qemu-devel] [PATCH] Fix xen build after sys-queue renaming 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: Jan Kiszka --- hw/xen_common.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/xen_common.h b/hw/xen_common.h index 7562567..8a55b44 100644 --- a/hw/xen_common.h +++ b/hw/xen_common.h @@ -10,7 +10,7 @@ #include "hw.h" #include "xen.h" -#include "sys-queue.h" /* BSD list implementation */ +#include "qemu-queue.h" /* * tweaks needed to build with different xen versions