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 SE) TCTI backend updates. Vector instruction support can improve the performance of certain workloads.
(macOS) Guest interface commands. New commands accessible from the scripting interface as well as the command line interface (utmctl) can be used to read/write files, execute commands, and list IP addresses. These commands require QEMU guest agent to be installed.
(macOS) Scripting interface additions. The scripting interface now allows for creation of a new VM, configuration an existing VM, changing drive image, and more. See this page for more details and the cheat sheet for example usage.
(macOS) External read-write drive images. In QEMU, if a supported drive interface is selected (USB, Floppy, etc) along with an image type of Disk, the drive can now be marked as either read-only or read-write. This can be used as an alternative way of transferring data to and from the VM when the guest does not support SPICE or VirtFS. In AVF, support for read-write images has be fixed as well (when "read only" is unchecked in the settings).
Notes
iOS 14 and macOS 11.3 are the minimum supported systems for UTM v4.x. Please use UTM v3.x for support down to iOS 11 and macOS 11
Changes (v4.2.3)
Added support for read-write removable devices on supported interfaces (USB, Floppy, etc). To use this feature, set the image type to "Disk" and uncheck the "Read Only?" option in the drive settings. Note that you may have to eject and re-mount the drive image for effect to take place. (Data storage with secondary image on external disk #5079)
(macOS) AVF: Fixed an issue where a removable drive that is not marked as read-only still gets marked as read-only after restarting UTM (when upgrading from a previous version, you must eject and re-mount the image for effect to take place) (AVF VM: removable storage switches to read-only after relaunch of UTM #5170)
(macOS) Scripting: Add support for make, duplicate, and delete verbs on virtual machines
(macOS) Scripting: Add support for modifying certain configuration options
(macOS) Scripting: Removed virtual machine properties: notes, machine, architecture, memory. You should now use similar properties in the configuration record
(macOS) Add PC speaker sound device as an option. You can now add a second sound device on supported targets (x86_64/i386 PC based targets) and set the hardware to PC Speaker to emulate older motherboard speakers.
(macOS) Scripting: new verbs "open file", "execute", and "query ip" which uses the QEMU guest agent to send commands to the guest. Use the Apple Script Editor's Open Dictionary tool for more information.
(macOS) CLI: new commands "file push", "file pull", "exec", and "ip-address". See utmctl help for more information.
Changes (v4.2.0)
Updated virglrenderer to latest (27/02/2023) commit
(macOS) Capture Mouse has been renamed to Capture Input and now will show the current capture status as a toggle button
(macOS) Apple VMs (macOS guests) now support Capture Input which will capture the system keys. This used to be always on as the default. It is now off by default and the toggle button will enable it. (Option to disable capturing system keys in macOS VMs #4667)
(macOS) Ignore missing links (drives, shared directory, etc) when saving an Apple VM
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
-
Highlights
Notes
Changes (v4.2.3)
virtio-net-device
in block list, even though my VM won't get a network connection without it #5137)clone
command (Clone VMs with utmctl #5004)Changes (v4.2.2)
make
,duplicate
, anddelete
verbs on virtual machinesnotes
,machine
,architecture
,memory
. You should now use similar properties in theconfiguration
recordChanges (v4.2.1)
utmctl help
for more information.Changes (v4.2.0)
Remove virtio-bus devices (they didn't work) (virtio-gpu-gl-device not working with new v4.1.5 release #4893)Fixed a crash on startup when multiple audio devices are plugged in (Crash in gst_osx_audio_src_io_proc when starting VM #4629)Issues
Please check the full list on Github and help report any bug you find that is not listed.
Installation
This discussion was created from the release v4.2.3 (Beta).
Beta Was this translation helpful? Give feedback.
All reactions