public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] KVM: rework of "Fix x86 emulator's fault propagations"
@ 2010-02-12  6:50 Takuya Yoshikawa
  2010-02-12  6:53 ` [PATCH v3 1/4] KVM: X86EMUL macro replacements: from do_fetch_insn_byte() to x86_decode_insn() Takuya Yoshikawa
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Takuya Yoshikawa @ 2010-02-12  6:50 UTC (permalink / raw)
  To: avi, mtosatti, gleb; +Cc: kvm

This is the rework of "Fix x86 emulator's fault propagations".
  -- http://www.spinics.net/lists/kvm/msg28874.html

I read the review comments from Avi, Marcelo and Gleb and removed
some parts which should be done with more care: descriptor related
part and emulator_sys* part.

Now the contents is like this:
  - patch 1: X86EMUL macro replacements: from do_fetch_insn_byte()
             to x86_decode_insn()
  - patch 2: X86EMUL macro replacements: x86_emulate_insn() and its
             helpers
  - patch 3: Fix x86_emulate_insn() not to use the variable rc for
             non-X86EMUL values
  - patch 4: Tiny fix: remove redundant prototype of load_pdptrs()


Gleb, could you give me your Ack?

Thanks
  Takuya

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

end of thread, other threads:[~2010-02-17 13:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-12  6:50 [PATCH v3 0/4] KVM: rework of "Fix x86 emulator's fault propagations" Takuya Yoshikawa
2010-02-12  6:53 ` [PATCH v3 1/4] KVM: X86EMUL macro replacements: from do_fetch_insn_byte() to x86_decode_insn() Takuya Yoshikawa
2010-02-12  6:57 ` [PATCH v3 2/4] KVM: X86EMUL macro replacements: x86_emulate_insn() and its helpers Takuya Yoshikawa
2010-02-12  7:00 ` [PATCH v3 3/4] KVM: Fix x86_emulate_insn() not to use the variable rc for non-X86EMUL values Takuya Yoshikawa
2010-02-12  7:02 ` [PATCH v3 4/4] KVM: Tiny fix: remove redundant prototype of load_pdptrs() Takuya Yoshikawa
2010-02-12  7:09 ` [PATCH v3 0/4] KVM: rework of "Fix x86 emulator's fault propagations" Gleb Natapov
2010-02-17 13:32 ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox