qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] QEMU 5.0 questions ...
@ 2003-11-10  2:30 Herbert Poetzl
  0 siblings, 0 replies; only message in thread
From: Herbert Poetzl @ 2003-11-10  2:30 UTC (permalink / raw)
  To: Fabrice Bellard; +Cc: qemu-devel


Hi Fabrice!

finally found some time to look at the QEMU 5.0
release, I'm eager to test the gdb stuff ;)

first, the build went without any issues, not even
Makefiles to patch to keep the docu from building ;)

as I tested the cvs versions recently, I knew that
vl has changed to qemu(-fast) and that there is an
option to disable the graphical part ...

last time I checked this, it worked for me, so
qemu -nographic was equivalent to vl ...

now it seems that the 5.0 release qemu, requires
the bios regardless of the -nographic option, which
would not be the problem, but, it seems that the
old 'terminal' functionality was lost somewhere on
the road ...

qemu-0.4.3/vl -m 128 -snapshot -hda IMGs/TEST_32M.img bzImage rw root=/dev/hda1
works in the terminal as expected ...

qemu-0.5.0/i386/qemu-fast -nographic -m 128 -snapshot -hda IMGs/TEST_32M.img bzImage rw root=/dev/hda1
complains about the bios, I didn't install ...

qemu-0.5.0/i386/qemu-fast -nographic -L qemu-0.5.0/pc-bios -m 128 -snapshot -hda IMGs/TEST_32M.img bzImage rw root=/dev/hda1
doesn't complain, but gives me just one black line
after the other .. it's obvious that something is
happening, but the kernel boot output doesn't show
up on the terminal ... 

any suggestions/magic switches to get back the
'old' terminal booting behaviour?

TIA,
Herbert

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-11-10  3:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-10  2:30 [Qemu-devel] QEMU 5.0 questions Herbert Poetzl

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