Commit Graph

211780 Commits (df1bfa25d81f9451715ccbbb67551e0f792ceec8)
 

Author SHA1 Message Date
Alexander Graf 28e83b4fa7 KVM: PPC: Make PAM a define 14 years ago
Alexander Graf 90bba35887 KVM: PPC: Tell guest about pending interrupts 14 years ago
Alexander Graf fad93fe1d4 KVM: PPC: Add PV guest scratch registers 14 years ago
Alexander Graf 5c6cedf488 KVM: PPC: Add PV guest critical sections 14 years ago
Alexander Graf 2a342ed577 KVM: PPC: Implement hypervisor interface 14 years ago
Alexander Graf a73a9599e0 KVM: PPC: Convert SPRG[0-4] to shared page 14 years ago
Alexander Graf de7906c36c KVM: PPC: Convert SRR0 and SRR1 to shared page 14 years ago
Alexander Graf 5e030186df KVM: PPC: Convert DAR to shared page. 14 years ago
Alexander Graf d562de48de KVM: PPC: Convert DSISR to shared page 14 years ago
Alexander Graf 666e7252a1 KVM: PPC: Convert MSR to shared page 14 years ago
Alexander Graf 96bc451a15 KVM: PPC: Introduce shared page 14 years ago
Mohammed Gamal 34698d8c61 KVM: x86 emulator: Fix nop emulation 14 years ago
Avi Kivity 2dbd0dd711 KVM: x86 emulator: Decode memory operands directly into a 'struct operand' 14 years ago
Avi Kivity 1f6f05800e KVM: x86 emulator: change invlpg emulation to use src.mem.addr 14 years ago
Avi Kivity 342fc63095 KVM: x86 emulator: switch LEA to use SrcMem decoding 14 years ago
Avi Kivity 5a506b125f KVM: x86 emulator: add NoAccess flag for memory instructions that skip access 14 years ago
Avi Kivity b27f38563d KVM: x86 emulator: use struct operand for mov reg,dr and mov dr,reg for reg op 14 years ago
Avi Kivity 1a0c7d44e4 KVM: x86 emulator: use struct operand for mov reg,cr and mov cr,reg for reg op 14 years ago
Avi Kivity cecc9e3916 KVM: x86 emulator: mark mov cr and mov dr as 64-bit instructions in long mode 14 years ago
Avi Kivity 7f9b4b75be KVM: x86 emulator: introduce Op3264 for mov cr and mov dr instructions 14 years ago
Avi Kivity 1e87e3efe7 KVM: x86 emulator: simplify REX.W check 14 years ago
Avi Kivity d4709c78ee KVM: x86 emulator: drop use_modrm_ea 14 years ago
Avi Kivity 91ff3cb43c KVM: x86 emulator: put register operand fetch into a function 14 years ago
Avi Kivity 3d9e77dff8 KVM: x86 emulator: use SrcAcc to simplify xchg decoding 14 years ago
Avi Kivity 4515453964 KVM: x86 emulator: simplify xchg decode tables 14 years ago
Avi Kivity 1a6440aef6 KVM: x86 emulator: use correct type for memory address in operands 14 years ago
Avi Kivity 09ee57cdae KVM: x86 emulator: push segment override out of decode_modrm() 14 years ago
Joerg Roedel dbe7758482 KVM: SVM: Check for asid != 0 on nested vmrun 14 years ago
Joerg Roedel 52c65a30a5 KVM: SVM: Check for nested vmrun intercept before emulating vmrun 14 years ago
Xiao Guangrong 4132779b17 KVM: MMU: mark page dirty only when page is really written 14 years ago
Xiao Guangrong 8672b7217a KVM: MMU: move bits lost judgement into a separate function 14 years ago
Xiao Guangrong 251464c464 KVM: MMU: using kvm_set_pfn_accessed() instead of mark_page_accessed() 14 years ago
Gleb Natapov 4fc40f076f KVM: x86 emulator: check io permissions only once for string pio 14 years ago
Avi Kivity 9928ff608b KVM: x86 emulator: fix LMSW able to clear cr0.pe 14 years ago
Gleb Natapov e85d28f8e8 KVM: x86 emulator: don't update vcpu state if instruction is restarted 14 years ago
Avi Kivity 63540382cc KVM: x86 emulator: convert some push instructions to direct decode 14 years ago
Avi Kivity d0e533255d KVM: x86 emulator: allow repeat macro arguments to contain commas 14 years ago
Avi Kivity 73fba5f4fe KVM: x86 emulator: move decode tables downwards 14 years ago
Avi Kivity dde7e6d12a KVM: x86 emulator: move x86_decode_insn() downwards 14 years ago
Avi Kivity ef65c88912 KVM: x86 emulator: allow storing emulator execution function in decode tables 14 years ago
Avi Kivity 9aabc88fc8 KVM: x86 emulator: store x86_emulate_ops in emulation context 14 years ago
Avi Kivity ab85b12b1a KVM: x86 emulator: move ByteOp and Dst back to bits 0:3 14 years ago
Avi Kivity 3885d530b0 KVM: x86 emulator: drop support for old-style groups 14 years ago
Avi Kivity 9f5d3220e3 KVM: x86 emulator: convert group 9 to new style 14 years ago
Avi Kivity 2cb20bc8af KVM: x86 emulator: convert group 8 to new style 14 years ago
Avi Kivity 2f3a9bc9eb KVM: x86 emulator: convert group 7 to new style 14 years ago
Avi Kivity b67f9f0741 KVM: x86 emulator: convert group 5 to new style 14 years ago
Avi Kivity 591c9d20a3 KVM: x86 emulator: convert group 4 to new style 14 years ago
Avi Kivity ee70ea30ee KVM: x86 emulator: convert group 3 to new style 14 years ago
Avi Kivity 99880c5cd5 KVM: x86 emulator: convert group 1A to new style 14 years ago