svn commit: r328002 - stable/10/sys/amd64/vmm/amd
Andriy Gapon
avg at FreeBSD.org
Mon Jan 15 12:17:27 UTC 2018
Author: avg
Date: Mon Jan 15 12:17:26 2018
New Revision: 328002
URL: https://svnweb.freebsd.org/changeset/base/328002
Log:
MFC r327593: Fix a couple of comments in AMD Virtual Machine Control Block structure
Modified:
stable/10/sys/amd64/vmm/amd/vmcb.h
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/amd64/vmm/amd/vmcb.h
==============================================================================
--- stable/10/sys/amd64/vmm/amd/vmcb.h Mon Jan 15 12:16:49 2018 (r328001)
+++ stable/10/sys/amd64/vmm/amd/vmcb.h Mon Jan 15 12:17:26 2018 (r328002)
@@ -246,8 +246,8 @@ struct vmcb_ctrl {
uint8_t :3;
uint8_t v_intr_masking:1; /* Guest and host sharing of RFLAGS. */
uint8_t :7;
- uint8_t v_intr_vector; /* 0x65: Vector for virtual interrupt. */
- uint8_t pad3[3]; /* Bit64-40 Reserved. */
+ uint8_t v_intr_vector; /* 0x64: Vector for virtual interrupt. */
+ uint8_t pad3[3]; /* 0x65-0x67 Reserved. */
uint64_t intr_shadow:1; /* 0x68: Interrupt shadow, section15.2.1 APM2 */
uint64_t :63;
uint64_t exitcode; /* 0x70, Exitcode */
More information about the svn-src-stable-10
mailing list