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/769.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_missing/host_missing/accel_missing/769.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/769.toml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/769.toml b/gitlab/issues/target_missing/host_missing/accel_missing/769.toml new file mode 100644 index 000000000..0c819a49e --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/769.toml @@ -0,0 +1,24 @@ +id = 769 +title = "When the VM is about to enter GUI desktop or quit the system, the screen turns upside down." +state = "opened" +created_at = "2021-12-12T04:32:00.395Z" +closed_at = "n/a" +labels = ["GUI", "kind::Bug"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/769" +host-os = "Pop!_OS 20.10 (= Ubuntu 20.10)" +host-arch = "x86 64 bit" +qemu-version = "build from 6.2.0-rc4, or 6.1.94." +guest-os = "Red Hat Enterprise Linux 8.5" +guest-arch = "x86, 64 bit" +description = """When the VM is about to enter GUI desktop, the remaining booting message on the screen turns upside down. I was wondering if it is a designed feature or a bug. I like it because when I see it I'm ensured I'll enter the VM's GUI desktop soon without any problem. + +An edit: This happens also at the quitting time when I type "sudo shutdown now" in the terminal.""" +reproduce = """1. Build qemu using the following `./configure` options: +``` +--prefix=$HOME/.bin --target-list=x86_64-softmmu --enable-kvm --enable-vnc --enable-gtk --enable-vte --enable-xkbcommon --enable-sdl --enable-spice --enable-spice-protocol --enable-virglrenderer --enable-opengl --enable-guest-agent --enable-avx2 --enable-avx512f --enable-hax --enable-system --enable-linux-user --enable-libssh --enable-linux-aio --enable-linux-io-uring --enable-modules --enable-gio --enable-fuse --enable-fuse-lseek +``` +2. Install Red Hat Enterprise Linux 8.5 in qemu +3. Run qemu using the above command line, or type "sudo shutdown now" in the terminal after VM starts.""" +additional = """ + +""" |