Re: [PATCHv2 0/6] more VMX real mode emulation fixes

2013-01-03 Thread Marcelo Tosatti
On Thu, Dec 20, 2012 at 04:57:41PM +0200, Gleb Natapov wrote: > This series goes on top of my previous one: "Fix > emulate_invalid_guest_state=0 part 2". It does not only fixes bugs, > but also does a nice cleanup of VMX real mode emulation. All real mode > segment register mangling is now containe

[PATCHv2 0/6] more VMX real mode emulation fixes

2012-12-20 Thread Gleb Natapov
This series goes on top of my previous one: "Fix emulate_invalid_guest_state=0 part 2". It does not only fixes bugs, but also does a nice cleanup of VMX real mode emulation. All real mode segment register mangling is now contained in fix_rmode_seg() function. Changelog: v1 -> v2: - emulate_i