summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/118/x86/1735082
blob: 3fd439f49dae653e219c633fcc12f34d50ed1913 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
x86: 0.938
vnc: 0.740
architecture: 0.734
virtual: 0.692
VMM: 0.657
device: 0.647
network: 0.623
kernel: 0.601
mistranslation: 0.578
graphic: 0.481
ppc: 0.462
files: 0.432
semantic: 0.425
permissions: 0.398
socket: 0.384
performance: 0.362
PID: 0.334
hypervisor: 0.312
KVM: 0.308
register: 0.296
boot: 0.296
peripherals: 0.272
arm: 0.218
user-level: 0.194
assembly: 0.184
debug: 0.176
risc-v: 0.169
TCG: 0.159
i386: 0.089

NVME pass through in th eguest VM

Hi Qemu Team 

i am new in qemu and trying for nvme pass through ..
for that i used  below git repo for nvme 

https://github.com/famz/qemu/tree/nvme

and trying to launch the VM by below qemu command ..

/usr/local/bin/qemu-system-x86_64 -name sl7.0  -m 1024 -object memory-backend-file,id=mem,size=1G,mem-path=/dev/hugepages,share=on -nographic -no-user-config -nodefaults -serial mon:telnet:localhost:7704,server,nowait -monitor mon:telnet:localhost:8804,server,nowait -numa node,memdev=mem -drive file=/home/qemu/qcows,format=qcow2,if=none,id=disk -device ide-hd,drive=disk,bootindex=0 -drive file=nvme://0000:d8:00.0,if=none,id=drive0 -device virtio-blk,drive=drive0,id=virtio0 --enable-kvm

i am getting kernel panic and not proceed further..please help 

PS:-  our guest VM version is 

Scientific Linux 7.0 (Nitrogen)
Kernel 3.10.0-123.el7.x86_64 on an x86_64

Regards
Nitin



Can you reproduce the problem with the latest official upstream version of QEMU?

[Expired for QEMU because there has been no activity for 60 days.]