From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NbfTB-0001HH-3r for qemu-devel@nongnu.org; Sun, 31 Jan 2010 14:28:29 -0500 Received: from [199.232.76.173] (port=35169 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NbfTA-0001Gf-LI for qemu-devel@nongnu.org; Sun, 31 Jan 2010 14:28:28 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NbfTA-0003km-0z for qemu-devel@nongnu.org; Sun, 31 Jan 2010 14:28:28 -0500 Received: from mail-fx0-f222.google.com ([209.85.220.222]:42568) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NbfT9-0003kP-Nf for qemu-devel@nongnu.org; Sun, 31 Jan 2010 14:28:27 -0500 Received: by fxm22 with SMTP id 22so527470fxm.2 for ; Sun, 31 Jan 2010 11:28:24 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: Date: Sun, 31 Jan 2010 14:28:23 -0500 Message-ID: Subject: Re: [Qemu-devel] Re: qemu without an X? From: Ben Taylor Content-Type: text/plain; charset=ISO-8859-1 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: jonatan perry Cc: Mulyadi Santosa , qemu-devel@nongnu.org On Sun, Jan 31, 2010 at 1:56 PM, jonatan perry wrote: > Hi Mulyadi! > Regarding my first qeustion: no, I don't want remote access to the machine, > I want local access, something like starting a linux os, and launch from > shell qemu so he will run a graphic operation system, like windows. > > I want my emulator to run the virtual machine opcodes natively on my cpu, I > don't want to emulate ALL my virtual machine opcode, my goal is to get more > faster and stable virtual machine. QEMU doesn't do HW emulation then output to your local graphics device. You have to use some sort of display, whether it be vnc, or X if you're talking about some sort of GUI on the client.