Advertisement
samicrusader

Untitled

Jan 22nd, 2023 (edited)
1,364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.79 KB | None | 0 0
  1. <domain type="kvm">
  2.   <name>android-x86</name>
  3. ...
  4.   <metadata>
  5.     <libosinfo:libosinfo xmlns:libosinfo="http://libosinfo.org/xmlns/libvirt/domain/1.0">
  6.       <libosinfo:os id="http://android-x86.org/android-x86/9.0"/>
  7.     </libosinfo:libosinfo>
  8.   </metadata>
  9. ...
  10.   <os>
  11.     <type arch="x86_64" machine="pc-q35-7.2">hvm</type>
  12. ...
  13.   </os>
  14. ...
  15.   <devices>
  16. ...
  17.     <graphics type="spice">
  18.       <listen type="none"/>
  19.     </graphics>
  20.     <graphics type="egl-headless">
  21.       <gl rendernode="/dev/dri/renderD128"/> <!-- Change me to the render node for your NVIDIA card (`ls -la /dev/dri/by-card`) -->
  22.     </graphics>
  23. ...
  24.     <video>
  25.       <model type="virtio" heads="1" primary="yes">
  26.         <acceleration accel3d="yes"/>
  27.       </model>
  28.     </video>
  29. ...
  30.   </devices>
  31. </domain>
  32.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement