Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2020
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.01 KB | None | 0 0
  1. -chardev socket,id=charmonitor,fd=32,server,nowait \
  2. -mon chardev=charmonitor,id=monitor,mode=control \
  3. -rtc base=localtime \
  4. -no-hpet \
  5. -no-shutdown \
  6. -boot strict=on \
  7. -device ich9-usb-ehci1,id=usb,bus=pci.0,addr=0x7.0x7 \
  8. -device ich9-usb-uhci1,masterbus=usb.0,firstport=0,bus=pci.0,multifunction=on,addr=0x7 \
  9. -device ich9-usb-uhci2,masterbus=usb.0,firstport=2,bus=pci.0,addr=0x7.0x1 \
  10. -device ich9-usb-uhci3,masterbus=usb.0,firstport=4,bus=pci.0,addr=0x7.0x2 \
  11. -device ahci,id=sata0,bus=pci.0,addr=0x3 \
  12. -device virtio-serial-pci,id=virtio-serial0,bus=pci.0,addr=0x4 \
  13. -blockdev '{"driver":"file","filename":"/mnt/user/domains/Windows 10 TESTING/vdisk1.img","node-name":"libvirt-3-storage","cache":{"direct":false,"no-flush":false},"auto-read-only":true,"discard":"unmap"}' \
  14. -blockdev '{"node-name":"libvirt-3-format","read-only":false,"cache":{"direct":false,"no-flush":false},"driver":"raw","file":"libvirt-3-storage"}' \
  15. -device virtio-blk-pci,scsi=off,bus=pci.0,addr=0x5,drive=libvirt-3-format,id=virtio-disk2,bootindex=1,write-cache=on \
  16. -blockdev '{"driver":"file","filename":"/mnt/user/isos/Windows/Win10_2004_English_x64.iso","node-name":"libvirt-2-storage","auto-read-only":true,"discard":"unmap"}' \
  17. -blockdev '{"node-name":"libvirt-2-format","read-only":true,"driver":"raw","file":"libvirt-2-storage"}' \
  18. -device ide-cd,bus=ide.0,unit=0,drive=libvirt-2-format,id=ide0-0-0,bootindex=2 \
  19. -blockdev '{"driver":"file","filename":"/mnt/user/isos/virtio-win-0.1.173-2.iso","node-name":"libvirt-1-storage","auto-read-only":true,"discard":"unmap"}' \
  20. -blockdev '{"node-name":"libvirt-1-format","read-only":true,"driver":"raw","file":"libvirt-1-storage"}' \
  21. -device ide-cd,bus=sata0.1,drive=libvirt-1-format,id=sata0-0-1 \
  22. -netdev tap,fd=35,id=hostnet0,vhost=on,vhostfd=36 \
  23. -device virtio-net-pci,netdev=hostnet0,id=net0,mac=52:54:00:27:47:e1,bus=pci.0,addr=0x2 \
  24. -chardev pty,id=charserial0 \
  25. -device isa-serial,chardev=charserial0,id=serial0 \
  26. -chardev socket,id=charchannel0,fd=37,server,nowait \
  27. -device virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=org.qemu.guest_agent.0 \
  28. -device usb-tablet,id=input0,bus=usb.0,port=1 \
  29. -device vfio-pci,host=0000:05:00.0,id=hostdev0,bus=pci.0,addr=0x6,romfile=/mnt/user/isos/vroms/710.rom \
  30. -device vfio-pci,host=0000:05:00.1,id=hostdev1,bus=pci.0,addr=0x8 \
  31. -sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,resourcecontrol=deny \
  32. -msg timestamp=on
  33. 2020-06-22 14:27:18.487+0000: Domain id=1 is tainted: high-privileges
  34. 2020-06-22 14:27:18.487+0000: Domain id=1 is tainted: host-cpu
  35. char device redirected to /dev/pts/0 (label charserial0)
  36. 2020-06-22T14:27:20.266643Z qemu-system-x86_64: vfio: Unable to power on device, stuck in D3
  37. 2020-06-22T14:27:20.266896Z qemu-system-x86_64: vfio: Unable to power on device, stuck in D3
  38. 2020-06-22T14:29:45.221027Z qemu-system-x86_64: terminating on signal 15 from pid 4564 (/usr/sbin/libvirtd)
  39. 2020-06-22 14:29:46.622+0000: shutting down, reason=destroyed
  40. 2020-06-22 14:29:50.021+0000: shutting down, reason=failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement