mirror of https://github.com/kholia/OSX-KVM.git
Fix libvirt crash on macOS Ventura
This commit is contained in:
parent
197091c0dc
commit
c8a3d9c772
|
@ -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'>
|
||||
|
|
Loading…
Reference in New Issue