From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: Xen 4.4 development update Date: Tue, 3 Dec 2013 14:37:24 -0500 Message-ID: <20131203193724.GA32644@phenom.dumpdata.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: George Dunlap Cc: "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org > * xend still in tree (x) > - xl list -l on a dom0-only system > - xl list -l doesn't contain tty console port > - xl Alternate transport support for migration* > - xl PVSCSI support > - xl PVUSB support Please also add in the vfb = [ 'vnc=1, vnclisten=0.0.0.0,vncunused=1'] vs just adding 'vnc=1, vnclisten=...' options. With Xend you could use either one with a PV guest and it would setup a framebuffer. With xl if you do: vnc=1 vnclisten=0.0.0.0 it won't setup a framebuffer. But if you do: vfb = [ 'vnc=1, vnclisten=0.0.0.0,vncunused=1'] Then it works.