Guest User

Untitled

a guest
Apr 25th, 2025
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1.  
  2. <domain id="2" type="kvm">
  3. <name>Test</name>
  4. <uuid>c8b2469d-430f-4731-9415-8972812c5304</uuid>
  5. <metadata>
  6. <karton:kde-karton xmlns:karton="https://invent.kde.org/sitter/karton"/>
  7. <libosinfo:libosinfo xmlns:libosinfo="http://libosinfo.org/xmlns/libvirt/domain/1.0">
  8. <libosinfo:os id="http://fedoraproject.org/fedora/40" short-id="fedora40"/>
  9. </libosinfo:libosinfo>
  10. </metadata>
  11. <memory unit="MiB">4096</memory>
  12. <currentMemory unit="MiB">4096</currentMemory>
  13. <vcpu placement="static">2</vcpu>
  14. <os>
  15. <type arch="x86_64" machine="q35">hvm</type>
  16. <boot dev="cdrom"/>
  17. <boot dev="hd"/>
  18. </os>
  19. <features>
  20. <acpi/>
  21. <apic/>
  22. </features>
  23. <cpu mode="host-passthrough"/>
  24. <clock offset="utc"/>
  25. <devices>
  26. <disk device="disk" type="file">
  27. <driver name="qemu" type="qcow2"/>
  28. <source file="/home/dereklin/.local/share/libvirt/images/Test.qcow2"/>
  29. <target bus="virtio" dev="vda"/>
  30. </disk>
  31. <disk device="cdrom" type="file">
  32. <driver name="qemu" type="raw"/>
  33. <source file="/home/dereklin/Downloads/Fedora-Workstation-Live-x86_64-41-1.4.iso"/>
  34. <target bus="sata" dev="sda"/>
  35. <readonly/>
  36. </disk>
  37. <interface type="user">
  38. <mac address="ae:5b:a0:2d:63:74"/>
  39. <model type="virtio"/>
  40. <address bus="0x01" domain="0x0000" slot="0x00" type="pci"/>
  41. </interface>
  42. <graphics autoport="yes" type="spice">
  43. <listen type="address"/>
  44. </graphics>
  45. <video>
  46. <model heads="1" primary="yes" type="virtio"/>
  47. </video>
  48. <input bus="usb" type="tablet"/>
  49. <input bus="usb" type="keyboard"/>
  50. <console type="pty"/>
  51. </devices>
  52. </domain>
  53.  
Advertisement
Add Comment
Please, Sign In to add comment