From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36344) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnTaq-0003Wa-Gk for qemu-devel@nongnu.org; Thu, 22 May 2014 10:03:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WnTaj-0000xN-32 for qemu-devel@nongnu.org; Thu, 22 May 2014 10:03:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:20070) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnTai-0000xG-Mi for qemu-devel@nongnu.org; Thu, 22 May 2014 10:03:29 -0400 Message-ID: <537E03A9.5030603@redhat.com> Date: Thu, 22 May 2014 16:03:21 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1400743250-2315-1-git-send-email-kraxel@redhat.com> <537DF280.3090703@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] xen: make xen-platform a default device List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: Paul Durrant , mst@redhat.com, Gerd Hoffmann , Anthony Liguori , qemu-devel@nongnu.org Il 22/05/2014 15:55, Stefano Stabellini ha scritto: >> > In fact this code only runs for "-M xenfv". If you use "-M pc", the >> > xen-platform device has to be added manually. Perhaps it would be worthwhile >> > to do the opposite, i.e. add the xen-platform device to "-M pc" if not using >> > -nodefaults. > Unfortunately that would not work too. libxl exploits the fact that -M > pc does not have a xen-platform device by default: It wouldn't affect libxl, since it uses -nodefaults too (thus the xen-platform device would not be auto-added for -M pc). Paolo