Wojciech Piekutowski

Results 17 comments of Wojciech Piekutowski

@lstrzebinczyk here's a short example: https://gist.github.com/wpiekutowski/8e4de4b9c8253584765ca0106c190dad. Let me know if that works for you.

I'd love to have a setting that would either send ACPI shutdown for all running guests on host user log out or shutdown/reboot. The second option could be to save...

For me, the following combinations work reliably: * NVMe with any caching mode * virtio with `cached` caching mode Details: #4840

Anyway spare files are interesting and would be cool to have.

This successfully workarounds the file corruption problem. I didn't notice any new issues so far with NVMe.

I'd say for Linux, we use `uncached` when NVMe is available (macOS >= 14) and viritio + `cached`. Your PR is spot on. Edit: ⬆️ was about doing all these...

I see that NVMe defaults to `false`. I think we should have good defaults for new users. Otherwise if NVMe isn't enabled by default for macOS >= 14 and caching...

Defaulting to NVMe isn't great because it might render some VMs unbootable. It might be a good idea to figure out how to add more info about NVMe and why...

I did some more testing and for some workloads, like unit tests, I see about 15-20% slowdown with NVMe drive which is getting significant for my use case. I'm going...