From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: Re: [PATCH v4 2/4] libxl: introduce LIBXL_VGA_INTERFACE_TYPE_UNKNOWN Date: Wed, 24 Feb 2016 12:08:55 +0000 Message-ID: <20160224120855.GO3723@citrix.com> References: <1455644269-40358-1-git-send-email-roger.pau@citrix.com> <1455644269-40358-3-git-send-email-roger.pau@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1aYYFX-0005Wo-VX for xen-devel@lists.xenproject.org; Wed, 24 Feb 2016 12:09:00 +0000 Content-Disposition: inline In-Reply-To: <1455644269-40358-3-git-send-email-roger.pau@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Roger Pau Monne Cc: xen-devel@lists.xenproject.org, Ian Jackson , Ian Campbell , Wei Liu List-Id: xen-devel@lists.xenproject.org On Tue, Feb 16, 2016 at 06:37:47PM +0100, Roger Pau Monne wrote: > And use it as the default value for the VGA kind. This allows libxl to set > it to the default value later on when the domain type is known. For HVM > guests the default value is LIBXL_VGA_INTERFACE_TYPE_CIRRUS while for > HVMlite the default value is LIBXL_VGA_INTERFACE_TYPE_NONE. > = > Signed-off-by: Roger Pau Monn=E9 Acked-by: Wei Liu