From: Herbert Poetzl <herbert@13thfloor.at>
To: Fabrice Bellard <fabrice.bellard@free.fr>
Cc: qemu-devel@nongnu.org
Subject: [Qemu-devel] QEMU 5.0 questions ...
Date: Mon, 10 Nov 2003 03:30:56 +0100 [thread overview]
Message-ID: <20031110023056.GA4368@MAIL.13thfloor.at> (raw)
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
reply other threads:[~2003-11-10 3:32 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20031110023056.GA4368@MAIL.13thfloor.at \
--to=herbert@13thfloor.at \
--cc=fabrice.bellard@free.fr \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).