2010-10-24 |
Dave Hansen | KVM: rename x86 kvm->arch.n_alloc_mmu_pages Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Dave Hansen | KVM: abstract kvm x86 mmu->n_free_mmu_pages Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Avi Kivity | KVM: x86 emulator: implement CWD (opcode 99) Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Avi Kivity | KVM: x86 emulator: implement IMUL REG, R/M, IMM (opcode 69) Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Avi Kivity | KVM: x86 emulator: add Src2Imm decoding Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Avi Kivity | KVM: x86 emulator: consolidate immediate decode into... Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Avi Kivity | KVM: x86 emulator: implement RDTSC (opcode 0F 31) Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Avi Kivity | KVM: x86 emulator: remove SrcImplicit Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Avi Kivity | KVM: x86 emulator: implement IMUL REG, R/M (opcode... Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Avi Kivity | KVM: x86 emulator: implement IMUL REG, R/M, imm8 (opcode 6B) Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Avi Kivity | KVM: x86 emulator: implement RET imm16 (opcode C2) Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Avi Kivity | KVM: x86 emulator: add SrcImmU16 operand type Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Avi Kivity | KVM: x86 emulator: implement CALL FAR (FF /3) Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Avi Kivity | KVM: x86 emulator: implement DAS (opcode 2F) Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Avi Kivity | KVM: x86 emulator: Use a register for ____emulate_2op... Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Avi Kivity | KVM: x86 emulator: pass destination type to ____emulate_2op() Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Wei Yongjun | KVM: x86 emulator: add LOOP/LOOPcc instruction emulation Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Wei Yongjun | KVM: x86 emulator: add CBW/CWDE/CDQE instruction emulation Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Avi Kivity | KVM: x86 emulator: fix REPZ/REPNZ termination condition Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Avi Kivity | KVM: x86 emulator: implement SCAS (opcodes AE, AF) Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Avi Kivity | KVM: x86 emulator: fix INTn emulation not pushing EFLAGS... Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Wei Yongjun | KVM: x86 emulator: remove dup code of in/out instruction Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Wei Yongjun | KVM: x86 emulator: change OUT instruction to use dst... Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Wei Yongjun | KVM: x86 emulator: introduce DstImmUByte for dst operand... Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Wei Yongjun | KVM: x86 emulator: remove useless label from x86_emulate_insn() Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Wei Yongjun | KVM: x86 emulator: add setcc instruction emulation Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Jiri Kosina | KVM: x86: explain 'no-kvmclock' kernel parameter Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Wei Yongjun | KVM: x86 emulator: add XADD instruction emulation Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Wei Yongjun | KVM: x86 emulator: put register operand write back... Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Wei Yongjun | KVM: PPC: fix leakage of error page in kvmppc_patch_dcbz() Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Mohammed Gamal | KVM: Separate emulation context initialization in a... Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Wei Yongjun | KVM: x86 emulator: add bsf/bsr instruction emulation Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Mohammed Gamal | KVM: x86 emulator: Fix emulate_grp3 return values Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Mohammed Gamal | KVM: x86 emulator: Add unary mul, imul, div, and idiv... Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Wei Yongjun | KVM: x86 emulator: mask group 8 instruction as BitOp Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Wei Yongjun | KVM: x86 emulator: do not adjust the address for immediate... Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Wei Yongjun | KVM: x86 emulator: fix negative bit offset BitOp instruction... Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Mohammed Gamal | KVM: x86 emulator: Add stc instruction (opcode 0xf9) Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Wei Yongjun | KVM: x86 emulator: using SrcOne for instruction d0... Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Wei Yongjun | KVM: x86 emulator: disable writeback when decode dest... Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Wei Yongjun | KVM: x86 emulator: use SrcAcc to simplify stos decoding Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Mohammed Gamal | KVM: x86 emulator: Add into, int, and int3 instructions... Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Mohammed Gamal | KVM: x86 emulator: Allow accessing IDT via emulator ops Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Wei Yongjun | KVM: x86 emulator: simplify two-byte opcode check Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Alexander Graf | KVM: PPC: Move KVM trampolines before __end_interrupts Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Alexander Graf | KVM: PPC: Make long relocations be ulong Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Alexander Graf | KVM: PPC: Use MSR_DR for external load_up Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Alexander Graf | KVM: PPC: Add book3s_32 tlbie flush acceleration Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Gleb Natapov | KVM: PPC: correctly check gfn_to_pfn() return value Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Alexander Graf | KVM: PPC: RCU'ify the Book3s MMU Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Alexander Graf | KVM: PPC: Book3S_32 MMU debug compile fixes Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Alexander Graf | KVM: PPC: Add get_pvinfo interface to query hypercall... Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Alexander Graf | KVM: PPC: Add Documentation about PV interface Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Alexander Graf | KVM: PPC: PV wrteei Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Alexander Graf | KVM: PPC: PV mtmsrd L=0 and mtmsr Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Alexander Graf | KVM: PPC: PV mtmsrd L=1 Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Alexander Graf | KVM: PPC: PV assembler helpers Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Alexander Graf | KVM: PPC: Introduce branch patching helper Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Alexander Graf | KVM: PPC: Introduce kvm_tmp framework Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Alexander Graf | KVM: PPC: PV tlbsync to nop Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Alexander Graf | KVM: PPC: PV instructions to loads and stores Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Alexander Graf | KVM: PPC: KVM PV guest stubs Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Alexander Graf | KVM: PPC: Generic KVM PV guest support Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Alexander Graf | KVM: Move kvm_guest_init out of generic code Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Alexander Graf | KVM: PPC: Expose magic page support to guest Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Alexander Graf | KVM: PPC: Magic Page Book3s support Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Alexander Graf | KVM: PPC: First magic page steps Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Alexander Graf | KVM: PPC: Make PAM a define Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Alexander Graf | KVM: PPC: Tell guest about pending interrupts Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Alexander Graf | KVM: PPC: Add PV guest scratch registers Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Alexander Graf | KVM: PPC: Add PV guest critical sections Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Alexander Graf | KVM: PPC: Implement hypervisor interface Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Alexander Graf | KVM: PPC: Convert SPRG[0-4] to shared page Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Alexander Graf | KVM: PPC: Convert SRR0 and SRR1 to shared page Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Alexander Graf | KVM: PPC: Convert DAR to shared page. Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Alexander Graf | KVM: PPC: Convert DSISR to shared page Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Alexander Graf | KVM: PPC: Convert MSR to shared page Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Alexander Graf | KVM: PPC: Introduce shared page Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Mohammed Gamal | KVM: x86 emulator: Fix nop emulation Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Avi Kivity | KVM: x86 emulator: Decode memory operands directly... Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Avi Kivity | KVM: x86 emulator: change invlpg emulation to use src... Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Avi Kivity | KVM: x86 emulator: switch LEA to use SrcMem decoding Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Avi Kivity | KVM: x86 emulator: add NoAccess flag for memory instructions... Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Avi Kivity | KVM: x86 emulator: use struct operand for mov reg,dr... Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Avi Kivity | KVM: x86 emulator: use struct operand for mov reg,cr... Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Avi Kivity | KVM: x86 emulator: mark mov cr and mov dr as 64-bit... Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Avi Kivity | KVM: x86 emulator: introduce Op3264 for mov cr and... Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Avi Kivity | KVM: x86 emulator: simplify REX.W check Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Avi Kivity | KVM: x86 emulator: drop use_modrm_ea Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Avi Kivity | KVM: x86 emulator: put register operand fetch into... Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Avi Kivity | KVM: x86 emulator: use SrcAcc to simplify xchg decoding Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Avi Kivity | KVM: x86 emulator: simplify xchg decode tables Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Avi Kivity | KVM: x86 emulator: use correct type for memory address... Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Avi Kivity | KVM: x86 emulator: push segment override out of decode_modrm() Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Joerg Roedel | KVM: SVM: Check for asid != 0 on nested vmrun Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Joerg Roedel | KVM: SVM: Check for nested vmrun intercept before emulating... Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Xiao Guangrong | KVM: MMU: mark page dirty only when page is really... Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Xiao Guangrong | KVM: MMU: move bits lost judgement into a separate... Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Xiao Guangrong | KVM: MMU: using kvm_set_pfn_accessed() instead of mark_page_... Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |
2010-10-24 |
Gleb Natapov | KVM: x86 emulator: check io permissions only once for... Signed-off-by: Avi Kivity <avi@redhat.com>
|
commit | commitdiff | tree |