Displaying 2 results from an estimated 2 matches for "5cdbc18974f88d6ea9e0".
2016 Mar 13
2
Improving supermin appliance startup time (lkvm/qboot)
...t;9p*.ko*";
]
Modify init.c to mount the 9p root: https://gist.github.com/anonymous/cb32986fd9b85c315ae4
And wrap qemu to create the 9p device (the mount is just there for a quick test, in reality supermin itself should probably leave the unpacker dir around):
https://gist.github.com/anonymous/5cdbc18974f88d6ea9e0
Next step: kvmtool [3]. Avoids some delays introduced by legacy BIOS boot, and device probing, however
lkvm currently lacks support for additional virtio-serial channels, so - although the supermin appliance would boot - guestfsd wouldn't be able to communicate with the host:
https://gist.git...
2016 Mar 15
0
Re: Improving supermin appliance startup time (lkvm/qboot)
...; ]
> Modify init.c to mount the 9p root: https://gist.github.com/anonymous/cb32986fd9b85c315ae4
> And wrap qemu to create the 9p device (the mount is just there for a quick test, in reality supermin itself should probably leave the unpacker dir around):
> https://gist.github.com/anonymous/5cdbc18974f88d6ea9e0
>
> Next step: kvmtool [3]. Avoids some delays introduced by legacy BIOS boot, and device probing, however
> lkvm currently lacks support for additional virtio-serial channels, so - although the supermin appliance would boot - guestfsd wouldn't be able to communicate with the host:
&...