summary refs log tree commit diff stats
path: root/gitlab/issues/target_i386/host_missing/accel_TCG/2022.toml
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/issues/target_i386/host_missing/accel_TCG/2022.toml')
-rw-r--r--gitlab/issues/target_i386/host_missing/accel_TCG/2022.toml19
1 files changed, 19 insertions, 0 deletions
diff --git a/gitlab/issues/target_i386/host_missing/accel_TCG/2022.toml b/gitlab/issues/target_i386/host_missing/accel_TCG/2022.toml
new file mode 100644
index 00000000..c7bdd85c
--- /dev/null
+++ b/gitlab/issues/target_i386/host_missing/accel_TCG/2022.toml
@@ -0,0 +1,19 @@
+id = 2022
+title = "Win32s crashes qemu (regression, bisected)"
+state = "closed"
+created_at = "2023-12-08T08:11:09.560Z"
+closed_at = "2023-12-13T15:28:35.938Z"
+labels = ["Closed::Fixed", "Regression", "accel: TCG", "target: i386"]
+url = "https://gitlab.com/qemu-project/qemu/-/issues/2022"
+host-os = "Fedora 39"
+host-arch = "x86_64"
+qemu-version = "8.0.50"
+guest-os = "DOS 6.22/WfW 3.11"
+guest-arch = "n/a"
+description = """Whenever I start a Win32s application (FREECELL.EXE), qemu says "qemu: Bad ram pointer 0x7f4b13a80000" and aborts. I tried a few different versions of Win32s (I specifically remember 1.15a and 1.25a), but it does not seem to matter. I am using only the standard VGA driver and nothing else that would not be present in a standard install of the guest components."""
+reproduce = """1. Run any Win32s application
+2.
+3."""
+additional = """It worked fine before this commit, both on stable-8.1 as well as the master branch:
+
+4f8f41272e accel: Replace target_ulong with vaddr in probe_*()"""