Re: [PATCH] hvf: Fix segment selector format

2020-11-18 Thread Roman Bolshakov
On Wed, Nov 18, 2020 at 09:58:37AM +0100, Paolo Bonzini wrote: > On 16/11/20 21:04, Jessica Clarke wrote: > > The Requested Privilege Level field is 2 bits, the Table Indicator field > > is 1 bit and the Index field is the remaining 15 bits, with TI=0 meaning > > GDT and TI=1 meaning LDT. > > > >

Re: [PATCH] hvf: Fix segment selector format

2020-11-18 Thread Roman Bolshakov
On Mon, Nov 16, 2020 at 08:04:14PM +, Jessica Clarke wrote: > The Requested Privilege Level field is 2 bits, the Table Indicator field > is 1 bit and the Index field is the remaining 15 bits, with TI=0 meaning > GDT and TI=1 meaning LDT. > > Signed-off-by: Jessica Clarke > --- > target/i386/

Re: [PATCH] hvf: Fix segment selector format

2020-11-18 Thread Paolo Bonzini
On 16/11/20 21:04, Jessica Clarke wrote: The Requested Privilege Level field is 2 bits, the Table Indicator field is 1 bit and the Index field is the remaining 15 bits, with TI=0 meaning GDT and TI=1 meaning LDT. Signed-off-by: Jessica Clarke --- target/i386/hvf/x86.h | 8 1 file ch

[PATCH] hvf: Fix segment selector format

2020-11-16 Thread Jessica Clarke
The Requested Privilege Level field is 2 bits, the Table Indicator field is 1 bit and the Index field is the remaining 15 bits, with TI=0 meaning GDT and TI=1 meaning LDT. Signed-off-by: Jessica Clarke --- target/i386/hvf/x86.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff