Re: [Qemu-devel] [PATCH] cpu: cpu_save/cpu_load is no more

2016-01-30 Thread Peter Maydell
On 30 January 2016 at 09:36, Michael Tokarev wrote: > 19.01.2016 15:08, Paolo Bonzini wrote: >> Everything has been converted to vmstate. > > Applied to -trivial, thanks! Ah, I missed that Paolo had sent out this patch before me (my version is http://patchwork.ozlabs.org/patch/572694/ but a week

Re: [Qemu-devel] [PATCH] cpu: cpu_save/cpu_load is no more

2016-01-30 Thread Michael Tokarev
19.01.2016 15:08, Paolo Bonzini wrote: > Everything has been converted to vmstate. Applied to -trivial, thanks! /mjt\

[Qemu-devel] [PATCH] cpu: cpu_save/cpu_load is no more

2016-01-19 Thread Paolo Bonzini
Everything has been converted to vmstate. Signed-off-by: Paolo Bonzini --- exec.c| 6 -- include/qemu-common.h | 6 -- 2 files changed, 12 deletions(-) diff --git a/exec.c b/exec.c index 0d8ca3f..35705a1 100644 --- a/exec.c +++ b/exec.c @@ -628,12 +628,6 @@ void cpu_exec