aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-12KVM: Fix off-by-one in overflow check of KVM_ASSIGN_SET_MSIX_NRJan Kiszka
2011-07-12KVM: Add compat ioctl for KVM_SET_SIGNAL_MASKAlexander Graf
2011-07-12KVM: Clarify KVM_ASSIGN_PCI_DEVICE documentationJan Kiszka
2011-07-12KVM: Add instruction fetch checking when walking guest page tableYang, Wei Y
2011-07-12KVM: Mask function7 ebx against host capability word9Yang, Wei Y
2011-07-12KVM: Add SMEP support when setting CR4Yang, Wei Y
2011-07-12KVM: Remove SMEP bit from CR4_RESERVED_BITSYang, Wei Y
2011-07-12KVM: nVMX: Fix bug preventing more than two levels of nestingNadav Har'El
2011-07-12KVM: Fixup documentation section numberingJan Kiszka
2011-07-12KVM: x86 emulator: fold decode_cache into x86_emulate_ctxtAvi Kivity
2011-07-12KVM: x86 emulator: rename decode_cache::eip to _eipAvi Kivity
2011-07-12KVM: VMX: Silence warning on 32-bit hostsJan Kiszka
2011-07-12KVM: x86 emulator: Use opcode::execute for CLI/STI(FA/FB)Takuya Yoshikawa
2011-07-12KVM: x86 emulator: Use opcode::execute for LOOP/JCXZTakuya Yoshikawa
2011-07-12KVM: x86 emulator: Clean up INT n/INTO/INT 3(CC/CD/CE)Takuya Yoshikawa
2011-07-12KVM: x86 emulator: Use opcode::execute for MOV(8C/8E)Takuya Yoshikawa
2011-07-12KVM: x86 emulator: Use opcode::execute for RET(C3)Takuya Yoshikawa
2011-07-12KVM: x86 emulator: Use opcode::execute for XCHG(86/87)Takuya Yoshikawa
2011-07-12KVM: x86 emulator: Use opcode::execute for TEST(84/85, A8/A9)Takuya Yoshikawa
2011-07-12KVM: x86 emulator: Use opcode::execute for some instructionsTakuya Yoshikawa
2011-07-12KVM: x86 emulator: Rename emulate_xxx() to em_xxx()Takuya Yoshikawa
2011-07-12KVM: x86 emulator: Use the pointers ctxt and c consistentlyTakuya Yoshikawa
2011-07-12KVM: Document KVM_IOEVENTFDSasha Levin
2011-07-12KVM: nVMX: DocumentationNadav Har'El
2011-07-12KVM: nVMX: Miscellenous small correctionsNadav Har'El
2011-07-12KVM: nVMX: Add VMX to list of supported cpuid featuresNadav Har'El
2011-07-12KVM: nVMX: Additional TSC-offset handlingNadav Har'El
2011-07-12KVM: nVMX: Further fixes for lazy FPU loadingNadav Har'El
2011-07-12KVM: nVMX: Handling of CR0 and CR4 modifying instructionsNadav Har'El
2011-07-12KVM: nVMX: Correct handling of idt vectoring infoNadav Har'El
2011-07-12KVM: nVMX: Correct handling of exception injectionNadav Har'El
2011-07-12KVM: nVMX: Correct handling of interrupt injectionNadav Har'El
2011-07-12KVM: nVMX: Deciding if L0 or L1 should handle an L2 exitNadav Har'El
2011-07-12KVM: nVMX: vmcs12 checks on nested entryNadav Har'El
2011-07-12KVM: nVMX: Exiting from L2 to L1Nadav Har'El
2011-07-12KVM: nVMX: No need for handle_vmx_insn function any moreNadav Har'El
2011-07-12KVM: nVMX: Implement VMLAUNCH and VMRESUMENadav Har'El
2011-07-12KVM: nVMX: Prepare vmcs02 from vmcs01 and vmcs12Nadav Har'El
2011-07-12KVM: nVMX: Move control field setup to functionsNadav Har'El
2011-07-12KVM: nVMX: Move host-state field setup to a functionNadav Har'El
2011-07-12KVM: nVMX: Implement VMREAD and VMWRITENadav Har'El
2011-07-12KVM: nVMX: Implement VMPTRSTNadav Har'El
2011-07-12KVM: nVMX: Implement VMPTRLDNadav Har'El
2011-07-12KVM: nVMX: Implement VMCLEARNadav Har'El
2011-07-12KVM: nVMX: Success/failure of VMX instructions.Nadav Har'El
2011-07-12KVM: nVMX: Add VMCS fields to the vmcs12Nadav Har'El
2011-07-12KVM: nVMX: Introduce vmcs02: VMCS used to run L2Nadav Har'El
2011-07-12KVM: nVMX: Decoding memory operands of VMX instructionsNadav Har'El
2011-07-12KVM: nVMX: Implement reading and writing of VMX MSRsNadav Har'El
2011-07-12KVM: nVMX: Introduce vmcs12: a VMCS structure for L1Nadav Har'El