summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-07-20KVM: s390: dont allocate dirty bitmapCarsten Otte1-0/+2
2008-07-20KVM: move slots_lock acquision down to vapic_exitMarcelo Tosatti1-2/+2
2008-07-20KVM: VMX: Fake emulate Intel perfctr MSRsChris Lalancette1-0/+12
2008-07-20KVM: VMX: Fix a wrong usage of vmcs_configSheng Yang1-2/+2
2008-07-20KVM: MMU: Fix printk formatAvi Kivity1-1/+1
2008-07-20KVM: MMU: When debug is enabled, make it a run-time parameterAvi Kivity1-1/+2
2008-07-20KVM: x86 emulator: lazily evaluate segment registersAvi Kivity3-67/+60
2008-07-20KVM: x86 emulator: avoid segment base adjust for leaAvi Kivity1-1/+1
2008-07-20KVM: x86 emulator: simplify rip relative decodingAvi Kivity2-18/+6
2008-07-20KVM: x86 emulator: simplify r/m decodingAvi Kivity1-13/+4
2008-07-20KVM: x86 emulator: simplify sib decodingAvi Kivity1-16/+4
2008-07-20KVM: x86 emulator: handle undecoded rex.b with r/m = 5 in certain casesAvi Kivity1-0/+2
2008-07-20KVM: x86 emulator: emulate nop and xchg reg, acc (opcodes 0x90 - 0x97)Mohammed Gamal1-2/+15
2008-07-20KVM: Use printk_rlimit() instead of reporting emulation failures just onceAvi Kivity1-3/+1
2008-07-20KVM: Support mixed endian machinesTan, Li2-8/+14
2008-07-20KVM: Do not calculate linear rip in emulation failure reportGlauber Costa1-2/+2
2008-07-20KVM: only abort guest entry if timer count goes from 0->1Marcelo Tosatti2-9/+6
2008-07-20KVM: Add coalesced MMIO support (ia64 part)Laurent Vivier3-1/+6
2008-07-20KVM: Add coalesced MMIO support (powerpc part)Laurent Vivier3-1/+6
2008-07-20KVM: Add coalesced MMIO support (x86 part)Laurent Vivier3-1/+6
2008-07-20KVM: Add coalesced MMIO support (common part)Laurent Vivier5-0/+269
2008-07-20KVM: kvm_io_device: extend in_range() to manage len and write attributeLaurent Vivier9-25/+40
2008-07-20KVM: MMU: Avoid page prefetch on SVMAvi Kivity1-1/+4
2008-07-20KVM: MMU: Move nonpaging_prefetch_page()Avi Kivity1-9/+9
2008-07-20KVM: x86 emulator: implement 'push imm' (opcode 0x68)Avi Kivity1-1/+2
2008-07-20KVM: x86 emulator: simplify push imm8 emulationAvi Kivity1-3/+1
2008-07-20KVM: MMU: Optimize prefetch_page()Avi Kivity1-13/+15
2008-07-20KVM: x86 emulator: Add support for mov r, sreg (0x8c) instructionGuillaume Thouvenin1-1/+14
2008-07-20KVM: x86 emulator: Add support for mov seg, r (0x8e) instructionGuillaume Thouvenin1-1/+24
2008-07-20KVM: x86 emulator: adds support to mov r,imm (opcode 0xb8) instructionGuillaume Thouvenin1-1/+4
2008-07-20KVM: x86 emulator: add support for jmp far 0xeaGuillaume Thouvenin1-2/+29
2008-07-20KVM: x86 emulator: Update c->dst.bytes in decode instructionGuillaume Thouvenin1-0/+1
2008-07-20KVM: Prefixes segment functions that will be exported with "kvm_"Guillaume Thouvenin2-39/+43
2008-07-20KVM: MTRR supportAvi Kivity2-4/+51
2008-07-20KVM: Order segment register constants in the same way as cpu operand encodingAvi Kivity1-2/+2
2008-07-20KVM: VMX: Enable NMI with in-kernel irqchipSheng Yang4-19/+119
2008-07-20KVM: IOAPIC/LAPIC: Enable NMI supportSheng Yang5-3/+32
2008-07-20KVM: Remove unnecessary ->decache_regs() callAvi Kivity1-1/+0
2008-07-20KVM: Remove decache_vcpus_on_cpu() and related callbacksAvi Kivity9-40/+0
2008-07-20KVM: VMX: Add list of potentially locally cached vcpusAvi Kivity2-29/+22
2008-07-20KVM: Handle virtualization instruction #UD faults during rebootAvi Kivity4-20/+64
2008-07-20KVM: MMU: Fix false flooding when a pte points to page tableAvi Kivity3-2/+19
2008-07-20KVM: VMX: Trivial vmcs_write64() code simplificationAvi Kivity1-3/+1
2008-07-20KVM: SVM: Fake MSR_K7 performance countersChris Lalancette1-6/+9
2008-07-20KVM: PIT: support mode 3Aurelien Jarno1-0/+1
2008-07-20KVM: Handle vma regions with no backing pageAnthony Liguori1-12/+37
2008-07-20KVM: SVM: add tracing support for TDP page faultsJoerg Roedel2-0/+5
2008-07-20KVM: SVM: add missing kvmtrace markersJoerg Roedel1-1/+25
2008-07-20KVM: add missing kvmtrace bitsJoerg Roedel1-5/+20
2008-07-20KVM: SVM: implement dedicated INTR exit handlerJoerg Roedel1-1/+7