You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(iOS 13+) New toolbar: The new toolbar is much more compact and friendly for smaller displays. It is also now movable and does not interfere with the iOS 15 multitasking button on the top center of the screen. Preview: https://twitter.com/UTMapp/status/1407350167494443023
(macOS 12+, ARM64) Virtualize macOS 12: New integration with Apple's Virtualization.framework backend allows native hardware accelerated virtualization of macOS 12 (supporting both CPU and GPU virtualization). UTM can also download the latest macOS installer directly from Apple. (This is only supported on macOS 12+ running on an ARM64 Mac.)
(macOS 11+) Virtualize Linux with Apple backend: You now have the option to use Apple's Virtualization.framework to virtualize Linux. Note that while there are some performance benefits, it is still recommended to use the QEMU backend as it is more stable, has more device support (including graphical display), and is easier to configure.
Notes
The default CPU for ARM64 virtual machine has changed from cortex-a72 to default. This is the recommended option and you should change your existing VMs to use it. When using virtualization on M1(X) macOS, the cortex-a72 CPU is known to have compatibility issues which causes the VM to sometimes freeze (including during Windows install). default will use the host CPU model when virtualization is used and cortex-a72 when emulation is used.
The GL hardware acceleration support is now marked experimental to highlight that it is not stable. It is also no longer the default option. If you are experiencing lots of crashes, make sure that you chose a display hardware that is not marked as "GPU Supported".
The cursor and resolution change issues on ARM64 Windows has been fixed in SPICE tools 0.164.3. If you are using an older version and experience such issues, please update to the latest SPICE tools.
If you manually added virtualization=on to your VM machine properties, you should remove it.
(macOS) Fix retina mode support for QEMU VMs (note that previously there was a global preference to enable retina mode that is now removed, per-VM setting should be used instead) (Retina Mode not working (Ubuntu 18.04) #3471)
(macOS) Remove QEMU VM setting for "Fit to Screen" as it was never implemented for macOS
(macOS) Remove Apple VM setting for "Retina (HiDPI) Mode" as it was confusing and is not used for rendering (it just specifies the size of the virtual monitor) This has been reverted in v3.0.4 and the Retina (HiDPI) Mode has been added back. A use for this feature is if you wish to take screenshots at specific resolutions.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Please read the release notes carefully as this is a major update from v2.x and there are some changes you need to be aware of.
Installation
Visit https://getutm.app/install/ for the most up to date installation instructions.
Highlights
Notes
cortex-a72
todefault
. This is the recommended option and you should change your existing VMs to use it. When using virtualization on M1(X) macOS, thecortex-a72
CPU is known to have compatibility issues which causes the VM to sometimes freeze (including during Windows install).default
will use thehost
CPU model when virtualization is used andcortex-a72
when emulation is used.virtualization=on
to your VM machine properties, you should remove it.Changes (v3.0.4)
qemu-xhci
tonec-usb-xhci
which addresses an issue where the DVD drive disconnects randomly on Windows ARM64 and causes random errors during setup (Windows Installer triggers QEMU USB reset, aborting installation #3194)Changes (v3.0.3)
applicationShouldTerminateAfterLastWindowClosed
#3483)(macOS) Remove Apple VM setting for "Retina (HiDPI) Mode" as it was confusing and is not used for rendering (it just specifies the size of the virtual monitor)This has been reverted in v3.0.4 and the Retina (HiDPI) Mode has been added back. A use for this feature is if you wish to take screenshots at specific resolutions.Changes (v3.0.2)
Changes (v3.0.1)
Changes (v3.0.0)
default
andhost
CPU option for ARM64 virtual machines. This will be the default for newly created VMs.Issues
Please check the full list on Github and help report any bug you find that is not listed.
This discussion was created from the release v3.0.4.
Beta Was this translation helpful? Give feedback.
All reactions