mirror of https://github.com/kholia/OSX-KVM.git
Hot fixes
This commit is contained in:
parent
09daff670a
commit
8f1fd8ace4
|
@ -140,4 +140,8 @@
|
|||
|
||||
- MobCode100 - Ventura + AVX2 docs
|
||||
|
||||
- Murilo Rocha Pereira - https://github.com/murilopereirame - Typo fixes
|
||||
|
||||
- gotjoshua - Typo fixes
|
||||
|
||||
Note: Individual files have more specific 'credits' in them.
|
||||
|
|
2
Makefile
2
Makefile
|
@ -7,7 +7,7 @@ BaseSystem.img: BaseSystem.dmg
|
|||
qemu-img convert BaseSystem.dmg -O raw BaseSystem.img
|
||||
|
||||
BaseSystem.dmg:
|
||||
./fetch-macOS-v2.py --short=$(SHORTNAME)
|
||||
./fetch-macOS-v2.py --shortname=$(SHORTNAME)
|
||||
|
||||
mac_hdd_ng.img:
|
||||
qemu-img create -f qcow2 mac_hdd_ng.img ${DISK_SIZE}
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -527,9 +527,9 @@ def main():
|
|||
{"name": "High Sierra (10.13)", "b": "Mac-7BA5B2D9E42DDD94", "m": "00000000000J80300", "short": "high-sierra"},
|
||||
{"name": "Mojave (10.14)", "b": "Mac-7BA5B2DFE22DDD8C", "m": "00000000000KXPG00", "short": "mojave"},
|
||||
{"name": "Catalina (10.15)", "b": "Mac-00BE6ED71E35EB86", "m": "00000000000000000", "short": "catalina"},
|
||||
{"name": "Big Sur (11.7) - RECOMMENDED", "b": "Mac-2BD1B31983FE1663", "m": "00000000000000000", "short": "big-sur"},
|
||||
{"name": "Big Sur (11.7)", "b": "Mac-2BD1B31983FE1663", "m": "00000000000000000", "short": "big-sur"},
|
||||
{"name": "Monterey (12.6)", "b": "Mac-B809C3757DA9BB8D", "m": "00000000000000000", "os_type": "latest", "short": "monterey"},
|
||||
{"name": "Ventura (13)", "b": "Mac-4B682C642B45593E", "m": "00000000000000000", "os_type": "latest", "short": "ventura"},
|
||||
{"name": "Ventura (13) - RECOMMENDED", "b": "Mac-4B682C642B45593E", "m": "00000000000000000", "os_type": "latest", "short": "ventura"},
|
||||
{"name": "Sonoma (14) ", "b": "Mac-A61BADE1FDAD7B05", "m": "00000000000000000", "short": "sonoma"}
|
||||
]
|
||||
for index, product in enumerate(products):
|
||||
|
|
|
@ -161,7 +161,7 @@
|
|||
<listen type='address'/>
|
||||
</graphics>
|
||||
<video>
|
||||
<model type="vmvga" vram="131072" heads="1" primary="yes"/>
|
||||
<model type="virtio" heads="1" primary="yes"/>
|
||||
</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