qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] 0.5.5 -> cvs. did You change something?
@ 2004-07-08 19:07 Konrad Karpieszuk
  2004-07-08 20:24 ` Filip Navara
  0 siblings, 1 reply; 8+ messages in thread
From: Konrad Karpieszuk @ 2004-07-08 19:07 UTC (permalink / raw)
  To: qemu-devel

hello

I used qemu in version 0.5.5 and it works fine. Now i upgrade to cvs 
version and i cannot run this :(

When i type:

qemu boot.iso

(it is like in documentation)

i got:

QEMU 0.5.5 monitor - type 'help' for more information
(qemu)

And thats all. No window is opening.

Did you change syntax or I do something wrong?

-- 
pozdrawiam
|<onrad Karpieszuk
www.Karpieszuk.prv.pl

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

* Re: [Qemu-devel] 0.5.5 -> cvs. did You change something?
  2004-07-08 19:07 [Qemu-devel] 0.5.5 -> cvs. did You change something? Konrad Karpieszuk
@ 2004-07-08 20:24 ` Filip Navara
  2004-07-08 20:30   ` Jim C. Brown
  2004-07-08 20:31   ` Konrad Karpieszuk
  0 siblings, 2 replies; 8+ messages in thread
From: Filip Navara @ 2004-07-08 20:24 UTC (permalink / raw)
  To: qemu-devel

Konrad Karpieszuk wrote:
[snip]

> qemu boot.iso

Use "qemu -cdrom boot.iso".

- Filip

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

* Re: [Qemu-devel] 0.5.5 -> cvs. did You change something?
  2004-07-08 20:24 ` Filip Navara
@ 2004-07-08 20:30   ` Jim C. Brown
  2004-07-08 20:50     ` Konrad Karpieszuk
  2004-07-08 20:31   ` Konrad Karpieszuk
  1 sibling, 1 reply; 8+ messages in thread
From: Jim C. Brown @ 2004-07-08 20:30 UTC (permalink / raw)
  To: qemu-devel

On Thu, Jul 08, 2004 at 10:24:32PM +0200, Filip Navara wrote:
> Konrad Karpieszuk wrote:
> [snip]
> 
> >qemu boot.iso
> 
> Use "qemu -cdrom boot.iso".
> 
> - Filip
> 

If that fails then use "qemu -cdrom boot.iso -boot d".

> 
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel

-- 
Infinite complexity begets infinite beauty.
Infinite precision begets infinite perfection.

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

* Re: [Qemu-devel] 0.5.5 -> cvs. did You change something?
  2004-07-08 20:24 ` Filip Navara
  2004-07-08 20:30   ` Jim C. Brown
@ 2004-07-08 20:31   ` Konrad Karpieszuk
  1 sibling, 0 replies; 8+ messages in thread
From: Konrad Karpieszuk @ 2004-07-08 20:31 UTC (permalink / raw)
  To: qemu-devel

07/08/2004 10:24 PM | Filip Navara:
> Konrad Karpieszuk wrote:
> [snip]
> 
>> qemu boot.iso
> 
> 
> Use "qemu -cdrom boot.iso".

Thesame. Also, aftre restarting system i see, that output is longer:

Could not configure '/dev/rtc' to have a 1024 Hz timer. This is not a fatal
error, but for better emulation accuracy either use a 2.6 host Linux 
kernel or
type 'echo 1024 > /proc/sys/dev/rtc/max-user-freq' as root.
QEMU 0.5.5 monitor - type 'help' for more information
(qemu)

I see this every time when i try to emulate some image

-- 
pozdrawiam
|<onrad Karpieszuk
www.Karpieszuk.prv.pl

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

* Re: [Qemu-devel] 0.5.5 -> cvs. did You change something?
  2004-07-08 20:30   ` Jim C. Brown
@ 2004-07-08 20:50     ` Konrad Karpieszuk
  2004-07-08 21:14       ` Zach Etienne
  0 siblings, 1 reply; 8+ messages in thread
From: Konrad Karpieszuk @ 2004-07-08 20:50 UTC (permalink / raw)
  To: qemu-devel

07/08/2004 10:30 PM | Jim C. Brown:
>>Use "qemu -cdrom boot.iso".
>>
>>- Filip
>>
> 
> 
> If that fails then use "qemu -cdrom boot.iso -boot d".

Still the same (but this time autpu is again short).

