Fix libvirt crash on macOS Ventura

This commit is contained in:
Adrian Pascu 2023-04-16 02:18:53 +03:00 committed by Adrian Pascu
parent 197091c0dc
commit c8a3d9c772
No known key found for this signature in database
GPG Key ID: D7F1406B3933F4CA
1 changed files with 2 additions and 1 deletions

View File

@ -161,7 +161,8 @@
<listen type='address'/>
</graphics>
<video>
<model type="vga" vram="65536" heads="1" primary="yes"/>
<model type="vmvga" vram="131072" heads="1" primary="yes"/>
<address type="pci" domain="0x0000" bus="0x00" slot="0x02" function="0x0"/>
</video>
<!-- If you wanna passthrough GPU, make sure the gfx and audio are in the same bus (like 0x01) but different function (0x00 and 0x01)-->
<!-- <hostdev mode='subsystem' type='pci' managed='yes'>