Show patches with: Submitter = Gleb Natapov       |   1080 patches
« 1 2 ... 5 6 710 11 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[PATCHv2,17/23] KVM: handle emulation failure case first. - - - --- 2010-04-28 Gleb Natapov New
[PATCHv2,16/23] KVM: do not inject #PF in (read|write)_emulated() callbacks - - - --- 2010-04-28 Gleb Natapov New
[PATCHv2,15/23] KVM: remove export of emulator_write_emulated(). - - - --- 2010-04-28 Gleb Natapov New
[PATCHv2,14/23] KVM: x86 emulator: x86_emulate_insn() return -1 only in case of emulation failure - - - --- 2010-04-28 Gleb Natapov New
[PATCHv2,13/23] KVM: fill in run->mmio details in (read|write)_emulated function. - - - --- 2010-04-28 Gleb Natapov New
[PATCHv2,12/23] KVM: x86 emulator: fix X86EMUL_RETRY_INSTR and X86EMUL_CMPXCHG_FAILED values - - - --- 2010-04-28 Gleb Natapov New
[PATCHv2,11/23] KVM: x86 emulator: make (get|set)_dr() callback return error if it fails - - - --- 2010-04-28 Gleb Natapov New
[PATCHv2,10/23] KVM: x86 emulator: make set_cr() callback return error if it fails - - - --- 2010-04-28 Gleb Natapov New
[PATCHv2,09/23] KVM: x86 emulator: cleanup some direct calls into kvm to use existing callbacks - - - --- 2010-04-28 Gleb Natapov New
[PATCHv2,08/23] KVM: x86 emulator: add get_cached_segment_base() callback to x86_emulate_ops. - - - --- 2010-04-28 Gleb Natapov New
[PATCHv2,07/23] KVM: x86 emulator: add (set|get)_msr callbacks to x86_emulate_ops - - - --- 2010-04-28 Gleb Natapov New
[PATCHv2,06/23] KVM: x86 emulator: add (set|get)_dr callbacks to x86_emulate_ops - - - --- 2010-04-28 Gleb Natapov New
[PATCHv2,05/23] KVM: x86 emulator: handle "far address" source operand. - - - --- 2010-04-28 Gleb Natapov New
[PATCHv2,04/23] KVM: x86 emulator: cleanup nop emulation - - - --- 2010-04-28 Gleb Natapov New
[PATCHv2,03/23] KVM: x86 emulator: cleanup xchg emulation. - - - --- 2010-04-28 Gleb Natapov New
[PATCHv2,02/23] KVM: x86 emulator: fix Move r/m16 to segment register decoding. - - - --- 2010-04-28 Gleb Natapov New
[PATCHv2,01/23] KVM: x86 emulator: introduce read cache. - - - --- 2010-04-28 Gleb Natapov New
[2/2] Add test for ljmp. - - - --- 2010-04-27 Gleb Natapov New
[1/2] Test cmps between two IO locations. - - - --- 2010-04-27 Gleb Natapov New
[23/23] KVM: x86 emulator: do not inject exception directly into vcpu - - - --- 2010-04-27 Gleb Natapov New
[22/23] KVM: remove unneeded initialization. - - - --- 2010-04-27 Gleb Natapov New
[21/23] KVM: x86 emulator: move interruptibility state tracking out of emulator - - - --- 2010-04-27 Gleb Natapov New
[20/23] KVM: x86 exmulator: handle shadowed registers outside emulator. - - - --- 2010-04-27 Gleb Natapov New
[19/23] KVM: x86 emulator: use shadowed register in emulate_sysexit() - - - --- 2010-04-27 Gleb Natapov New
[18/23] KVM: x86 emulator: set RFLAGS outside x86 emulator code. - - - --- 2010-04-27 Gleb Natapov New
[17/23] KVM: x86 emulator: advance RIP outside x86 emulator code - - - --- 2010-04-27 Gleb Natapov New
[16/23] KVM: handle emulation failure case first. - - - --- 2010-04-27 Gleb Natapov New
[15/23] KVM: do not inject #PF in (read|write)_emulated() callbacks - - - --- 2010-04-27 Gleb Natapov New
[14/23] KVM: remove export of emulator_write_emulated(). - - - --- 2010-04-27 Gleb Natapov New
[13/23] KVM: x86 emulator: x86_emulate_insn() return -1 only in case of emulation failure - - - --- 2010-04-27 Gleb Natapov New
[12/23] KVM: fill in run->mmio details in (read|write)_emulated function. - - - --- 2010-04-27 Gleb Natapov New
[11/23] KVM: x86 emulator: fix X86EMUL_RETRY_INSTR and X86EMUL_CMPXCHG_FAILED values - - - --- 2010-04-27 Gleb Natapov New
[10/23] KVM: x86 emulator: make (get|set)_dr() callback return error if it fails - - - --- 2010-04-27 Gleb Natapov New
[09/23] KVM: x86 emulator: make set_cr() callback return error if it fails - - - --- 2010-04-27 Gleb Natapov New
[08/23] KVM: x86 emulator: cleanup some direct calls into kvm to use existing callbacks - - - --- 2010-04-27 Gleb Natapov New
[07/23] KVM: x86 emulator: add (set|get)_msr callbacks to x86_emulate_ops - - - --- 2010-04-27 Gleb Natapov New
[06/23] KVM: x86 emulator: add (set|get)_dr callbacks to x86_emulate_ops - - - --- 2010-04-27 Gleb Natapov New
[05/23] KVM: x86 emulator: handle "far address" source operand. - - - --- 2010-04-27 Gleb Natapov New
[04/23] KVM: x86 emulator: cleanup nop emulation - - - --- 2010-04-27 Gleb Natapov New
[03/23] KVM: x86 emulator: cleanup xchg emulation. - - - --- 2010-04-27 Gleb Natapov New
[02/23] KVM: x86 emulator: fix Move r/m16 to segment register decoding. - - - --- 2010-04-27 Gleb Natapov New
[01/23] KVM: x86 emulator: introduce read cache. - - - --- 2010-04-27 Gleb Natapov New
[PATCHv2,REBASE] KVM: prevent spurious exit to userspace during task switch emulation. - - - --- 2010-04-15 Gleb Natapov New
[PATCHv2] KVM: prevent spurious exit to userspace during task switch emulation. - - - --- 2010-04-15 Gleb Natapov New
KVM: fix emulator_task_switch() return value. - - - --- 2010-04-15 Gleb Natapov New
KVM: prevent spurious exit to userspace during task switch emulation. - - - --- 2010-04-15 Gleb Natapov New
kvm test: Add 32-bit task switch micro-test - - - --- 2010-04-14 Gleb Natapov New
get rid of mmu_only parameter in emulator_write_emulated() - - - --- 2010-04-13 Gleb Natapov New
[PATCHv2] KVM: move DR register access handling into generic code - - - --- 2010-04-13 Gleb Natapov New
KVM: move DR register access handling into generic code. - - - --- 2010-04-12 Gleb Natapov New
KVM: x86 emulator: fix unlocked CMPXCHG8B emulation. - - - --- 2010-03-21 Gleb Natapov New
[2/2] KVM: x86 emulator: add decoding of CMPXCHG8B dst operand. - - - --- 2010-03-21 Gleb Natapov New
[1/2] KVM: x86 emulator: commit rflags as part of registers commit. - - - --- 2010-03-21 Gleb Natapov New
[2/2] KVM: x86 emulator: add decoding of CMPXCHG8B dst operand. - - - --- 2010-03-21 Gleb Natapov New
[1/2] KVM: x86 emulator: commit rflags as part of registers commit. - - - --- 2010-03-21 Gleb Natapov New
add "xchg ax, reg" emulator test - - - --- 2010-03-16 Gleb Natapov New
[v3,30/30] KVM: small kvm_arch_vcpu_ioctl_run() cleanup. - - - --- 2010-03-15 Gleb Natapov New
[v3,29/30] KVM: x86 emulator: introduce pio in string read ahead. - - - --- 2010-03-15 Gleb Natapov New
[v3,28/30] KVM: x86 emulator: restart string instruction without going back to a guest. - - - --- 2010-03-15 Gleb Natapov New
[v3,27/30] KVM: x86 emulator: remove saved_eip - - - --- 2010-03-15 Gleb Natapov New
[v3,26/30] KVM: x86 emulator: Move string pio emulation into emulator.c - - - --- 2010-03-15 Gleb Natapov New
[v3,25/30] KVM: x86 emulator: fix in/out emulation. - - - --- 2010-03-15 Gleb Natapov New
[v3,24/30] KVM: x86 emulator: during rep emulation decrement ECX only if emulation succeeded - - - --- 2010-03-15 Gleb Natapov New
[v3,23/30] KVM: x86 emulator: add decoding of X,Y parameters from Intel SDM - - - --- 2010-03-15 Gleb Natapov New
[v3,22/30] KVM: x86 emulator: populate OP_MEM operand during decoding. - - - --- 2010-03-15 Gleb Natapov New
[v3,21/30] KVM: Use task switch from emulator.c - - - --- 2010-03-15 Gleb Natapov New
[v3,20/30] KVM: x86 emulator: Use load_segment_descriptor() instead of kvm_load_segment_descriptor() - - - --- 2010-03-15 Gleb Natapov New
[v3,19/30] KVM: x86 emulator: Emulate task switch in emulator.c - - - --- 2010-03-15 Gleb Natapov New
[v3,18/30] KVM: x86 emulator: Provide more callbacks for x86 emulator. - - - --- 2010-03-15 Gleb Natapov New
[v3,17/30] KVM: x86 emulator: cleanup grp3 return value - - - --- 2010-03-15 Gleb Natapov New
[v3,16/30] KVM: x86 emulator: If LOCK prefix is used dest arg should be memory. - - - --- 2010-03-15 Gleb Natapov New
[v3,15/30] KVM: x86 emulator: do not call writeback if msr access fails. - - - --- 2010-03-15 Gleb Natapov New
[v3,14/30] KVM: x86 emulator: fix return values of syscall/sysenter/sysexit emulations - - - --- 2010-03-15 Gleb Natapov New
[v3,13/30] KVM: x86 emulator: fix mov dr to inject #UD when needed. - - - --- 2010-03-15 Gleb Natapov New
[v3,12/30] KVM: x86 emulator: inject #UD on access to non-existing CR - - - --- 2010-03-15 Gleb Natapov New
[v3,11/30] KVM: x86 emulator: 0f (20|21|22|23) ignore mod bits. - - - --- 2010-03-15 Gleb Natapov New
[v3,10/30] KVM: x86 emulator: fix 0f 01 /5 emulation - - - --- 2010-03-15 Gleb Natapov New
[v3,09/30] KVM: x86 emulator: fix mov r/m, sreg emulation. - - - --- 2010-03-15 Gleb Natapov New
[v3,08/30] KVM: Provide current eip as part of emulator context. - - - --- 2010-03-15 Gleb Natapov New
[v3,07/30] KVM: Provide x86_emulate_ctxt callback to get current cpl - - - --- 2010-03-15 Gleb Natapov New
[v3,06/30] KVM: remove realmode_lmsw function. - - - --- 2010-03-15 Gleb Natapov New
[v3,05/30] KVM: Provide callback to get/set control registers in emulator ops. - - - --- 2010-03-15 Gleb Natapov New
[v3,04/30] KVM: Remove pointer to rflags from realmode_set_cr parameters. - - - --- 2010-03-15 Gleb Natapov New
[v3,03/30] KVM: x86 emulator: check return value against correct define - - - --- 2010-03-15 Gleb Natapov New
[v3,02/30] KVM: x86 emulator: fix RCX access during rep emulation - - - --- 2010-03-15 Gleb Natapov New
[v3,01/30] KVM: x86 emulator: Fix DstAcc decoding. - - - --- 2010-03-15 Gleb Natapov New
[v2,30/30] KVM: small kvm_arch_vcpu_ioctl_run() cleanup. - - - --- 2010-03-14 Gleb Natapov New
[v2,29/30] KVM: x86 emulator: introduce pio in string read ahead. - - - --- 2010-03-14 Gleb Natapov New
[v2,28/30] KVM: x86 emulator: restart string instruction without going back to a guest. - - - --- 2010-03-14 Gleb Natapov New
[v2,27/30] KVM: x86 emulator: remove saved_eip - - - --- 2010-03-14 Gleb Natapov New
[v2,26/30] KVM: x86 emulator: Move string pio emulation into emulator.c - - - --- 2010-03-14 Gleb Natapov New
[v2,25/30] KVM: x86 emulator: fix in/out emulation. - - - --- 2010-03-14 Gleb Natapov New
[v2,24/30] KVM: x86 emulator: during rep emulation decrement ECX only if emulation succeeded - - - --- 2010-03-14 Gleb Natapov New
[v2,23/30] KVM: x86 emulator: add decoding of X,Y parameters from Intel SDM - - - --- 2010-03-14 Gleb Natapov New
[v2,22/30] KVM: x86 emulator: populate OP_MEM operand during decoding. - - - --- 2010-03-14 Gleb Natapov New
[v2,21/30] KVM: Use task switch from emulator.c - - - --- 2010-03-14 Gleb Natapov New
[v2,20/30] KVM: x86 emulator: Use load_segment_descriptor() instead of kvm_load_segment_descriptor() - - - --- 2010-03-14 Gleb Natapov New
[v2,19/30] KVM: x86 emulator: Emulate task switch in emulator.c - - - --- 2010-03-14 Gleb Natapov New
[v2,18/30] KVM: x86 emulator: Provide more callbacks for x86 emulator. - - - --- 2010-03-14 Gleb Natapov New
[v2,17/30] KVM: x86 emulator: cleanup grp3 return value - - - --- 2010-03-14 Gleb Natapov New
« 1 2 ... 5 6 710 11 »