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_missing/host_missing/accel_missing/1020.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_missing/host_missing/accel_missing/1020.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/1020.toml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1020.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1020.toml new file mode 100644 index 00000000..3af5feca --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/1020.toml @@ -0,0 +1,24 @@ +id = 1020 +title = "Display mode 0x6 doubles lines" +state = "closed" +created_at = "2022-05-10T16:50:49.309Z" +closed_at = "2022-07-29T17:29:53.180Z" +labels = ["device:graphics", "workflow::Patch available"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/1020" +host-os = "manjaro" +host-arch = "x86-64" +qemu-version = "6.2.0" +guest-os = "NO_OS" +guest-arch = "i386" +description = """When developing https://github.com/korneliuszo/ne2000xt I've occured problem with double lines in mode 0x06 of VGA display, problem doesn't exist in mode 0x05""" +reproduce = """1. Call int 0x10, to setup video mode +2. put data into video ram (./cga.py -i 192.168.1.102 -I ~/a.png) +3. bad display""" +additional = """Bad display: + + +Same data, but in mode 0x05 + + +Same script as in bad display but run under 86Box +""" |