qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] VNC server running on `127.0.0.1:5900'
@ 2011-08-09 17:01 Nithish R
  2011-08-10  7:40 ` Mulyadi Santosa
  0 siblings, 1 reply; 6+ messages in thread
From: Nithish R @ 2011-08-09 17:01 UTC (permalink / raw)
  To: qemu-devel

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

Hi,

I installed the latest version of Qemu 0.15.0 today. Until now I was using
0.14.1. Now after installing this new version,
I am not able to boot into any guest OS that I had installed before. Also
while trying to load any ISO file or img file, I get
an output as:
:~/Qemu$ qemu -m 512 -hda fedora.img -cdrom fedora.iso -boot d
VNC server running on `127.0.0.1:5900'

How do I enable my proper booting of guest OS?

Nithish R

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

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

* Re: [Qemu-devel] VNC server running on `127.0.0.1:5900'
  2011-08-09 17:01 [Qemu-devel] VNC server running on `127.0.0.1:5900' Nithish R
@ 2011-08-10  7:40 ` Mulyadi Santosa
       [not found]   ` <CAJdxfnVBHCgz5dd41Ft6s9MAocXL_SzKJ7GgBJ=0Rm6Evx18bQ@mail.gmail.com>
  0 siblings, 1 reply; 6+ messages in thread
From: Mulyadi Santosa @ 2011-08-10  7:40 UTC (permalink / raw)
  To: Nithish R; +Cc: qemu-devel

On Wed, Aug 10, 2011 at 00:01, Nithish R <nithishr@gmail.com> wrote:
> Hi,
> I installed the latest version of Qemu 0.15.0 today. Until now I was using
> 0.14.1. Now after installing this new version,
> I am not able to boot into any guest OS that I had installed before. Also
> while trying to load any ISO file or img file, I get
> an output as:
> :~/Qemu$ qemu -m 512 -hda fedora.img -cdrom fedora.iso -boot d
> VNC server running on `127.0.0.1:5900'

when you compiled the new Qemu, do you have SDL and SDL devel installed?


-- 
regards,

Mulyadi Santosa
Freelance Linux trainer and consultant

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

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

* [Qemu-devel] Fwd:  VNC server running on `127.0.0.1:5900'
       [not found]     ` <CAGdaada5LO2FQni_mxcVoW=WhhVC4Vot70=nvBVUo6x_kKetJg@mail.gmail.com>
@ 2011-08-10 17:43       ` Mulyadi Santosa
       [not found]       ` <CAJdxfnW6CHsnrzLWPQ_3iALSQttfYV0zUYdE-dumfDVLLOwSrQ@mail.gmail.com>
  1 sibling, 0 replies; 6+ messages in thread
From: Mulyadi Santosa @ 2011-08-10 17:43 UTC (permalink / raw)
  To: qemu-devel

