Sergio López
Sergio López
Sorry, I lost track of this one. LGTM, merging it.
Is this with `krunvm` on macOS? I suspect steal time is not properly reported there. I haven't investigated which facilities (if any) provides Hypervisor.framework for this purpose.
On macOS, libkrun implements volume sharing by extending virtio-fs to have special nodes on top of the root inode. While it's technically possible to extend this to allow those special...
This is actually a libkrun issue, related to https://github.com/containers/libkrun/issues/10. A interface needs to be designed to transport that information between the host and the guest in a way that doesn't...
Hi! By design, in krunvm the VM's lifetime is tied to the command executed on it, which is usually a shell and, in your example, `/bin/ls`. Once the command finishes...
QEMU's MALTA emulation only provides minimal MTD support, which is intended just to be used for starting up the board, and can't be used as a block device for accessing...
You're right about the problem with binary packages, a MIPS-based platform would be better as the userland should be (almost) the same. But, implementing all physical devices from ar71xx on...
@ericschultz @jsha Basically, you have support for the CPU, but lack everything specific to this board. You'll need to take a look at Linux sources to see which devices it...
Thanks for bringing this up. Could you please elaborate a bit on the reasons?
You're right, thanks. I'll update the interface ASAP.