summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: s390: fix return value of kvm_arch_init_vmCarsten Otte2011-10-301-0/+2
* KVM: s390: check cpu_id prior to using itCarsten Otte2011-10-301-4/+10
* KVM: emulate lapic tsc deadline timer for guestLiu, Jinsong2011-10-055-30/+140
* x86: TSC deadline definitionsLiu, Jinsong2011-09-253-0/+5
* KVM: Fix simultaneous NMIsAvi Kivity2011-09-253-19/+35
* KVM: x86 emulator: convert push %sreg/pop %sreg to direct decodeAvi Kivity2011-09-251-29/+15
* KVM: x86 emulator: switch lds/les/lss/lfs/lgs to direct decodeAvi Kivity2011-09-251-15/+7
* KVM: x86 emulator: streamline decode of segment registersAvi Kivity2011-09-251-42/+57
* KVM: x86 emulator: simplify OpMem64 decodeAvi Kivity2011-09-251-5/+4
* KVM: x86 emulator: switch src decode to decode_operand()Avi Kivity2011-09-251-93/+63
* KVM: x86 emulator: qualify OpReg inhibit_byte_regs hackAvi Kivity2011-09-251-0/+1
* KVM: x86 emulator: switch OpImmUByte decode to decode_imm()Avi Kivity2011-09-251-4/+1
* KVM: x86 emulator: free up some flag bits near src, dstAvi Kivity2011-09-251-4/+4
* KVM: x86 emulator: switch src2 to generic decode_operand()Avi Kivity2011-09-251-25/+26
* KVM: x86 emulator: expand decode flags to 64 bitsAvi Kivity2011-09-252-20/+20
* KVM: x86 emulator: split dst decode to a generic decode_operand()Avi Kivity2011-09-251-59/+87
* KVM: x86 emulator: move memop, memopp into emulation contextAvi Kivity2011-09-252-17/+19
* KVM: x86 emulator: convert group 3 instructions to direct decodeAvi Kivity2011-09-251-34/+48
* KVM: Split up MSI-X assigned device IRQ handlerJan Kiszka2011-09-251-13/+19
* KVM: x86: Add module parameter for lapic periodic timer limitJan Kiszka2011-09-251-2/+13
* KVM: Clean up and extend rate-limited outputJan Kiszka2011-09-254-22/+20
* KVM: x86: Avoid guest-triggerable printks in APIC modelJan Kiszka2011-09-251-10/+9
* KVM: x86: Move kvm_trace_exit into atomic vmexit sectionJan Kiszka2011-09-252-4/+3
* KVM: x86 emulator: disable writeback for TESTAvi Kivity2011-09-251-0/+4
* KVM: Avoid needless registrations of IRQ ack notifier for assigned devicesJan Kiszka2011-09-251-10/+8
* KVM: Clean up unneeded void pointer castsJan Kiszka2011-09-251-6/+6
* KVM: x86 emulator: simplify emulate_1op_rax_rdx()Avi Kivity2011-09-251-25/+17
* KVM: x86 emulator: merge the two emulate_1op_rax_rdx implementationsAvi Kivity2011-09-251-49/+15
* KVM: x86 emulator: simplify emulate_1op()Avi Kivity2011-09-251-13/+13
* KVM: x86 emulator: simplify emulate_2op_cl()Avi Kivity2011-09-251-4/+4
* KVM: x86 emulator: simplify emulate_2op_cl()Avi Kivity2011-09-251-18/+15
* KVM: x86 emulator: simplify emulate_2op_SrcV()Avi Kivity2011-09-251-46/+44
* KVM: Update documentation to include detailed ENABLE_CAP descriptionAlexander Graf2011-09-251-0/+47
* KVM: PPC: Implement H_CEDE hcall for book3s_hv in real-mode codePaul Mackerras2011-09-256-196/+483
* KVM: PPC: book3s_pr: Simplify transitions between virtual and real modePaul Mackerras2011-09-2511-212/+120
* KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separatelyPaul Mackerras2011-09-254-10/+9
* KVM: PPC: Add sanity checking to vcpu_runAlexander Graf2011-09-259-1/+67
* KVM: PPC: Enable the PAPR CAP for Book3SAlexander Graf2011-09-252-0/+6
* KVM: PPC: Support SC1 hypercalls for PAPR in PR modeAlexander Graf2011-09-251-1/+21
* KVM: PPC: Stub emulate CFAR and PURR SPRsAlexander Graf2011-09-251-0/+4
* KVM: PPC: Add PAPR hypercall code for PR modeAlexander Graf2011-09-253-0/+160
* KVM: PPC: Add support for explicit HIOR settingAlexander Graf2011-09-255-2/+24
* KVM: PPC: Read out syscall instruction on trapAlexander Graf2011-09-251-0/+5
* KVM: PPC: Interpret SDR1 as HVA in PAPR modeAlexander Graf2011-09-251-1/+7
* KVM: PPC: Check privilege level on SPRsAlexander Graf2011-09-251-0/+25
* KVM: PPC: Add papr_enabled flagAlexander Graf2011-09-251-0/+1
* KVM: PPC: move compute_tlbie_rb to book3s common headerAlexander Graf2011-09-252-33/+33
* KVM: Restore missing powerpc API docsAvi Kivity2011-09-251-0/+13
* KVM: APIC: avoid instruction emulation for EOI writesKevin Tian2011-09-254-0/+43
* KVM: SVM: Fix TSC MSR read in nested SVMNadav Har'El2011-09-251-3/+1