From: Ryan Harper <ryanh@us.ibm.com>
To: qemu-devel@nongnu.org
Cc: Anthony Liguori <aliguori@us.ibm.com>
Subject: [Qemu-devel] Fedora9-32/64 dvd boot broken
Date: Tue, 10 Nov 2009 13:18:24 -0600 [thread overview]
Message-ID: <20091110191824.GF11154@us.ibm.com> (raw)
Tip is broken booting a Fedora 9 DVD.
Host: Fedora 11 x86_64
configured with:
./configure --target-list=x86_64-softmmu --prefix=/usr/local/qemu-regression
Guest run with:
qemu-system-x86_64 -name 'vm1' -monitor stdio \
-drive file=fc9-32.qcow2,if=ide,cache=writeback \
-net nic,vlan=0,macaddr=52:54:00:12:34:56 \
-net user,vlan=0 -m 512 -cdrom Fedora-9-i386-DVD.iso \
-enable-kvm -vnc :2
Before the below commit, DVD boot screen shows up fine in vnc, after
this commit, you only see a black screen. Appending -bios pcbios.bin
fixes it as well (even on tip).
Git bisect says this commit broke it
260c0cd3d985e51b15870ff47e17b7b930efbda1 is first bad commit
commit 260c0cd3d985e51b15870ff47e17b7b930efbda1
Author: Isaku Yamahata <yamahata@valinux.co.jp>
Date: Fri Oct 30 21:21:20 2009 +0900
pci: use range helper functions.
clean up pci_default_write_config() by the range helper functions.
Suggested by Michael S. Tsirkin <mst@redhat.com>
Cc: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
:040000 040000 3bef1a261eee5aaf725cff6c4451b516537c8e1d 9ef453ca7e9771ab61ae2fd93cbc6f7331657a35 M hw
--
Ryan Harper
Software Engineer; Linux Technology Center
IBM Corp., Austin, Tx
ryanh@us.ibm.com
reply other threads:[~2009-11-10 19:18 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=20091110191824.GF11154@us.ibm.com \
--to=ryanh@us.ibm.com \
--cc=aliguori@us.ibm.com \
--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).