All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] KVM: x86: __linearize emulator fixes and minor cleanup
@ 2014-11-19 15:43 Nadav Amit
  2014-11-19 15:43 ` [PATCH 1/6] KVM: x86: Revert NoBigReal patch in the emulator Nadav Amit
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Nadav Amit @ 2014-11-19 15:43 UTC (permalink / raw)
  To: pbonzini; +Cc: kvm, Nadav Amit

This patch-set fixes 4 bugs in the __linearize emulator function, and makes
some cleanup of the function.

Patches 2 to 5 deal with separate bugs.

Patch 1 and 6 introduce minor enhancement and have no functional implications.
The first patch reverts a patch which was written by this patch author. The
last is a minor cleanup of __linearize.

Thanks for reviewing the patch-set.

Nadav Amit (6):
  KVM: x86: Revert NoBigReal patch in the emulator
  KVM: x86: Stack size is overridden by __linearize
  KVM: x86: Emulator performs privilege checks on __linearize
  KVM: x86: Perform limit checks when assigning EIP
  KVM: x86: Non-canonical access using SS should cause #SS
  KVM: x86: Move __linearize masking of la into switch

 arch/x86/kvm/emulate.c | 132 +++++++++++++++++++++++--------------------------
 1 file changed, 62 insertions(+), 70 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2014-11-19 18:47 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-19 15:43 [PATCH 0/6] KVM: x86: __linearize emulator fixes and minor cleanup Nadav Amit
2014-11-19 15:43 ` [PATCH 1/6] KVM: x86: Revert NoBigReal patch in the emulator Nadav Amit
2014-11-19 15:43 ` [PATCH 2/6] KVM: x86: Stack size is overridden by __linearize Nadav Amit
2014-11-19 17:17   ` Paolo Bonzini
2014-11-19 15:43 ` [PATCH 3/6] KVM: x86: Emulator performs privilege checks on __linearize Nadav Amit
2014-11-19 15:43 ` [PATCH 4/6] KVM: x86: Perform limit checks when assigning EIP Nadav Amit
2014-11-19 15:43 ` [PATCH 5/6] KVM: x86: Non-canonical access using SS should cause #SS Nadav Amit
2014-11-19 15:43 ` [PATCH 6/6] KVM: x86: Move __linearize masking of la into switch Nadav Amit
2014-11-19 18:47 ` [PATCH 0/6] KVM: x86: __linearize emulator fixes and minor cleanup Paolo Bonzini

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.