projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b58a8b
)
migration: Remove migrate_max_downtime() declaration
author
Avihai Horon
<avihaih@nvidia.com>
Sun, 31 Dec 2023 09:30:06 +0000
(11:30 +0200)
committer
Peter Xu
<peterx@redhat.com>
Thu, 4 Jan 2024 01:52:42 +0000
(09:52 +0800)
migrate_max_downtime() has been removed long ago, but its declaration
was mistakenly left. Remove it.
Signed-off-by: Avihai Horon <avihaih@nvidia.com>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Link:
https://lore.kernel.org/r/20231231093016.14204-2-avihaih@nvidia.com
Signed-off-by: Peter Xu <peterx@redhat.com>
migration/migration.h
patch
|
blob
|
history
diff --git
a/migration/migration.h
b/migration/migration.h
index cf2c9c88e01d670b5b4c9d3de315a1b37a4f0d21..b3c9288c383994be01c795f8d0f17a8821458478 100644
(file)
--- a/
migration/migration.h
+++ b/
migration/migration.h
@@
-480,8
+480,6
@@
void migration_incoming_process(void);
bool migration_has_all_channels(void);
-uint64_t migrate_max_downtime(void);
-
void migrate_set_error(MigrationState *s, const Error *error);
bool migrate_has_error(MigrationState *s);