Skip to content

v1.1

Compare
Choose a tag to compare
@ubenmackin ubenmackin released this 12 Dec 20:23
· 54 commits to main since this release
80fc093

Enhancements

  • Add ability to disable writethrough cache. When disabled will instead use directsync.
  • Added app icons (Icons made by Freepik from www.flaticon.com)
  • Updated Pause and Stop buttons to send proper commands to qemu over QMP tcp sockets
    • Pause will suspend the current running VM. Clicking Pause again will resume it.
    • Stop has an effect similar to the physical power button on a modern PC. The VM will get an ACPI shutdown request and usually shutdown cleanly.
    • Looking at what other commands can be implemented via this (https://en.wikibooks.org/wiki/QEMU/Monitor)

Bugs

  • Fixed an issue when saving a VM configuration, that the list of VMs would refresh and the selection would be lost