Skip to content

5161+virtio.2

Compare
Choose a tag to compare
@prinzdezibel prinzdezibel released this 13 Jan 16:24
· 2 commits to master since this release
  • Fix "General Protection Fault" during early boot stage.
    The reason for the Exception was the routine AsmReadMsr64, which will
    crash when running the CPU under a hypervisor (kvm). The error happens if one specifies the
    parameters -accel kvm -cpu host to QEMU binary. Solution is to
    not call the routine and set the affected values in GetCpuInfo to zero
    as they are meaningless in virtualised environments.
  • Add VirtioFsDxe and VirtioBldDxe drivers to bootloader

Full Changelog: 5161+virtio.1...5161+virtio.2