diff options
| author | Steve Sistare <steven.sistare@oracle.com> | 2025-10-01 08:34:08 -0700 |
|---|---|---|
| committer | Fabiano Rosas <farosas@suse.de> | 2025-10-01 17:09:22 -0300 |
| commit | bdd739a42c121aefa35bcfd6583c03d95a44c18f (patch) | |
| tree | 86c3fe6d2135047aae2fd31a4e2907a4f53185b6 /tests/qtest/migration/bootfile.h | |
| parent | c454a8d254570eba3c38e2e0b4e9f3f6d9daff4f (diff) | |
| download | focaccia-qemu-bdd739a42c121aefa35bcfd6583c03d95a44c18f.tar.gz focaccia-qemu-bdd739a42c121aefa35bcfd6583c03d95a44c18f.zip | |
migration-test: misc exports
Export misc definitions needed by the cpr-exec test. Signed-off-by: Steve Sistare <steven.sistare@oracle.com> Reviewed-by: Fabiano Rosas <farosas@suse.de> Link: https://lore.kernel.org/qemu-devel/1759332851-370353-17-git-send-email-steven.sistare@oracle.com Signed-off-by: Fabiano Rosas <farosas@suse.de>
Diffstat (limited to 'tests/qtest/migration/bootfile.h')
| -rw-r--r-- | tests/qtest/migration/bootfile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qtest/migration/bootfile.h b/tests/qtest/migration/bootfile.h index 6d6a67386e..96e784b163 100644 --- a/tests/qtest/migration/bootfile.h +++ b/tests/qtest/migration/bootfile.h @@ -35,5 +35,6 @@ void bootfile_delete(void); char *bootfile_create(const char *arch, const char *dir, bool suspend_me); +char *bootfile_get(void); #endif /* BOOTFILE_H */ |