When You start qemu you of course see window with emulated system. But 
what do you have at console? Also "QEMU 0.5.5 monitor - type 'help' for 
more information
(qemu) "?

-- 
pozdrawiam
|<onrad Karpieszuk
www.Karpieszuk.prv.pl

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

* Re: [Qemu-devel] 0.5.5 -> cvs. did You change something?
  2004-07-08 20:50     ` Konrad Karpieszuk
@ 2004-07-08 21:14       ` Zach Etienne
  2004-07-08 21:44         ` Konrad Karpieszuk
  0 siblings, 1 reply; 8+ messages in thread
From: Zach Etienne @ 2004-07-08 21:14 UTC (permalink / raw)
  To: qemu-devel

--- Konrad Karpieszuk <karpieszuk@interia.pl> wrote:
> 07/08/2004 10:30 PM | Jim C. Brown:
> >>Use "qemu -cdrom boot.iso".
> >>
> >>- Filip
> >>
> > 
> > 
> > If that fails then use "qemu -cdrom boot.iso -boot
> d".
> 
> Still the same (but this time autpu is again short).
> 
> When You start qemu you of course see window with
> emulated system. But 
> what do you have at console? Also "QEMU 0.5.5
> monitor - type 'help' for 
> more information
> (qemu) "?

I encountered the same problem when my SDL
installation was broken (SDL makes the emulation
window appear).  Look into that.

Also try to run the qemu-fast linux-test kernel from
the QEMU homepage.  This does not need SDL, and will
probably verify that your problem is related to SDL.

-Zach

> 
> -- 
> pozdrawiam
> |<onrad Karpieszuk
> www.Karpieszuk.prv.pl
> 
> 
> 
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
> 




		
__________________________________
Do you Yahoo!?
Take Yahoo! Mail with you! Get it on your mobile phone.
http://mobile.yahoo.com/maildemo 

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

* Re: [Qemu-devel] 0.5.5 -> cvs. did You change something?
  2004-07-08 21:14       ` Zach Etienne
@ 2004-07-08 21:44         ` Konrad Karpieszuk
  2004-07-08 21:58           ` Zach Etienne
  0 siblings, 1 reply; 8+ messages in thread
From: Konrad Karpieszuk @ 2004-07-08 21:44 UTC (permalink / raw)
  To: qemu-devel

07/08/2004 11:14 PM | Zach Etienne:
> Also try to run the qemu-fast linux-test kernel from
> the QEMU homepage.  This does not need SDL, and will
> probably verify that your problem is related to SDL.

I still have thesame problem :(

-- 
pozdrawiam
|<onrad Karpieszuk
www.Karpieszuk.prv.pl

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

* Re: [Qemu-devel] 0.5.5 -> cvs. did You change something?
  2004-07-08 21:44         ` Konrad Karpieszuk
@ 2004-07-08 21:58           ` Zach Etienne
  0 siblings, 0 replies; 8+ messages in thread
From: Zach Etienne @ 2004-07-08 21:58 UTC (permalink / raw)
  To: qemu-devel

--- Konrad Karpieszuk <karpieszuk@interia.pl> wrote:
> 07/08/2004 11:14 PM | Zach Etienne:
> > Also try to run the qemu-fast linux-test kernel
> from
> > the QEMU homepage.  This does not need SDL, and
> will
> > probably verify that your problem is related to
> SDL.
> 
> I still have thesame problem :(

Did you run qemu.sh (from the linux-test-0.5.1.tar.gz
on the QEMU homepage)?  It does not require SDL, and
should work if the emulation routines have been
correctly compiled.  In other words, if qemu.sh
doesn't work, your problem is likely due to something
outside of SDL.

-Zach


> 
> -- 
> pozdrawiam
> |<onrad Karpieszuk
> www.Karpieszuk.prv.pl
> 
> 
> 
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
> 



		
__________________________________
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail 

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

end of thread, other threads:[~2004-07-08 22:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-08 19:07 [Qemu-devel] 0.5.5 -> cvs. did You change something? Konrad Karpieszuk
2004-07-08 20:24 ` Filip Navara
2004-07-08 20:30   ` Jim C. Brown
2004-07-08 20:50     ` Konrad Karpieszuk
2004-07-08 21:14       ` Zach Etienne
2004-07-08 21:44         ` Konrad Karpieszuk
2004-07-08 21:58           ` Zach Etienne
2004-07-08 20:31   ` Konrad Karpieszuk

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