[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [RFC PATCH 03/12] migration: make qemu_savevm_state pub
From: |
Dr. David Alan Gilbert |
Subject: |
Re: [Qemu-devel] [RFC PATCH 03/12] migration: make qemu_savevm_state public. |
Date: |
Fri, 21 Mar 2014 19:54:15 +0000 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
* address@hidden (address@hidden) wrote:
> From: KONRAD Frederic <address@hidden>
>
> This makes qemu_savevm_state public for reverse-execution.
It's interesting that you're doing this repetitive snapshot;
in some ways it's similar to Michael Hines's code for
Fault tolerance (
http://lists.gnu.org/archive/html/qemu-devel/2014-02/msg03042.html )
Dave
> Signed-off-by: KONRAD Frederic <address@hidden>
> ---
> include/sysemu/sysemu.h | 1 +
> savevm.c | 2 +-
> 2 files changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/include/sysemu/sysemu.h b/include/sysemu/sysemu.h
> index 3915ce3..fe86615 100644
> --- a/include/sysemu/sysemu.h
> +++ b/include/sysemu/sysemu.h
> @@ -78,6 +78,7 @@ void do_info_snapshots(Monitor *mon, const QDict *qdict);
>
> void qemu_announce_self(void);
>
> +int qemu_savevm_state(QEMUFile *f);
> bool qemu_savevm_state_blocked(Error **errp);
> void qemu_savevm_state_begin(QEMUFile *f,
> const MigrationParams *params);
> diff --git a/savevm.c b/savevm.c
> index d094fbb..e50b716 100644
> --- a/savevm.c
> +++ b/savevm.c
> @@ -635,7 +635,7 @@ void qemu_savevm_state_cancel(void)
> }
> }
>
> -static int qemu_savevm_state(QEMUFile *f)
> +int qemu_savevm_state(QEMUFile *f)
> {
> int ret;
> MigrationParams params = {
> --
> 1.8.1.4
>
>
--
Dr. David Alan Gilbert / address@hidden / Manchester, UK
- [Qemu-devel] [RFC PATCH 00/12] Reverse execution., fred . konrad, 2014/03/21
- [Qemu-devel] [RFC PATCH 06/12] icount: make icount extra computed on icount clock as well., fred . konrad, 2014/03/21
- [Qemu-devel] [RFC PATCH 01/12] icount: put icount variables into TimerState., fred . konrad, 2014/03/21
- [Qemu-devel] [RFC PATCH 03/12] migration: make qemu_savevm_state public., fred . konrad, 2014/03/21
- Re: [Qemu-devel] [RFC PATCH 03/12] migration: make qemu_savevm_state public.,
Dr. David Alan Gilbert <=
- [Qemu-devel] [RFC PATCH 07/12] timer: add cpu_icount_to_ns function., fred . konrad, 2014/03/21
- [Qemu-devel] [RFC PATCH 02/12] migration: migrate icount fields., fred . konrad, 2014/03/21
- [Qemu-devel] [RFC PATCH 11/12] cexe: synchronize icount on the next event., fred . konrad, 2014/03/21