diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:07 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:17 +0200 |
| commit | 9260319e7411ff8281700a532caa436f40120ec4 (patch) | |
| tree | 2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_missing/host_missing/accel_missing/1116.toml | |
| parent | 225caa38269323af1bfc2daadff5ec8bd930747f (diff) | |
| download | qemu-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/1116.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/1116.toml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1116.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1116.toml deleted file mode 100644 index 1f2c87c94..000000000 --- a/gitlab/issues/target_missing/host_missing/accel_missing/1116.toml +++ /dev/null @@ -1,26 +0,0 @@ -id = 1116 -title = "qemu/build/qemu-bundle/var/local/run is linked to qemu/qga/run which doesn't exist after building qemu" -state = "closed" -created_at = "2022-07-22T07:47:06.712Z" -closed_at = "2022-10-14T03:02:20.723Z" -labels = ["Build System", "workflow::Confirmed"] -url = "https://gitlab.com/qemu-project/qemu/-/issues/1116" -host-os = "RHEL 9.0" -host-arch = "x86" -qemu-version = "QEMU emulator version 7.0.50 (v7.0.0-2745-g8ec4bc3c8c)" -guest-os = "n/a" -guest-arch = "n/a" -description = """A file qemu/build/qemu-bundle/var/local/run is generated after building qemu and this file is linked to qemu/qga/run which doesn't exist. - -[root@b49691d8db1c local]# ls /home/lxy/qemu/build/qemu-bundle/var/local -hl -total 0 -lrwxrwxrwx. 1 root root 22 Jul 22 00:06 run -> /home/lxy/qemu/qga/run -[root@b49691d8db1c local]# ls -hl /home/lxy/qemu/qga/run -ls: cannot access '/home/lxy/qemu/qga/run': No such file or directory""" -reproduce = """1. git clone https://gitlab.com/qemu-project/qemu.git -2. cd qemu/ -3. ./configure --target-list=x86_64-softmmu --enable-kvm -4. make -j100 && make install -5. ls ./build/qemu-bundle/var/local -hl -6. ls -hl ./qga/run""" -additional = """""" |