Re: [Qemu-devel] [PATCH 2/2] target-i386: Intel MPX

2013-12-03 Thread Liu, Jinsong
Paolo Bonzini wrote: > Il 02/12/2013 17:42, Liu, Jinsong ha scritto: >> From 1a199d68265ffeb0234530f29d92a00a5edeff75 Mon Sep 17 00:00:00 >> 2001 From: Liu Jinsong >> Date: Tue, 3 Dec 2013 05:08:19 +0800 >> Subject: [PATCH 2/2] target-i386: Intel MPX >> >> Add some MPX related definiation, and ha

Re: [Qemu-devel] [PATCH 2/2] target-i386: Intel MPX

2013-12-02 Thread Paolo Bonzini
Il 02/12/2013 17:42, Liu, Jinsong ha scritto: > From 1a199d68265ffeb0234530f29d92a00a5edeff75 Mon Sep 17 00:00:00 2001 > From: Liu Jinsong > Date: Tue, 3 Dec 2013 05:08:19 +0800 > Subject: [PATCH 2/2] target-i386: Intel MPX > > Add some MPX related definiation, and hardcode sizes and offsets > of

[Qemu-devel] [PATCH 2/2] target-i386: Intel MPX

2013-12-02 Thread Liu, Jinsong
>From 1a199d68265ffeb0234530f29d92a00a5edeff75 Mon Sep 17 00:00:00 2001 From: Liu Jinsong Date: Tue, 3 Dec 2013 05:08:19 +0800 Subject: [PATCH 2/2] target-i386: Intel MPX Add some MPX related definiation, and hardcode sizes and offsets of xsave features 3 and 4. Signed-off-by: Liu Jinsong ---

Re: [Qemu-devel] [PATCH 2/2] target-i386: Intel MPX support

2013-11-29 Thread Paolo Bonzini
Il 29/11/2013 15:50, Liu, Jinsong ha scritto: > > There is no reason to get the size and offset from the host. Peter > > Anvin confirmed that the sizes and offsets will never change (as > > should be the case for migration to work across different CPU > > versions). In fact, the size and offset i

Re: [Qemu-devel] [PATCH 2/2] target-i386: Intel MPX support

2013-11-29 Thread Liu, Jinsong
Paolo Bonzini wrote: > Il 29/11/2013 14:17, Liu, Jinsong ha scritto: >> From aac033473bc88befe39a9add99820c0a7118ac90 Mon Sep 17 00:00:00 >> 2001 >> From: root >> Date: Fri, 22 Nov 2013 00:24:35 +0800 >> Subject: [PATCH 2/2] target-i386: Intel MPX support >> >> Expose cpuid leaf (0xd, 3) and (0x

Re: [Qemu-devel] [PATCH 2/2] target-i386: Intel MPX support

2013-11-29 Thread Paolo Bonzini
Il 29/11/2013 14:17, Liu, Jinsong ha scritto: > From aac033473bc88befe39a9add99820c0a7118ac90 Mon Sep 17 00:00:00 2001 > From: root > Date: Fri, 22 Nov 2013 00:24:35 +0800 > Subject: [PATCH 2/2] target-i386: Intel MPX support > > Expose cpuid leaf (0xd, 3) and (0xd, 4) to guest. > Fix ebx and re-

[Qemu-devel] [PATCH 2/2] target-i386: Intel MPX support

2013-11-29 Thread Liu, Jinsong
>From aac033473bc88befe39a9add99820c0a7118ac90 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 22 Nov 2013 00:24:35 +0800 Subject: [PATCH 2/2] target-i386: Intel MPX support Expose cpuid leaf (0xd, 3) and (0xd, 4) to guest. Fix ebx and re-calculate ecx of cpuid leaf (0xd, 0). Signed-off-by: Liu J