diff options
| author | Jason Wang | 2014-05-20 08:01:42 +0200 |
|---|---|---|
| committer | Michael S. Tsirkin | 2014-06-19 15:41:54 +0200 |
| commit | 110f463062d65487fdd0daaaa0df53a2ea9d6619 (patch) | |
| tree | efbbb29e7d25e07cf59d609ed84f918ca9b8c9cd /savevm.c | |
| parent | pc: q35: acpi: report error to user on unsupported unplug request (diff) | |
| download | qemu-110f463062d65487fdd0daaaa0df53a2ea9d6619.tar.gz qemu-110f463062d65487fdd0daaaa0df53a2ea9d6619.tar.xz qemu-110f463062d65487fdd0daaaa0df53a2ea9d6619.zip | |
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>
Diffstat (limited to 'savevm.c')
| -rw-r--r-- | savevm.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -42,7 +42,6 @@ #include "block/snapshot.h" #include "block/qapi.h" -#define SELF_ANNOUNCE_ROUNDS 5 #ifndef ETH_P_RARP #define ETH_P_RARP 0x8035 |
