LekKit
LekKit
That's a great idea to implement free page reporting, and that's part of recent versions of Virtio and VMWare balloon devices. I'll look into that (At last a good virtio...
At some point yes, the RVVM Machine API may be wrapped to provide libvirt support. There been some work done by others, but they shortly ditched it halfway through due...
It's a rough estimation given that RVVM is ~2x faster on cold code translation, ~40% faster on pure integer math but ain't as good at load/stores or very complex logic....
Yeah it will be there in future. The networking is WIP as you can see from README, my attention is pretty scrambled over multiple things. Can we convert this issue...
### Current `tap_user` issues/TODOs: - No way to do 2-tuple lookup in TCP, because hashmap API is limited. This prevents us from doing 2-tuple reuse and therefore TCP port forwarding...
Maybe it is worth to add VNC support into RVVM itself. There is such feature in QEMU (It acts like a VNC server), but I am unaware how complicated that...
> Are there any recommended Linux disk images and firmware sets that are confirmed to work? I tried your kernels from [this comment](https://github.com/LekKit/RVVM/issues/44#issuecomment-1015903492), but after switching to NVMe it do...
My usual approach to booting a distro with my custom kernel: - Create an empty raw image with ```fallocate -l 4G rootfs.img``` - Create a filesystem directly inside it (Yeah,...
Can I close this issue? Should I add more info to README perhaps, since that already covers some basics on starting up machines? I don't think distributing binary kernels compiled...
Commit 833a16e solves all previous TCP traffic issues and running out of UDP ports. It also includes groundwork for TCP NAT (host->vm connections) but the way to lookup socket via...