What's Changed
New features
- virtio-ballon device with free page reporting
- PCI device passthrough with legacy VFIO API (container and group)
- io_uring based virtio-blk device
Bug fixes and performance improvements
-
device passthrough
-
loader
-
virtio devices
- acdfb5d fix(virtio): monitor ioeventfds with IORING_OP_POLL_ADD
- 95b9d5f fix(virtio): monitor the waker with IORING_OP_POLL_ADD
- e9fe9c8 fix(virtio): let devices handle hostside io errors
- 8968a24 fix(virtio): reset io_uring queue_submits at start up
- b306c1a perf(virtio): send 1 interrupt in a single loop
-
virtio-blk
- 9a3857f fix(blk): flush disk file on FLUSH requests
-
virtio-net (tried to improve latency but failed)
-
hypervisor
Full Changelog: v0.5.0...v0.6.0