On Fri, Jan 12, 2018 at 3:39 PM, Sarah Newman wrote:
> Certain programs, such as the NetBSD installer, include NUL characters
> in their output. Using null-terminated strings for transmitting data
> from the guest to the L0 hypervisor meant the output was being corrupted.
>
> This makes only the r
Certain programs, such as the NetBSD installer, include NUL characters
in their output. Using null-terminated strings for transmitting data
from the guest to the L0 hypervisor meant the output was being corrupted.
This makes only the required changes for vixen to work properly.
Future work could i