diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
| commit | 4b927bc37359dec23f67d3427fc982945f24f404 (patch) | |
| tree | 245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_i386/host_missing/accel_TCG/2022.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | qemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz qemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
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.toml | 19 |
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 000000000..c7bdd85c9 --- /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_*()""" |