VirtFS mapped symlinks resolved wrong
Bug #646427 reported by
deleted
This bug affects 2 people
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| QEMU |
Invalid
|
Undecided
|
Unassigned | ||
Bug Description
I tried to map a folder with qemu-kvm qemu-kvm-
So for example if you have a file abc with the content "omg, this is important stuff" and a symlink lnkme -> abc then it wiill look inside the kvm with mounted 9p virtio (mapped) like that:
lnkme -> omg, this is important stuff

Why not using simple symlinks on the host with xattr like on normal files instead of those hacks which either don't work on client or don't work on the host?