summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/759.toml
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-05-30 16:52:07 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-05-30 16:52:17 +0200
commit9260319e7411ff8281700a532caa436f40120ec4 (patch)
tree2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_missing/host_missing/accel_missing/759.toml
parent225caa38269323af1bfc2daadff5ec8bd930747f (diff)
downloadqemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.tar.gz
qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.zip
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/759.toml')
-rw-r--r--gitlab/issues/target_missing/host_missing/accel_missing/759.toml20
1 files changed, 0 insertions, 20 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/759.toml b/gitlab/issues/target_missing/host_missing/accel_missing/759.toml
deleted file mode 100644
index c018e34fa..000000000
--- a/gitlab/issues/target_missing/host_missing/accel_missing/759.toml
+++ /dev/null
@@ -1,20 +0,0 @@
-id = 759
-title = "Copy&Paste does not work on VNC"
-state = "opened"
-created_at = "2021-12-05T09:06:28.094Z"
-closed_at = "n/a"
-labels = ["GUI"]
-url = "https://gitlab.com/qemu-project/qemu/-/issues/759"
-host-os = "Ubuntu 20.04"
-host-arch = "x86 64-bit"
-qemu-version = "6.2.92"
-guest-os = "Ubuntu 20.04"
-guest-arch = "x86 64 bit"
-description = """Cannot copy&paste between host and guest when vnc is used (gtk works fine)."""
-reproduce = """1. Build qemu 6.2-rc2 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-hax --enable-system --enable-linux-user --enable-libssh --enable-linux-aio --enable-linux-io-uring --enable-modules --enable-fuse --enable-fuse-lseek
-```
-2. Run the above qemu command using vnc server. Connect to the VM desktop using `vncviewer :5900` where vncviewer is downloaded from [here](https://www.realvnc.com/en/connect/download/viewer/).
-3. Try to copy and paste something in the terminal between host and guest. It doesn't work."""
-additional = """I'm following [this article](https://www.kraxel.org/blog/2021/05/qemu-cut-paste/) which says copy&paste is supported on vnc."""