All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/15] More emulator cleanups
@ 2010-08-01 14:23 Avi Kivity
  2010-08-01 14:23 ` [PATCH 01/15] KVM: x86 emulator: push segment override out of decode_modrm() Avi Kivity
                   ` (14 more replies)
  0 siblings, 15 replies; 19+ messages in thread
From: Avi Kivity @ 2010-08-01 14:23 UTC (permalink / raw)
  To: kvm, Marcelo Tosatti

This patchset further cleans up the emulator.  The goal is to push
segment decoding into 'struct operand', but a few things stood in
the way.

Avi Kivity (15):
  KVM: x86 emulator: push segment override out of decode_modrm()
  KVM: x86 emulator: use correct type for memory address in operands
  KVM: x86 emulator: simplify xchg decode tables
  KVM: x86 emulator: use SrcAcc to simplify xchg decoding
  KVM: x86 emulator: put register operand fetch into a function
  KVM: x86 emulator: drop use_modrm_ea
  KVM: x86 emulator: simplify REX.W check
  KVM: x86 emulator: introduce Force64 for forcing operand size to 64
    bits
  KVM: x86 emulator: mark mov cr and mov dr as 64-bit instructions in
    long mode
  KVM: x86 emulator: use struct operand for mov reg,cr and mov cr,reg
    for reg op
  KVM: x86 emulator: use struct operand for mov reg,dr and mov dr,reg
    for reg op
  KVM: x86 emulator: add NoAccess flag for memory instructions that
    skip access
  KVM: x86 emulator: switch LEA to use SrcMem decoding
  KVM: x86 emulator: change invlpg emulation to use src.mem.addr
  KVM: x86 emulator: Decode memory operands directly into a 'struct
    operand'

 arch/x86/include/asm/kvm_emulate.h |   11 +-
 arch/x86/kvm/emulate.c             |  321 ++++++++++++++++--------------------
 2 files changed, 147 insertions(+), 185 deletions(-)


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

end of thread, other threads:[~2010-08-02  7:37 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-01 14:23 [PATCH 00/15] More emulator cleanups Avi Kivity
2010-08-01 14:23 ` [PATCH 01/15] KVM: x86 emulator: push segment override out of decode_modrm() Avi Kivity
2010-08-01 14:23 ` [PATCH 02/15] KVM: x86 emulator: use correct type for memory address in operands Avi Kivity
2010-08-01 14:23 ` [PATCH 03/15] KVM: x86 emulator: simplify xchg decode tables Avi Kivity
2010-08-01 14:23 ` [PATCH 04/15] KVM: x86 emulator: use SrcAcc to simplify xchg decoding Avi Kivity
2010-08-01 14:23 ` [PATCH 05/15] KVM: x86 emulator: put register operand fetch into a function Avi Kivity
2010-08-01 14:23 ` [PATCH 06/15] KVM: x86 emulator: drop use_modrm_ea Avi Kivity
2010-08-01 14:23 ` [PATCH 07/15] KVM: x86 emulator: simplify REX.W check Avi Kivity
2010-08-01 14:23 ` [PATCH 08/15] KVM: x86 emulator: introduce Force64 for forcing operand size to 64 bits Avi Kivity
2010-08-01 14:23 ` [PATCH 09/15] KVM: x86 emulator: mark mov cr and mov dr as 64-bit instructions in long mode Avi Kivity
2010-08-02  7:37   ` Avi Kivity
2010-08-01 14:23 ` [PATCH 10/15] KVM: x86 emulator: use struct operand for mov reg,cr and mov cr,reg for reg op Avi Kivity
2010-08-01 14:23 ` [PATCH 11/15] KVM: x86 emulator: use struct operand for mov reg,dr and mov dr,reg " Avi Kivity
2010-08-01 14:23 ` [PATCH 12/15] KVM: x86 emulator: add NoAccess flag for memory instructions that skip access Avi Kivity
2010-08-01 14:23 ` [PATCH 13/15] KVM: x86 emulator: switch LEA to use SrcMem decoding Avi Kivity
2010-08-01 14:23 ` [PATCH 14/15] KVM: x86 emulator: change invlpg emulation to use src.mem.addr Avi Kivity
2010-08-01 14:23 ` [PATCH 15/15] KVM: x86 emulator: Decode memory operands directly into a 'struct operand' Avi Kivity
2010-08-02  7:28   ` Paolo Bonzini
2010-08-02  7:36     ` Avi Kivity

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.