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_missing/2816.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_i386/host_missing/accel_missing/2816.toml')
| -rw-r--r-- | gitlab/issues/target_i386/host_missing/accel_missing/2816.toml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gitlab/issues/target_i386/host_missing/accel_missing/2816.toml b/gitlab/issues/target_i386/host_missing/accel_missing/2816.toml new file mode 100644 index 00000000..2387fa41 --- /dev/null +++ b/gitlab/issues/target_i386/host_missing/accel_missing/2816.toml @@ -0,0 +1,22 @@ +id = 2816 +title = "qemu-9.2.1 windows can not load files if kernel is linux-6.13.x" +state = "opened" +created_at = "2025-02-17T15:47:09.129Z" +closed_at = "n/a" +labels = ["guest: Windows", "target: i386"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/2816" +host-os = "linux" +host-arch = "x86_64" +qemu-version = "9.2.1" +guest-os = "Windows 10" +guest-arch = "## Description of problem" +description = """qemu-9.2 and 9.2.1 emulating windows-10 both gave this +bug "externe exception 80000004." emulating windows-10 +when a program tries to load a file. +qemu emulating windows-10 runs without this bug when using +kernel linux-6.12.14 and older.""" +reproduce = """1.start a prog, in my case sprint-layout-6.0, try to open/load a file. +2. +3.""" +additional = """Im not shure if the bug is with qemu or kernel. +You can decide better what causes this bug.""" |