Re: [PATCH 0/2] Introduce segmented addresses to the emulator

2010-11-18 Thread Marcelo Tosatti
On Wed, Nov 17, 2010 at 01:40:58PM +0200, Avi Kivity wrote: > Currently we lose segment information associated with memory operands. This > prevents us from doing proper segment checks. > > This patchset prepares the way by remembering which segment is associated > with a memory operand. > > Avi

[PATCH 0/2] Introduce segmented addresses to the emulator

2010-11-17 Thread Avi Kivity
Currently we lose segment information associated with memory operands. This prevents us from doing proper segment checks. This patchset prepares the way by remembering which segment is associated with a memory operand. Avi Kivity (2): KVM: x86 emulator: preserve an operand's segment identity