Re: [Xen-devel] [PATCH v2 0/6] add xsaves/xrstors support

2015-07-21 Thread Ruan, Shuai
Hi Andrew: Thanks for your review. In V2 , I have test migrate VM between two different servers, one which is xsaves capable and one which is not. There is 2 bugs related with my code in migrating between two servers( in v1 I just test migrate using localhost) and I fix it by add change the code

Re: [Xen-devel] [PATCH v2 0/6] add xsaves/xrstors support

2015-07-17 Thread Andrew Cooper
On 17/07/15 08:26, Shuai Ruan wrote: > Changes in v2: > * Address comments from Andrew/chao/Jan, mainly: > * Add details information of xsaves/xrstors feature. > * Remove XGETBV1/XSAVEC/XSAVEOPT out of 'else' in patch 3. > * Change macro name XGETBV to XGETBV1 in patch 4. > > This patchset enable x

[Xen-devel] [PATCH v2 0/6] add xsaves/xrstors support

2015-07-17 Thread Shuai Ruan
Changes in v2: * Address comments from Andrew/chao/Jan, mainly: * Add details information of xsaves/xrstors feature. * Remove XGETBV1/XSAVEC/XSAVEOPT out of 'else' in patch 3. * Change macro name XGETBV to XGETBV1 in patch 4. This patchset enable xsaves/xrstors feature which will be available on