mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
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
2 changed files with 2 additions and 1 deletions
|
@ -752,6 +752,8 @@ extern const VMStateInfo vmstate_info_bitmap;
|
||||||
#define VMSTATE_END_OF_LIST() \
|
#define VMSTATE_END_OF_LIST() \
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
#define SELF_ANNOUNCE_ROUNDS 5
|
||||||
|
|
||||||
int vmstate_load_state(QEMUFile *f, const VMStateDescription *vmsd,
|
int vmstate_load_state(QEMUFile *f, const VMStateDescription *vmsd,
|
||||||
void *opaque, int version_id);
|
void *opaque, int version_id);
|
||||||
void vmstate_save_state(QEMUFile *f, const VMStateDescription *vmsd,
|
void vmstate_save_state(QEMUFile *f, const VMStateDescription *vmsd,
|
||||||
|
|
1
savevm.c
1
savevm.c
|
@ -42,7 +42,6 @@
|
||||||
#include "block/snapshot.h"
|
#include "block/snapshot.h"
|
||||||
#include "block/qapi.h"
|
#include "block/qapi.h"
|
||||||
|
|
||||||
#define SELF_ANNOUNCE_ROUNDS 5
|
|
||||||
|
|
||||||
#ifndef ETH_P_RARP
|
#ifndef ETH_P_RARP
|
||||||
#define ETH_P_RARP 0x8035
|
#define ETH_P_RARP 0x8035
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue