バックエンドにQEMU 7.0.0を採用し、複数の不具合を修正したオープンソースの仮想化アプリ「UTM v3.2.0」のBeta版がリリースされています。詳細は以下から。
オープンソースのCPUエミュレータQEMUやAppleのVirtualization.Frameworkを利用し、Intel/Apple Silicon MacやiPhone/iPadデバイス上で仮想マシンを作成できる「UTM」シリーズを開発しているUTM Projectは現地時間2022年04月25日、次期「UTM v3.2.0」アップデートのBeta版を新たにリリースしたと発表しています。
QEMU 7.0.0*: The backend has been updated to the latest release. Check out https://www.qemu.org/2022/04/19/qemu-7-0-0/ for more details. Additionally, other backend components such as SPICE GTK, libusbredir, and more have also been updated.
リリースノートより抜粋
UTM v3.2.0 (Beta)では、04月19日にリリースされた「QEMU 7.0.0」バックエンドが追加サポートされ、それに伴いSPICE GTK, libusbredirなどのコンポーネントもアップデートされ、
macOSでは停止中のVMウィンドウでディスプレイ設定を変更するとアプリがクラッシュする不具合や、VMが破壊される可能性のある一時停止と再開の連続クリックの抑制、VMの保存中にプログレスインジケータを表示することで、VMの保存中にユーザーがアプリを終了してしまう問題に対策が行われているそうなので、興味のある方はチェックしてみてください。
UTM v3.2.0 Change log
- Checkbox for “Import VHDX Image” in the wizard now works correctly again (#3760)
- Fixed various crashes in SPICE webdavd share has been resolved thanks to updated backend (#3633)
- Removed “cache=writethrough” argument from block devices since it was added to workaround an issue with VHDX images which we now convert to QCOW2
- Added “discard=unmap,detect-zeroes=unmap” argument to block devices to reclaim unused space (#3460)
- When “do not save screenshot to disk” is enabled, any existing screenshot will be deleted the next time the VM is started (#3936)
- Fixed an issue in QEMU additional arguments where it sometimes would not appear after setting it (#3895)
- Fixed RNG device not appearing in console mode even when enabled in the settings (#3790)
- Added support for up to 5 additional mouse buttons (you may need to re-map them in the guest OS as they are automatically set to middle/up/down/side/extra) (#3906)
- (iOS) Fixed an issue in the legacy view where “invalid identifier” error may show up on a newly created VM (#3872)
- (macOS) Fixed crash when changing display settings while the VM window is open (but stopped) (#3925)
- (macOS) Fixed crash when trying to select “Share…” in context menu (#3915)
- (macOS) Prevent allowing rapid clicking of pause/resume which may lead to VM corruption (#3629)
- (macOS) Show progress indicator while VM is saving to prevent user from terminating the app early and cause corruption (#3752)
- (macOS) Block unsupported Apple USB devices from being captured (#3759)
- utmapp/UTM: Virtual machines for iOS – GitHub
コメント