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

2013-12-05 Thread Paolo Bonzini
Il 05/12/2013 16:26, Liu, Jinsong ha scritto: > Sorry, those macro seems too opaque to me, I try several ways but fail. > Would you help me to add incremental patch based on current patches? Something like this (untested): diff --git a/target-i386/machine.c b/target-i386/machine.c index ca8be7d..

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

2013-12-05 Thread Liu, Jinsong
Paolo Bonzini wrote: > Il 04/12/2013 12:30, Liu, Jinsong ha scritto: Almost there. Migration (vmstate) is still missing. >> Like this: >> >> == >> From faead85c0dbe62da896e0ed9e165d98e10216968 Mon Sep 17 00:00:00 >> 2001 >> From: Liu Jinsong >> Date: Wed, 4 Dec

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

2013-12-04 Thread Paolo Bonzini
Il 04/12/2013 12:30, Liu, Jinsong ha scritto: >> > >> > Almost there. Migration (vmstate) is still missing. >> > > Like this: > > == > From faead85c0dbe62da896e0ed9e165d98e10216968 Mon Sep 17 00:00:00 2001 > From: Liu Jinsong > Date: Wed, 4 Dec 2013 16:56:49 +0800 > Subject: [P

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

2013-12-04 Thread Liu, Jinsong
> > Almost there. Migration (vmstate) is still missing. > Like this: == >From faead85c0dbe62da896e0ed9e165d98e10216968 Mon Sep 17 00:00:00 2001 From: Liu Jinsong Date: Wed, 4 Dec 2013 16:56:49 +0800 Subject: [PATCH 2/2] target-i386: Intel MPX Add some MPX related definiation,

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

2013-12-04 Thread Paolo Bonzini
Il 04/12/2013 08:56, Liu, Jinsong ha scritto: > From 256484fd75d4eb4d248e5e0f493f16182da59dc2 Mon Sep 17 00:00:00 2001 > From: Liu Jinsong > Date: Wed, 4 Dec 2013 16:56:49 +0800 > Subject: [PATCH v2 2/2] target-i386: Intel MPX > > Add some MPX related definiation, and hardcode sizes and offsets >

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

2013-12-03 Thread Liu, Jinsong
>From 256484fd75d4eb4d248e5e0f493f16182da59dc2 Mon Sep 17 00:00:00 2001 From: Liu Jinsong Date: Wed, 4 Dec 2013 16:56:49 +0800 Subject: [PATCH v2 2/2] target-i386: Intel MPX Add some MPX related definiation, and hardcode sizes and offsets of xsave features 3 and 4. It also add corresponding part