CVS commit: src/sys/dev/nvmm/x86
"Taylor R Campbell" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: riastradh Date: Sat Aug 8 12:47:47 UTC 2026 Modified Files: src/sys/dev/nvmm/x86: nvmm_x86_vmx.c Log Message: nvmm(4) vmx: Don't read VMCS_EXIT_REASON if vmlaunch/vmresume failed. It is not valid in that case; we might end up operating on the _previous_ successful vmlaunch/vmresume's now-stale exit reason. kern/60545: nvmm_x86_vmx: stale exit reason on launch/resume failure To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97 src/sys/dev/nvmm/x86/nvmm_x86_vmx.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.