client-options.h (f3bff6c44304a21ea99eeed336672bd46ca102d5) client-options.h (714f33123bfc73c6caacd19a44e082da8cdc96e3)
1/*
2 * QEMU public migration capabilities
3 *
4 * Copyright (c) 2012-2023 Red Hat Inc
5 *
6 * This work is licensed under the terms of the GNU GPL, version 2 or later.
7 * See the COPYING file in the top-level directory.
8 */

--- 6 unchanged lines hidden (view full) ---

15bool migrate_background_snapshot(void);
16bool migrate_dirty_limit(void);
17bool migrate_postcopy_ram(void);
18bool migrate_switchover_ack(void);
19
20/* parameters */
21
22MigMode migrate_mode(void);
1/*
2 * QEMU public migration capabilities
3 *
4 * Copyright (c) 2012-2023 Red Hat Inc
5 *
6 * This work is licensed under the terms of the GNU GPL, version 2 or later.
7 * See the COPYING file in the top-level directory.
8 */

--- 6 unchanged lines hidden (view full) ---

15bool migrate_background_snapshot(void);
16bool migrate_dirty_limit(void);
17bool migrate_postcopy_ram(void);
18bool migrate_switchover_ack(void);
19
20/* parameters */
21
22MigMode migrate_mode(void);
23uint64_t migrate_vcpu_dirty_limit_period(void);
23
24#endif
24
25#endif