Astro
Astro
How important is that to cloud-hypervisor users? Requiring users to build a custom kernel should be opt-in ever since we can boot the binary-cached NixOS kernel with initramfs. Is that...
I actually prefer doing network setup in privileged systemd-networkd, letting the unprivileged MicroVMs just open /dev/net/tun which doesn't require CAP_SYS_ADMIN. Would that work for you, too?
If you really want this, yes, it has to be through a setcap wrapper as setcap does not work on `/nix/store`. In the spirit of hardening, I still advise against...
Thanks for the research! That may explain why I was having trouble with 9p shares on crosvm...
With this we still don't get crosvm to boot: ```patch diff --git flake.nix flake.nix index 497d6f6..4005e60 100644 --- flake.nix +++ flake.nix @@ -103,8 +103,7 @@ let hypervisorsWith9p = [ "qemu"...
I fear I broke your great aarch64-linux work. If you require something useable *right now* then use tag `v0.3.3`. By now, the bootDisk is only required for the hypervisors that...
Since 4f752aec0f666f86fa2b82ba7e5540a687ceeabe we no longer require x86_64-only rust-hypervisor-firmware again.
I fail to reproduce this. qemu boots for me. Off the top of my hat: - Does `/var/tmp` have at least 2g of free space? (Is that directory even used...
@oddlama Thank you for investigating! Are there any observed downsides to disabling ACPI?
I reverted disabling ACPI due to the PCI bus becoming unavailable which seems more severe than this problem. (#178)