OSDN Git Service

migration: Pass Error ** argument to {save,load}_vmstate
authorJuan Quintela <quintela@redhat.com>
Tue, 18 Apr 2017 16:12:35 +0000 (18:12 +0200)
committerJuan Quintela <quintela@redhat.com>
Wed, 17 May 2017 10:04:59 +0000 (12:04 +0200)
commit927d66381948659b0acbb1b3f23de5a5008d48a4
treecdbdbd70243fda8f7cce17a39a4eb591cb0b2246
parent2bf3aa85f08186b8162b76e7e8efe5b5a44306a6
migration: Pass Error ** argument to {save,load}_vmstate

This way we use the "normal" way of printing errors for hmp commands.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Suggested-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Laurent Vivier <lvivier@redhat.com>
hmp.c
include/sysemu/sysemu.h
migration/savevm.c
replay/replay-snapshot.c
vl.c