Skip to content

Driver Power State Failure (0x9F) on Windows Server 2022 VM using netkvm on KVM #1458

@sunhwakang

Description

@sunhwakang

Describe the bug
We are encountering recurring network disconnection and DRIVER_POWER_STATE_FAILURE (BugCheck 0x9F) issues on a Windows Server 2022 VM running on KVM with netkvm.

Issue Summary:
2024-11-07 19:10 – First occurrence
2024-11-10 17:35 – Issue reoccurred
Symptoms observed during each incident:

  • Remote access and network services became unreachable
  • The network interface became unresponsive and could not be restarted
  • After rebooting the OS, the system hung during startup and required an additional forced reboot to boot normally, and the crash dump referenced below was collected during this event

Screenshots
Image

Additional context
Crash Dump Analysis
BugCheck: 0x9F (DRIVER_POWER_STATE_FAILURE)

  • The crash dump includes multiple NDIS-related function calls.

Key stack functions:

  • ndis!InvokeNetPnPEvent
  • ndis!NdisDeliverNetPnPEventSynchronously
  • ndis!NdisPnPNotifyBinding

Summary of findings:

Question
We found what appears to be a similar issue and a related patch:

Could you confirm whether this commit has already been included in the Virtio-Net driver version 0.1.285 (released around September 2025)?
If not, is this fix still under validation or planned for a future release?

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions