[Midnightbsd-cvs] [MidnightBSD/src] 0f6411: A Hyper-V vPCI emulation change can cause SR-IOV (...

Lucas Holt noreply at github.com
Thu Jan 13 23:07:05 EST 2022


  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/src
  Commit: 0f641142c5ae18921cedc2738e68887aae0c1f4a
      https://github.com/MidnightBSD/src/commit/0f641142c5ae18921cedc2738e68887aae0c1f4a
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2022-01-13 (Thu, 13 Jan 2022)

  Changed paths:
    M sys/dev/hyperv/pcib/vmbus_pcib.c

  Log Message:
  -----------
  A Hyper-V vPCI emulation change can cause SR-IOV (Single-Root I/O
Virtualization) and DDA (Discrete Device Assignment) devices to fail to
operate correctly under Hyper-V.

In recent Hyper-V releases on Windows Server 2022, the vPCI code does
not initialize the last 4 bit of device registers.  This behavior change
could result in failure to initialize guest drivers for SR-IOV or DDA
devices.

Obtained from: FreeBSD




More information about the Midnightbsd-cvs mailing list