Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <domain type="kvm">
- <name>android-x86</name>
- ...
- <metadata>
- <libosinfo:libosinfo xmlns:libosinfo="http://libosinfo.org/xmlns/libvirt/domain/1.0">
- <libosinfo:os id="http://android-x86.org/android-x86/9.0"/>
- </libosinfo:libosinfo>
- </metadata>
- ...
- <os>
- <type arch="x86_64" machine="pc-q35-7.2">hvm</type>
- ...
- </os>
- ...
- <devices>
- ...
- <graphics type="spice">
- <listen type="none"/>
- </graphics>
- <graphics type="egl-headless">
- <gl rendernode="/dev/dri/renderD128"/> <!-- Change me to the render node for your NVIDIA card (`ls -la /dev/dri/by-card`) -->
- </graphics>
- ...
- <video>
- <model type="virtio" heads="1" primary="yes">
- <acceleration accel3d="yes"/>
- </model>
- </video>
- ...
- </devices>
- </domain>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement