From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerd Knorr Subject: Re: Status of ioemu code in unstable? Date: 21 Jul 2005 06:36:18 +0200 Message-ID: <87irz4ixml.fsf@bytesex.org> References: <42DC2705.6020206@hp.com> <42DC2C84.1000403@intel.com> <42DC458B.7000206@hp.com> <42DC4AA9.7000706@us.ibm.com> <42DEA2C0.2090501@hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: In-Reply-To: <42DEA2C0.2090501@hp.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: John Byrne Cc: Arun Sharma , xen-devel List-Id: xen-devel@lists.xenproject.org John Byrne writes: > A few more questions. Does the VGA emulation require VT-x? Yes. > Could the xen console changes be removed and a consistent model for > the console be used? Well, first we'll need a paravirtual framebuffer driver. Shouldn't be that hard, I did something simliar for UML some time ago. I think a console terminal should better be mapped to a virtual serial port than a linux virtual console, that tends to be work better. Gerd