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