All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] More emulator correctness fixes
@ 2010-02-18 10:14 Gleb Natapov
  2010-02-18 10:14 ` [PATCH 1/4] KVM: Forbid modifying CS segment register by mov instruction Gleb Natapov
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Gleb Natapov @ 2010-02-18 10:14 UTC (permalink / raw)
  To: avi, mtosatti; +Cc: kvm

This patch series adds proper permission checking during segment
selector loading. Some missing fault injections are added.

Gleb Natapov (2):
  KVM: Forbid modifying CS segment register by mov instruction.
  KVM: Fix segment descriptor loading.

Takuya Yoshikawa (2):
  KVM: Fix load_guest_segment_descriptor() to inject page fault
  KVM: Fix emulate_sys[call, enter, exit]()'s fault handling

 arch/x86/include/asm/kvm_host.h |    3 +-
 arch/x86/kvm/emulate.c          |   71 +++++++--------
 arch/x86/kvm/x86.c              |  190 +++++++++++++++++++++++++++++++--------
 3 files changed, 186 insertions(+), 78 deletions(-)


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-02-18 10:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-18 10:14 [PATCH 0/4] More emulator correctness fixes Gleb Natapov
2010-02-18 10:14 ` [PATCH 1/4] KVM: Forbid modifying CS segment register by mov instruction Gleb Natapov
2010-02-18 10:15 ` [PATCH 2/4] KVM: Fix load_guest_segment_descriptor() to inject page fault Gleb Natapov
2010-02-18 10:15 ` [PATCH 3/4] KVM: Fix segment descriptor loading Gleb Natapov
2010-02-18 10:15 ` [PATCH 4/4] KVM: Fix emulate_sys[call, enter, exit]()'s fault handling Gleb Natapov
2010-02-18 10:38 ` [PATCH 0/4] More emulator correctness fixes Avi Kivity
2010-02-18 10:55 ` Takuya Yoshikawa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.