Guest User

Untitled

a guest
Feb 21st, 2022
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.11 KB | None | 0 0
  1. 2022-02-20 21:54:21.195+0000: starting up libvirt version: 8.0.0, qemu version: 6.2.0, kernel: 5.16.10-arch1-1, hostname: Desktop-Linux.localdomain
  2. LC_ALL=C \
  3. PATH=/usr/local/sbin:/usr/local/bin:/usr/bin \
  4. HOME=/var/lib/libvirt/qemu/domain-1-win10 \
  5. XDG_DATA_HOME=/var/lib/libvirt/qemu/domain-1-win10/.local/share \
  6. XDG_CACHE_HOME=/var/lib/libvirt/qemu/domain-1-win10/.cache \
  7. XDG_CONFIG_HOME=/var/lib/libvirt/qemu/domain-1-win10/.config \
  8. /usr/bin/qemu-system-x86_64 \
  9. -name guest=win10,debug-threads=on \
  10. -S \
  11. -object '{"qom-type":"secret","id":"masterKey0","format":"raw","file":"/var/lib/libvirt/qemu/domain-1-win10/master-key.aes"}' \
  12. -blockdev '{"driver":"file","filename":"/usr/share/edk2-ovmf/x64/OVMF_CODE.fd","node-name":"libvirt-pflash0-storage","auto-read-only":true,"discard":"unmap"}' \
  13. -blockdev '{"node-name":"libvirt-pflash0-format","read-only":true,"driver":"raw","file":"libvirt-pflash0-storage"}' \
  14. -blockdev '{"driver":"file","filename":"/var/lib/libvirt/qemu/nvram/win10_VARS.fd","node-name":"libvirt-pflash1-storage","auto-read-only":true,"discard":"unmap"}' \
  15. -blockdev '{"node-name":"libvirt-pflash1-format","read-only":false,"driver":"raw","file":"libvirt-pflash1-storage"}' \
  16. -machine pc-q35-6.2,usb=off,vmport=off,dump-guest-core=off,kernel_irqchip=on,pflash0=libvirt-pflash0-format,pflash1=libvirt-pflash1-format,memory-backend=pc.ram \
  17. -accel kvm \
  18. -cpu EPYC-Milan,x2apic=on,tsc-deadline=on,hypervisor=on,tsc-adjust=on,vaes=on,vpclmulqdq=on,spec-ctrl=on,stibp=on,arch-capabilities=on,ssbd=on,cmp-legacy=on,virt-ssbd=on,tsc-scale=on,rdctl-no=on,skip-l1dfl-vmentry=on,mds-no=on,pschange-mc-no=on,pcid=off,hv-time=on,hv-relaxed=on,hv-vapic=on,hv-spinlocks=0x1fff,hv-vendor-id=1234567890,kvm=off \
  19. -m 8192 \
  20. -object '{"qom-type":"memory-backend-ram","id":"pc.ram","size":8589934592}' \
  21. -overcommit mem-lock=off \
  22. -smp 6,sockets=6,cores=1,threads=1 \
  23. -uuid 676011c8-0807-47f9-9ad1-18b464bfce9a \
  24. -no-user-config \
  25. -nodefaults \
  26. -chardev socket,id=charmonitor,fd=31,server=on,wait=off \
  27. -mon chardev=charmonitor,id=monitor,mode=control \
  28. -rtc base=localtime,driftfix=slew \
  29. -global kvm-pit.lost_tick_policy=delay \
  30. -no-hpet \
  31. -no-shutdown \
  32. -global ICH9-LPC.disable_s3=1 \
  33. -global ICH9-LPC.disable_s4=1 \
  34. -boot strict=on \
  35. -device pcie-root-port,port=16,chassis=1,id=pci.1,bus=pcie.0,multifunction=on,addr=0x2 \
  36. -device pcie-root-port,port=17,chassis=2,id=pci.2,bus=pcie.0,addr=0x2.0x1 \
  37. -device pcie-root-port,port=18,chassis=3,id=pci.3,bus=pcie.0,addr=0x2.0x2 \
  38. -device pcie-root-port,port=19,chassis=4,id=pci.4,bus=pcie.0,addr=0x2.0x3 \
  39. -device pcie-root-port,port=20,chassis=5,id=pci.5,bus=pcie.0,addr=0x2.0x4 \
  40. -device pcie-root-port,port=21,chassis=6,id=pci.6,bus=pcie.0,addr=0x2.0x5 \
  41. -device qemu-xhci,p2=15,p3=15,id=usb,bus=pci.2,addr=0x0 \
  42. -device virtio-serial-pci,id=virtio-serial0,bus=pci.3,addr=0x0 \
  43. -blockdev '{"driver":"file","filename":"/var/lib/libvirt/images/win10.qcow2","node-name":"libvirt-2-storage","auto-read-only":true,"discard":"unmap"}' \
  44. -blockdev '{"node-name":"libvirt-2-format","read-only":false,"driver":"qcow2","file":"libvirt-2-storage","backing":null}' \
  45. -device ide-hd,bus=ide.0,drive=libvirt-2-format,id=sata0-0-0,bootindex=1 \
  46. -blockdev '{"driver":"file","filename":"/home/username/Downloads/en_windows_10_consumer_editions_version_21h1_x64_dvd_540c0dd4.iso","node-name":"libvirt-1-storage","auto-read-only":true,"discard":"unmap"}' \
  47. -blockdev '{"node-name":"libvirt-1-format","read-only":true,"driver":"raw","file":"libvirt-1-storage"}' \
  48. -device ide-cd,bus=ide.1,drive=libvirt-1-format,id=sata0-0-1 \
  49. -netdev tap,fd=32,id=hostnet0 \
  50. -device e1000e,netdev=hostnet0,id=net0,mac=52:54:00:80:49:e5,bus=pci.1,addr=0x0 \
  51. -chardev pty,id=charserial0 \
  52. -device isa-serial,chardev=charserial0,id=serial0 \
  53. -chardev spicevmc,id=charchannel0,name=vdagent \
  54. -device virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=com.redhat.spice.0 \
  55. -device usb-tablet,id=input0,bus=usb.0,port=1 \
  56. -audiodev '{"id":"audio1","driver":"spice"}' \
  57. -spice port=5900,addr=127.0.0.1,disable-ticketing=on,image-compression=off,seamless-migration=on \
  58. -device qxl-vga,id=video0,ram_size=67108864,vram_size=67108864,vram64_size_mb=0,vgamem_mb=16,max_outputs=1,bus=pcie.0,addr=0x1 \
  59. -device ich9-intel-hda,id=sound0,bus=pcie.0,addr=0x1b \
  60. -device hda-duplex,id=sound0-codec0,bus=sound0.0,cad=0,audiodev=audio1 \
  61. -chardev spicevmc,id=charredir0,name=usbredir \
  62. -device usb-redir,chardev=charredir0,id=redir0,bus=usb.0,port=2 \
  63. -chardev spicevmc,id=charredir1,name=usbredir \
  64. -device usb-redir,chardev=charredir1,id=redir1,bus=usb.0,port=3 \
  65. -device vfio-pci,host=0000:2d:00.1,id=hostdev0,bus=pci.6,addr=0x0 \
  66. -device vfio-pci,host=0000:2d:00.0,id=hostdev1,bus=pci.5,addr=0x0,romfile=/var/lib/libvirt/vbios/dumped.rom \
  67. -device virtio-balloon-pci,id=balloon0,bus=pci.4,addr=0x0 \
  68. -sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,resourcecontrol=deny \
  69. -msg timestamp=on
  70. char device redirected to /dev/pts/0 (label charserial0)
  71. 2022-02-20T21:54:21.267471Z qemu-system-x86_64: warning: This feature depends on other features that were not requested: CPUID.8000000AH:EDX.tsc-scale [bit 4]
  72. 2022-02-20T21:54:21.267772Z qemu-system-x86_64: warning: This feature depends on other features that were not requested: CPUID.8000000AH:EDX.tsc-scale [bit 4]
  73. 2022-02-20T21:54:21.267923Z qemu-system-x86_64: warning: This feature depends on other features that were not requested: CPUID.8000000AH:EDX.tsc-scale [bit 4]
  74. 2022-02-20T21:54:21.268068Z qemu-system-x86_64: warning: This feature depends on other features that were not requested: CPUID.8000000AH:EDX.tsc-scale [bit 4]
  75. 2022-02-20T21:54:21.268214Z qemu-system-x86_64: warning: This feature depends on other features that were not requested: CPUID.8000000AH:EDX.tsc-scale [bit 4]
  76. 2022-02-20T21:54:21.268352Z qemu-system-x86_64: warning: This feature depends on other features that were not requested: CPUID.8000000AH:EDX.tsc-scale [bit 4]
  77. qxl_send_events: spice-server bug: guest stopped, ignoring
  78. 2022-02-20T21:57:03.723183Z qemu-system-x86_64: terminating on signal 15 from pid 3758 (/usr/bin/libvirtd)
  79. 2022-02-20 21:57:05.198+0000: shutting down, reason=shutdown
Advertisement
Add Comment
Please, Sign In to add comment