Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: #164 virtio-net + UEFI crash #189

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 17, 2020

  1. fix: machyve#164 virtio-net + UEFI crash

    When using virtio-net with an UEFI firmware (bootrom),
    xhyve crashes on an assertion. See the related bug
    machyve#164
    
    The complete details are not clear to me, but it seems
    that during boot, the firmware reads on the interface but
    doesn't provide big enough read buffers. It seems that
    the space for VLAN headers is missing.
    
    This patch drops the related reads, so normal booting can
    occur. Network boot probably doesn't work, though.
    
    Signed-off-by: Antoine Martin amartin@unowhy.com
    Antoine Martin committed May 17, 2020
    Configuration menu
    Copy the full SHA
    972c18e View commit details
    Browse the repository at this point in the history