summaryrefslogtreecommitdiffstats
path: root/mailinglist/output_launchpad/1091115
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-05-30 14:51:13 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-05-30 14:51:13 +0000
commit225caa38269323af1bfc2daadff5ec8bd930747f (patch)
treee0a5fefde9ee100ba6f32fb36de6707490e4164e /mailinglist/output_launchpad/1091115
parent904141bfb8d5385b75eb3b7afec1dcda89af65a7 (diff)
downloademulator-bug-study-225caa38269323af1bfc2daadff5ec8bd930747f.tar.gz
emulator-bug-study-225caa38269323af1bfc2daadff5ec8bd930747f.zip
add mailinglist scraper results
Diffstat (limited to 'mailinglist/output_launchpad/1091115')
-rw-r--r--mailinglist/output_launchpad/109111536
1 files changed, 36 insertions, 0 deletions
diff --git a/mailinglist/output_launchpad/1091115 b/mailinglist/output_launchpad/1091115
new file mode 100644
index 00000000..6659565c
--- /dev/null
+++ b/mailinglist/output_launchpad/1091115
@@ -0,0 +1,36 @@
+windowsXP install in qemu-system-i386 1.3.0 ends with a BSOD 0x7E in acpi.sys
+
+These are the commands:
+$git checkout v1.3.0
+$./configure --prefix=/home/user/tmp --target-list=i386-softmmu --enable-sdl --disable-curses --disable-vnc --enable-kvm --disable-docs
+$make
+$make install
+In /home/user/tmp directory:
+$./bin/qemu-img create imgs/winxp.img 4G
+$./bin/qemu-system-i386 imgs/winxp.img -cdrom ~/Downloads/zh-hans_windows_xp_professional_with_service_pack_3_x86_cd_x14-80404.iso
+
+then it show a bluescreen after a few seconds.
+See the attachment for more information, please.
+
+It works well when checking out v1.2.0.
+
+
+
+Same as Bug 1096712 I reported
+
+It is most likely the seabios bits missing in 1.3.0, namely this change:
+
+ http://git.qemu.org/?p=seabios.git;a=commitdiff;h=f64a472a481784231fbf8541825501df411b11d1
+
+You may try this bios file:
+
+ http://git.qemu.org/?p=qemu.git;a=blob;f=pc-bios/bios.bin;h=3910875311ceaed814f902e9e4e7e29cdf340fc6
+
+at least it works for me on top of 1.3.0 version, and 1.3.0 without updated bios behaves like you describe. So I'm marking this as "fix comitted" for now, waiting for 1.3.1 release...
+
+Alternative BIOS works for me with both installed system and installer.
+
+I have also verified that the BIOS above works with Windows XP (SP2).
+
+Changing status to "Fix Released" since this should have been included since a couple of releases now.
+