blob: 5380ca8b5cad78523f77814a7a8e774457b7e807 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
device: 0.916
PID: 0.862
graphic: 0.851
network: 0.800
semantic: 0.784
files: 0.784
KVM: 0.712
vnc: 0.683
performance: 0.647
permissions: 0.576
socket: 0.573
boot: 0.563
debug: 0.531
other: 0.381
qemu/build/qemu-bundle/var/local/run is linked to qemu/qga/run which doesn't exist after building qemu
Description of problem:
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
Steps to 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 information:

|