From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37264) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XekDp-0003tl-FD for qemu-devel@nongnu.org; Thu, 16 Oct 2014 08:32:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XekDk-0007sT-Mb for qemu-devel@nongnu.org; Thu, 16 Oct 2014 08:32:01 -0400 Received: from mail-lb0-f172.google.com ([209.85.217.172]:61912) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XekDk-0007qs-Fk for qemu-devel@nongnu.org; Thu, 16 Oct 2014 08:31:56 -0400 Received: by mail-lb0-f172.google.com with SMTP id b6so2692943lbj.17 for ; Thu, 16 Oct 2014 05:31:55 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <1413364599-7582-1-git-send-email-paul.durrant@citrix.com> <1413364599-7582-3-git-send-email-paul.durrant@citrix.com> From: Peter Maydell Date: Thu, 16 Oct 2014 14:31:34 +0200 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v3 2/2] Xen: Use the ioreq-server API when available List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: Olaf Hering , Alexey Kardashevskiy , Stefan Weil , Michael Tokarev , QEMU Developers , Alexander Graf , Paul Durrant , Gerd Hoffmann , Stefan Hajnoczi , Paolo Bonzini , xen-devel@lists.xenproject.org On 16 October 2014 13:29, Stefano Stabellini wrote: > Unfortunately even though it is pretty x86 specific, it is still > compiled on ARM, even though it is never actually used (it is used in > i386 emulation with Xen acceleration support, while on ARM we only use > the PV machine). Really? CONFIG_XEN_I386 is only set in the i386 and x86_64 defconfigs... -- PMM