mirror of https://gitee.com/openkylin/qemu.git
migration: export SELF_ANNOUNCE_ROUNDS
Export it for other users. Signed-off-by: Jason Wang <jasowang@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
9d3cae68ac
commit
110f463062
|
@ -752,6 +752,8 @@ extern const VMStateInfo vmstate_info_bitmap;
|
|||
#define VMSTATE_END_OF_LIST() \
|
||||
{}
|
||||
|
||||
#define SELF_ANNOUNCE_ROUNDS 5
|
||||
|
||||
int vmstate_load_state(QEMUFile *f, const VMStateDescription *vmsd,
|
||||
void *opaque, int version_id);
|
||||
void vmstate_save_state(QEMUFile *f, const VMStateDescription *vmsd,
|
||||
|
|
Loading…
Reference in New Issue