Hi - I updated our akaros/linux-guest repo and rebased our akaros branch onto 4.13. That required a few changes to Akaros's VMM.
These changes appear to work with older vmlinux images too, so no need to rush and upgrade. If you want the latest v4.13, pull the akaros branch from the linux-guest repo. Barret The following changes since commit 416de0097f4f0101c444e0ebae9c956f4a6b800e: Add backtrace_current_ctx() (2017-09-29 10:45:23 -0400) are available in the git repository at: [email protected]:brho/akaros.git vmm for you to fetch changes up to 6344ed04e307ba30df879d1d407b10a1b3236784: vmm: Silently accept another type of PIO out (2017-10-05 17:06:41 -0400) ---------------------------------------------------------------- View this online at: https://github.com/brho/akaros/compare/416de0097f4f...6344ed04e307 ---------------------------------------------------------------- Barret Rhoden (4): vmm: Attempt to backtrace the guest on error vmm: virtio-net: Handle single IOVs vmm: virtio-blk: Add sanity check vmm: Silently accept another type of PIO out user/vmm/include/vmm/util.h | 4 ++++ user/vmm/io.c | 16 +++++++++++----- user/vmm/util.c | 28 ++++++++++++++++++++++++++++ user/vmm/virtio_blk.c | 1 + user/vmm/virtio_net.c | 15 ++++++++++----- user/vmm/vmx.c | 4 +++- 6 files changed, 57 insertions(+), 11 deletions(-) -- You received this message because you are subscribed to the Google Groups "Akaros" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
