search for: set_seg

Displaying 4 results from an estimated 4 matches for "set_seg".

Did you mean: set_seq
2020 Feb 07
0
[RFC PATCH v7 15/78] KVM: x86: export .msr_write_intercepted()
...353,6 +7353,7 @@ static struct kvm_x86_ops svm_x86_ops __ro_after_init = { .get_msr_feature = svm_get_msr_feature, .get_msr = svm_get_msr, .set_msr = svm_set_msr, + .msr_write_intercepted = msr_write_intercepted, .get_segment_base = svm_get_segment_base, .get_segment = svm_get_segment, .set_segment = svm_set_segment, diff --git a/arch/x86/kvm/vmx/vmx.c b/arch/x86/kvm/vmx/vmx.c index 8709a26736d9..36dfb95ea578 100644 --- a/arch/x86/kvm/vmx/vmx.c +++ b/arch/x86/kvm/vmx/vmx.c @@ -7828,6 +7828,7 @@ static struct kvm_x86_ops vmx_x86_ops __ro_after_init = { .get_msr_feature = vmx_get_msr_feat...
2011 Feb 26
1
make world error
...in this function) /usr/src/xen-4.0.1/tools/ioemu-dir/target-i386/kvm.c:159: error: (Each undeclared identifier is reported only once /usr/src/xen-4.0.1/tools/ioemu-dir/target-i386/kvm.c:159: error: for each function it appears in.) /usr/src/xen-4.0.1/tools/ioemu-dir/target-i386/kvm.c: In function ‘set_seg’: /usr/src/xen-4.0.1/tools/ioemu-dir/target-i386/kvm.c:219: error: ‘DESC_TYPE_SHIFT’ undeclared (first use in this function) /usr/src/xen-4.0.1/tools/ioemu-dir/target-i386/kvm.c:220: error: ‘DESC_P_MASK’ undeclared (first use in this function) /usr/src/xen-4.0.1/tools/ioemu-dir/target-i386/kvm.c:22...
2020 Feb 07
78
[RFC PATCH v7 00/78] VM introspection
The KVM introspection subsystem provides a facility for applications running on the host or in a separate VM, to control the execution of other VMs (pause, resume, shutdown), query the state of the vCPUs (GPRs, MSRs etc.), alter the page access bits in the shadow page tables (only for the hardware backed ones, eg. Intel's EPT) and receive notifications when events of interest have taken place
2020 Jul 21
87
[PATCH v9 00/84] VM introspection
The KVM introspection subsystem provides a facility for applications running on the host or in a separate VM, to control the execution of other VMs (pause, resume, shutdown), query the state of the vCPUs (GPRs, MSRs etc.), alter the page access bits in the shadow page tables (only for the hardware backed ones, eg. Intel's EPT) and receive notifications when events of interest have taken place