Re: [Xen-devel] [MINIOS PATCH 4/5] x86_64: introduce and use SAVE_ALL

2016-08-25 Thread Juergen Gross
On 25/08/16 18:38, Wei Liu wrote: > Introduce this macro to match RESTORE_ALL. Also delete the unused > SAVE_REST. > > Signed-off-by: Wei Liu Reviewed-by: Juergen Gross Juergen ___ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.o

[Xen-devel] [MINIOS PATCH 4/5] x86_64: introduce and use SAVE_ALL

2016-08-25 Thread Wei Liu
Introduce this macro to match RESTORE_ALL. Also delete the unused SAVE_REST. Signed-off-by: Wei Liu --- arch/x86/x86_64.S | 38 -- 1 file changed, 16 insertions(+), 22 deletions(-) diff --git a/arch/x86/x86_64.S b/arch/x86/x86_64.S index 8432d69..21fa61b 1006