Nir Soffer
Nir Soffer
Squashed into #20826
> another process have the release file already created, but checksum is wrong (because it's still downloading). This should not be possible with current code. The data file is created...
@balajiv113 Yes it is clear now why it does not work. [lima user-v2](https://lima-vm.io/docs/config/network/#lima-user-v2-network) does not provide shared network, it only allows access from VM to VM, but there is no...
> [@cfergeau](https://github.com/cfergeau) [@balajiv113](https://github.com/balajiv113) [@nirs](https://github.com/nirs) Hey guys, I have fixed the issue with qemu/vfkit/bes/etc listeners in this PR: [#484](https://github.com/containers/gvisor-tap-vsock/pull/484). Can you please support it with 👍🏻? @MrEcco If you are using...
> Still need to work on this further, but it's clear that the current way of calculation is not always right. I also reported an issue on qemu to have...
> > > Still need to work on this further, but it's clear that the current way of calculation is not always right. I also reported an issue on qemu...
The best place to ask about this is qemu-devel or qemu-discuss mailing list: - https://lists.nongnu.org/mailman/listinfo/qemu-devel - https://lists.nongnu.org/mailman/listinfo/qemu-discuss
I don't think that reinventing qemu-img good direction. The time spent on it can be spent on features that that add values to users. qemu-img is efficient, supports all images...
I think the simplest way to fix it is to convert the image to raw after the download. There is no reason to keep qcow2 files in the cache when...
Converting the compressed qcow2 is 1.6 times faster with https://github.com/lima-vm/go-qcow2reader/pull/31 but matching qemu-img requires much more work.