Re: [Qemu-devel] [PATCH v3 5/5] Add CET MSR save/restore support for migration

2019-03-08 Thread Paolo Bonzini
On 25/02/19 14:37, Yang Weijiang wrote: > +#define MSR_IA32_PL0_SSP0x6a4 > +#define MSR_IA32_PL3_SSP0x6a7 Please add PL1 and PL2 SSP too. Paolo

[Qemu-devel] [PATCH v3 5/5] Add CET MSR save/restore support for migration

2019-02-25 Thread Yang Weijiang
To support features such as live-migration, CET runtime MSRs need to be saved in source machine and restored on destination machine, this patch is to save and restore CET_U, CET_S, PL0_SSP, PL3_SSP and SSP_TABL_ADDR MSRs. Signed-off-by: Yang Weijiang --- target/i386/cpu.h | 12 + target

[Qemu-devel] [PATCH v3 5/5] Add CET MSR save/restore support for migration

2019-02-25 Thread Yang Weijiang
To support features such as live-migration, CET runtime MSRs need to be saved in source machine and restored on destination machine, this patch is to save and restore CET_U, CET_S, PL0_SSP, PL3_SSP and SSP_TABL_ADDR MSRs. Signed-off-by: Yang Weijiang --- target/i386/cpu.h | 12 + target