All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Kill decode_cache
@ 2011-06-01 12:34 Avi Kivity
  2011-06-01 12:34 ` [PATCH 1/2] KVM: x86 emulator: rename decode_cache::eip to _eip Avi Kivity
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Avi Kivity @ 2011-06-01 12:34 UTC (permalink / raw)
  To: Marcelo Tosatti, kvm

This mostly mindless patchset folds decode_cache into its enclosing struct,
x86_emulate_context.  The point is to remove tons of pointless

       struct decode_cache *c = &ctxt->decode;

lines from the code, which contribute absolutely nothing.

Avi Kivity (2):
  KVM: x86 emulator: rename decode_cache::eip to _eip
  KVM: x86 emulator: fold decode_cache into x86_emulate_ctxt

 arch/x86/include/asm/kvm_emulate.h |   46 +-
 arch/x86/kvm/emulate.c             | 1275 +++++++++++++++++-------------------
 arch/x86/kvm/trace.h               |    8 +-
 arch/x86/kvm/x86.c                 |   47 +-
 4 files changed, 631 insertions(+), 745 deletions(-)

-- 
1.7.5.3


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

end of thread, other threads:[~2011-06-01 12:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-01 12:34 [PATCH 0/2] Kill decode_cache Avi Kivity
2011-06-01 12:34 ` [PATCH 1/2] KVM: x86 emulator: rename decode_cache::eip to _eip Avi Kivity
2011-06-01 12:34 ` [PATCH 2/2] KVM: x86 emulator: fold decode_cache into x86_emulate_ctxt Avi Kivity
2011-06-01 12:47 ` [PATCH 0/2] Kill decode_cache Gleb Natapov
2011-06-01 12:56   ` 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.