All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] Emulator group simplification
@ 2010-07-26 11:37 Avi Kivity
  2010-07-26 11:37 ` [PATCH 01/13] KVM: x86 emulator: add macros for repetitive instructions Avi Kivity
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Avi Kivity @ 2010-07-26 11:37 UTC (permalink / raw)
  To: Marcelo Tosatti, kvm

This patchset simplifies the x86 emulator group decoding, cleans up the decoder
tables (and adds a missing Lock marker as well).

Avi Kivity (13):
  KVM: x86 emulator: add macros for repetitive instructions
  KVM: x86 emulator: consolidate inc/dec reg decoding
  KVM: x86 emulator: consolidate push/pop reg decoding
  KVM: X86 emulator: consolidate Jcc rel8 decoding
  KVM: x86 emulator: consolidate MOV reg, imm decoding
  KVM: x86 emulator: consolidate CMOVcc decoding
  KVM: x86 emulator: consolidate Jcc rel32 decoding
  KVM: x86 emulator: Make group storage bits separate from operand bits
  KVM: x86 emulator: add Undefined decode flag
  KVM: x86 emulator: mix decode bits from opcode and group decode
    tables
  KVM: x86 emulator: simplify Group 1 decoding
  KVM: x86 emulator: Allow LOCK prefix for NEG and NOT
  KVM: x86 emulator: unify the two Group 3 variants

 arch/x86/kvm/emulate.c |  143 ++++++++++++++++--------------------------------
 1 files changed, 47 insertions(+), 96 deletions(-)


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

end of thread, other threads:[~2010-07-28 15:05 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-26 11:37 [PATCH 00/13] Emulator group simplification Avi Kivity
2010-07-26 11:37 ` [PATCH 01/13] KVM: x86 emulator: add macros for repetitive instructions Avi Kivity
2010-07-26 11:37 ` [PATCH 02/13] KVM: x86 emulator: consolidate inc/dec reg decoding Avi Kivity
2010-07-26 11:37 ` [PATCH 03/13] KVM: x86 emulator: consolidate push/pop " Avi Kivity
2010-07-26 11:37 ` [PATCH 04/13] KVM: X86 emulator: consolidate Jcc rel8 decoding Avi Kivity
2010-07-26 11:37 ` [PATCH 05/13] KVM: x86 emulator: consolidate MOV reg, imm decoding Avi Kivity
2010-07-26 11:37 ` [PATCH 06/13] KVM: x86 emulator: consolidate CMOVcc decoding Avi Kivity
2010-07-26 11:37 ` [PATCH 07/13] KVM: x86 emulator: consolidate Jcc rel32 decoding Avi Kivity
2010-07-26 11:37 ` [PATCH 08/13] KVM: x86 emulator: Make group storage bits separate from operand bits Avi Kivity
2010-07-26 11:37 ` [PATCH 09/13] KVM: x86 emulator: add Undefined decode flag Avi Kivity
2010-07-26 11:37 ` [PATCH 10/13] KVM: x86 emulator: mix decode bits from opcode and group decode tables Avi Kivity
2010-07-26 11:37 ` [PATCH 11/13] KVM: x86 emulator: simplify Group 1 decoding Avi Kivity
2010-07-26 11:37 ` [PATCH 12/13] KVM: x86 emulator: Allow LOCK prefix for NEG and NOT Avi Kivity
2010-07-26 11:37 ` [PATCH 13/13] KVM: x86 emulator: unify the two Group 3 variants Avi Kivity
2010-07-27 23:21 ` [PATCH 00/13] Emulator group simplification Marcelo Tosatti

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.