On Wed, Jan 29, 2020 at 1:40 PM dvn <[email protected]> wrote: > Impressed by how comprehensive this is already. Would you be up for > sharing some of the details of how this system works. Looks like it's > largely custom. Obviously based on QEMU/KVM, as you say - are you > emulating most of the architectures outside of x86_64?
It uses kvm on x86_64 and i686 and TCG elsewhere. I guess it's "custom", but it's really just a makefile that assembles some arguments for qemu and sets some compilation flags. _______________________________________________ WireGuard mailing list [email protected] https://lists.zx2c4.com/mailman/listinfo/wireguard
