From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45005) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UD7dx-0007qF-Lu for qemu-devel@nongnu.org; Wed, 06 Mar 2013 01:16:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UD7dw-00078Q-HV for qemu-devel@nongnu.org; Wed, 06 Mar 2013 01:16:01 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58433) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UD7dw-00078E-95 for qemu-devel@nongnu.org; Wed, 06 Mar 2013 01:16:00 -0500 Message-ID: <5136DF1C.8020305@redhat.com> Date: Wed, 06 Mar 2013 07:15:56 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <513624AB.1000408@rdsoftware.de> In-Reply-To: <513624AB.1000408@rdsoftware.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Same Display contents on different outputs? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Erik Rull Cc: "qemu-devel@nongnu.org" On 03/05/13 18:00, Erik Rull wrote: > Hi all, > > is it meanwhile possible to get the same screen output on a screen and > on VNC? I would like to offer a "direct" terminal (with a real screen > and keyboard) for user interaction and a VNC remote terminal e.g. for > service access. > > Is it possible to configure it so that the guest sees only one video and > input hardware but qemu exposes two display / input possibilities? Tried "qemu -sdl -vnc :0" ? cheers, Gerd