Daniel Xu
Daniel Xu
Virtiofs is also said to be faster. Could be nice if true.
Nope, failed: ``` $ vmtest -k /boot/vmlinuz-$(uname -r) -- uname -r => vmlinuz-6.9.5-100.fc39.x86_64 ===> Booting [ 0.510964] mount_root_generic+0x1ac/0x360 [ 0.511181] prepare_namespace+0x69/0x280 [ 0.511389] kernel_init_freeable+0x453/0x510 [ 0.511596] ? __pfx_kernel_init+0x10/0x10 [ 0.511793]...
> Edit: Just to clarify, I was under the impression that most distro kernels would work with vmtest. But if they don't then it's fine as well and there would...
I think I took the stock configs and changed the required ones from =m -> =y
Assuming we add the one-liner interface to vmtest (which I am much in favor of), wouldn’t it be possible to pass flags to vmtest like this? Passing unknown flags to...
> It would also be nice to be able to specify certain "global settings" in vmtest.toml, like memory or number of CPUs. That seems reasonable to me. The only thing...
Ok, I'll give supporting the go-style flags a shot -- UX is important. Hopefully it's possible to use `clap`'s custom parser support to extend. Would be unfortunate to throw `clap`...
Hi, the kernel images in test_assets and scripts in `scripts/` are kinda meant for internal use (CI for this project). Obviously, you're free to use them if you'd like, but...
I suppose one "correct" way is what `scripts/build_kernel.sh` does. You mentioned you had issues building below 5.15 -- what was the error?
Hi, thanks for the feedback. I think this request makes sense — internally we are splitting the string into tokens like this anyways. But I’d also like to keep the...