# ChangeLog ## 0.3.0 - 2024-09-19 * Increase the maximum number of shared folders to avoid error in when KVMX attempts to setup too many 9p folder shares: kvm: -drive file=/var/cache/qemu/$guest/box.img,if=virtio,discard=unmap: PCI: no slot/function available for virtio-blk-pci, all in use or reserved` * Per-mountpoint mode option (ro, rw). * Spice: * Improved spice window handling. * Inotify action for watching a folder in the host and issuing commands in the guest upon change. * Notification on Awesome VM when a Spice session taking too long to open. ## 0.2.0 - 2024-07-02 * Increase default `msize` for 9p mounts to 32MiB depending on kernel support, which may only be effective depending on `trans_virtio` driver support for sizes larger than 500kB. * QEMU parameter updates: * Update `nowait` to `wait=off`. * Update `server` to `server=on`. * Update `unix` to `unix=on`. * Update `disable-ticketing` to `disable-ticketing=on`. * Provide default parameters by loading the sample config. This allows a `kvmxfile` to be small and have only the overrides. ## 0.1.0 - 2024-05-17 * This software started on 2017-03-09, but only now it's getting an initial first release.