Re: [Qemu-devel] Re: qemu without an X?

2010-01-31 Thread Mulyadi Santosa
On Sun, Jan 31, 2010 at 3:17 AM, jonatan perry jonata...@gmail.com wrote:
 Opps... sent to this list by mistake :-(

 On Sat, Jan 30, 2010 at 10:17 PM, jonatan perry jonata...@gmail.com wrote:

 Hello all,

 Can Qemu running on Linux without an X server run windows operation
 system? is the virtualization can be directly with the hardware without
 Qemu/Linux interruption?

use builtin Qemu's VNC server, maybe?

about your #2 question, not sure what does that mean. You mean, you
want to use somekind like KVM instead of pure Qemu's cpu+hardware
emulation?

-- 
regards,

Mulyadi Santosa
Freelance Linux trainer and consultant

blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com




Re: [Qemu-devel] Re: qemu without an X?

2010-01-31 Thread jonatan perry
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.

thanks!
On Sun, Jan 31, 2010 at 10:43 AM, Mulyadi Santosa mulyadi.sant...@gmail.com
 wrote:

 On Sun, Jan 31, 2010 at 3:17 AM, jonatan perry jonata...@gmail.com
 wrote:
  Opps... sent to this list by mistake :-(
 
  On Sat, Jan 30, 2010 at 10:17 PM, jonatan perry jonata...@gmail.com
 wrote:
 
  Hello all,
 
  Can Qemu running on Linux without an X server run windows operation
  system? is the virtualization can be directly with the hardware without
  Qemu/Linux interruption?

 use builtin Qemu's VNC server, maybe?

 about your #2 question, not sure what does that mean. You mean, you
 want to use somekind like KVM instead of pure Qemu's cpu+hardware
 emulation?

 --
 regards,

 Mulyadi Santosa
 Freelance Linux trainer and consultant

 blog: the-hydra.blogspot.com
 training: mulyaditraining.blogspot.com



Re: [Qemu-devel] Re: qemu without an X?

2010-01-31 Thread Ben Taylor
On Sun, Jan 31, 2010 at 1:56 PM, jonatan perry jonata...@gmail.com 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.




[Qemu-devel] Re: qemu without an X?

2010-01-30 Thread jonatan perry
Opps... sent to this list by mistake :-(

On Sat, Jan 30, 2010 at 10:17 PM, jonatan perry jonata...@gmail.com wrote:

 Hello all,

 Can Qemu running on Linux without an X server run windows operation system?
 is the virtualization can be directly with the hardware without Qemu/Linux
 interruption?

 Thanks.