summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/105/graphic/2075
blob: e9f52053375fd775b40766772ca64023053ea50a (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
graphic: 0.954
device: 0.871
instruction: 0.842
vnc: 0.824
socket: 0.713
network: 0.661
semantic: 0.647
boot: 0.506
other: 0.504
mistranslation: 0.363
assembly: 0.234
KVM: 0.063

QGA guest-get-fsinfo can not return windows dynamic volumes
Description of problem:
Install qemu-ga (newest version) in Windows, create multiple dynamic volumes(containing multiple disks),
![Xnip2024-01-05_17-54-06](/uploads/0f88fba59fb90e224d59e3e2353e5cf9/Xnip2024-01-05_17-54-06.jpg)

get them information via guest-get-fsinfo, but guest-get-fsinfo does not return the the dynamic volume.
Steps to reproduce:
virsh qemu-agent-command {domain} --pretty '{ "execute": "guest-get-fsinfo" }'
Additional information:
Please see if this bug can be fixed by [qga-win: Fix guest-get-fsinfo multi-disks collection](https://patchew.org/QEMU/20231227071540.4035803-1-peng.ji@smartx.com/)