---------- Forwarded message ----------
From: Mulyadi Santosa <mulyadi.santosa@gmail.com>
Date: Thu, Aug 11, 2011 at 00:42
Subject: Re: [Qemu-devel] VNC server running on `127.0.0.1:5900'
To: Nithish R <nithishr@gmail.com>


On Wed, Aug 10, 2011 at 20:33, Nithish R <nithishr@gmail.com> wrote:
> make clean
> ./configure

could you show to all of us the complete output of ./configure? just
"./configure" output, not else...

-- 
regards,

Mulyadi Santosa
Freelance Linux trainer and consultant

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

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

* Re: [Qemu-devel] VNC server running on `127.0.0.1:5900'
       [not found]       ` <CAJdxfnW6CHsnrzLWPQ_3iALSQttfYV0zUYdE-dumfDVLLOwSrQ@mail.gmail.com>
@ 2011-08-11  5:27         ` Mulyadi Santosa
       [not found]           ` <CAJdxfnUe6zZ=BsUHNMfE7vXWsTLoh0F2GCa8otDX=Q3v9FxDFQ@mail.gmail.com>
  0 siblings, 1 reply; 6+ messages in thread
From: Mulyadi Santosa @ 2011-08-11  5:27 UTC (permalink / raw)
  To: Nithish R; +Cc: qemu-devel

Hi...

On Thu, Aug 11, 2011 at 06:48, Nithish R <nithishr@gmail.com> wrote:
> Here is the output of ./configure
> $:~/qemu-0.15.0$ ./configure
......
> SDL support       no

^^^^^^^^^^^^^^^^^^^^^^^^^ aha, see? no SDL.... seems like you need to
install sdl and/or sdl-devel package using your distro's package
manager....

-- 
regards,

Mulyadi Santosa
Freelance Linux trainer and consultant

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

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

* Re: [Qemu-devel] VNC server running on `127.0.0.1:5900'
       [not found]           ` <CAJdxfnUe6zZ=BsUHNMfE7vXWsTLoh0F2GCa8otDX=Q3v9FxDFQ@mail.gmail.com>
@ 2011-08-13 17:43             ` Mulyadi Santosa
  2011-08-15  6:15               ` Nithish R
  0 siblings, 1 reply; 6+ messages in thread
From: Mulyadi Santosa @ 2011-08-13 17:43 UTC (permalink / raw)
  To: Nithish R; +Cc: qemu-devel

On Sat, Aug 13, 2011 at 21:54, Nithish R <nithishr@gmail.com> wrote:
> Hi
> Thanx a lot... It worked...

nice, btw, please reply to the list too, I don't want to take it as
private discussion....

> By the way do u know how the log file is generated in the qemu monitor when
> we give the commands like log out_asm, in_asm, op, etc? I am working on a
> project which involves providing network support for virtualization. So as
> proof of concept, I have to generate the  assembly codes. I need to modify
> it but as of now I am not getting anything about logging in monitor.c file
> apart from lots of functions involving log but none has out_asm or any
> command associated with it.

the log? AFAICT, it's a continous dump of current running TB
(translated block). Can't tell much...sorry

-- 
regards,

Mulyadi Santosa
Freelance Linux trainer and consultant

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

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

* Re: [Qemu-devel] VNC server running on `127.0.0.1:5900'
  2011-08-13 17:43             ` Mulyadi Santosa
@ 2011-08-15  6:15               ` Nithish R
  0 siblings, 0 replies; 6+ messages in thread
From: Nithish R @ 2011-08-15  6:15 UTC (permalink / raw)
  To: Mulyadi Santosa, qemu-devel

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

On Sat, Aug 13, 2011 at 11:13 PM, Mulyadi Santosa <mulyadi.santosa@gmail.com
> wrote:

> On Sat, Aug 13, 2011 at 21:54, Nithish R <nithishr@gmail.com> wrote:
> > Hi
> > Thanx a lot... It worked...
>
> nice, btw, please reply to the list too, I don't want to take it as
> private discussion....
>
> > By the way do u know how the log file is generated in the qemu monitor
> when
> > we give the commands like log out_asm, in_asm, op, etc? I am working on a
> > project which involves providing network support for virtualization. So
> as
> > proof of concept, I have to generate the  assembly codes. I need to
> modify
> > it but as of now I am not getting anything about logging in monitor.c
> file
> > apart from lots of functions involving log but none has out_asm or any
> > command associated with it.
>
> the log? AFAICT, it's a continous dump of current running TB
> (translated block). Can't tell much...sorry
> Its okay... Thanks a lot for helping out..
> --
> regards,
>
> Mulyadi Santosa
> Freelance Linux trainer and consultant
>
> blog: the-hydra.blogspot.com
> training: mulyaditraining.blogspot.com
>

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

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

end of thread, other threads:[~2011-08-15  6:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-09 17:01 [Qemu-devel] VNC server running on `127.0.0.1:5900' Nithish R
2011-08-10  7:40 ` Mulyadi Santosa
     [not found]   ` <CAJdxfnVBHCgz5dd41Ft6s9MAocXL_SzKJ7GgBJ=0Rm6Evx18bQ@mail.gmail.com>
     [not found]     ` <CAGdaada5LO2FQni_mxcVoW=WhhVC4Vot70=nvBVUo6x_kKetJg@mail.gmail.com>
2011-08-10 17:43       ` [Qemu-devel] Fwd: " Mulyadi Santosa
     [not found]       ` <CAJdxfnW6CHsnrzLWPQ_3iALSQttfYV0zUYdE-dumfDVLLOwSrQ@mail.gmail.com>
2011-08-11  5:27         ` [Qemu-devel] " Mulyadi Santosa
     [not found]           ` <CAJdxfnUe6zZ=BsUHNMfE7vXWsTLoh0F2GCa8otDX=Q3v9FxDFQ@mail.gmail.com>
2011-08-13 17:43             ` Mulyadi Santosa
2011-08-15  6:15               ` Nithish R

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).