qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] qemu without an X?
@ 2010-01-30 20:17 jonatan perry
  2010-01-30 20:17 ` [Qemu-devel] " jonatan perry
  0 siblings, 1 reply; 5+ messages in thread
From: jonatan perry @ 2010-01-30 20:17 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 186 bytes --]

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.

[-- Attachment #2: Type: text/html, Size: 223 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Qemu-devel] Re: qemu without an X?
  2010-01-30 20:17 [Qemu-devel] qemu without an X? jonatan perry
@ 2010-01-30 20:17 ` jonatan perry
  2010-01-31  8:43   ` Mulyadi Santosa
  0 siblings, 1 reply; 5+ messages in thread
From: jonatan perry @ 2010-01-30 20:17 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 320 bytes --]

Opps... sent to this list by mistake :-(

On Sat, Jan 30, 2010 at 10:17 PM, jonatan perry <jonatan44@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.
>

[-- Attachment #2: Type: text/html, Size: 626 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] Re: qemu without an X?
  2010-01-30 20:17 ` [Qemu-devel] " jonatan perry
@ 2010-01-31  8:43   ` Mulyadi Santosa
  2010-01-31 18:56     ` jonatan perry
  0 siblings, 1 reply; 5+ messages in thread
From: Mulyadi Santosa @ 2010-01-31  8:43 UTC (permalink / raw)
  To: jonatan perry; +Cc: qemu-devel

On Sun, Jan 31, 2010 at 3:17 AM, jonatan perry <jonatan44@gmail.com> wrote:
> Opps... sent to this list by mistake :-(
>
> On Sat, Jan 30, 2010 at 10:17 PM, jonatan perry <jonatan44@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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] Re: qemu without an X?
  2010-01-31  8:43   ` Mulyadi Santosa
@ 2010-01-31 18:56     ` jonatan perry
  2010-01-31 19:28       ` Ben Taylor
  0 siblings, 1 reply; 5+ messages in thread
From: jonatan perry @ 2010-01-31 18:56 UTC (permalink / raw)
  To: Mulyadi Santosa; +Cc: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 1281 bytes --]

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.santosa@gmail.com
> wrote:

> On Sun, Jan 31, 2010 at 3:17 AM, jonatan perry <jonatan44@gmail.com>
> wrote:
> > Opps... sent to this list by mistake :-(
> >
> > On Sat, Jan 30, 2010 at 10:17 PM, jonatan perry <jonatan44@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
>

[-- Attachment #2: Type: text/html, Size: 2025 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] Re: qemu without an X?
  2010-01-31 18:56     ` jonatan perry
@ 2010-01-31 19:28       ` Ben Taylor
  0 siblings, 0 replies; 5+ messages in thread
From: Ben Taylor @ 2010-01-31 19:28 UTC (permalink / raw)
  To: jonatan perry; +Cc: Mulyadi Santosa, qemu-devel

On Sun, Jan 31, 2010 at 1:56 PM, jonatan perry <jonatan44@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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-01-31 19:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-30 20:17 [Qemu-devel] qemu without an X? jonatan perry
2010-01-30 20:17 ` [Qemu-devel] " jonatan perry
2010-01-31  8:43   ` Mulyadi Santosa
2010-01-31 18:56     ` jonatan perry
2010-01-31 19:28       ` Ben Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).