Searched hist:"08 fc4cb5" (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/include/migration/ |
H A D | register.h | 08fc4cb5 Wed Sep 06 10:08:51 CDT 2023 Avihai Horon <avihaih@nvidia.com> migration: Add .save_prepare() handler to struct SaveVMHandlers
Add a new .save_prepare() handler to struct SaveVMHandlers. This handler is called early, even before migration starts, and can be used by devices to perform early checks.
Refactor migrate_init() to be able to return errors and call .save_prepare() from there.
Suggested-by: Peter Xu <peterx@redhat.com> Signed-off-by: Avihai Horon <avihaih@nvidia.com> Reviewed-by: Peter Xu <peterx@redhat.com> Reviewed-by: Cédric Le Goater <clg@redhat.com> Signed-off-by: Cédric Le Goater <clg@redhat.com>
|
/openbmc/qemu/migration/ |
H A D | savevm.h | 08fc4cb5 Wed Sep 06 10:08:51 CDT 2023 Avihai Horon <avihaih@nvidia.com> migration: Add .save_prepare() handler to struct SaveVMHandlers
Add a new .save_prepare() handler to struct SaveVMHandlers. This handler is called early, even before migration starts, and can be used by devices to perform early checks.
Refactor migrate_init() to be able to return errors and call .save_prepare() from there.
Suggested-by: Peter Xu <peterx@redhat.com> Signed-off-by: Avihai Horon <avihaih@nvidia.com> Reviewed-by: Peter Xu <peterx@redhat.com> Reviewed-by: Cédric Le Goater <clg@redhat.com> Signed-off-by: Cédric Le Goater <clg@redhat.com>
|
H A D | migration.h | 08fc4cb5 Wed Sep 06 10:08:51 CDT 2023 Avihai Horon <avihaih@nvidia.com> migration: Add .save_prepare() handler to struct SaveVMHandlers
Add a new .save_prepare() handler to struct SaveVMHandlers. This handler is called early, even before migration starts, and can be used by devices to perform early checks.
Refactor migrate_init() to be able to return errors and call .save_prepare() from there.
Suggested-by: Peter Xu <peterx@redhat.com> Signed-off-by: Avihai Horon <avihaih@nvidia.com> Reviewed-by: Peter Xu <peterx@redhat.com> Reviewed-by: Cédric Le Goater <clg@redhat.com> Signed-off-by: Cédric Le Goater <clg@redhat.com>
|
H A D | savevm.c | 08fc4cb5 Wed Sep 06 10:08:51 CDT 2023 Avihai Horon <avihaih@nvidia.com> migration: Add .save_prepare() handler to struct SaveVMHandlers
Add a new .save_prepare() handler to struct SaveVMHandlers. This handler is called early, even before migration starts, and can be used by devices to perform early checks.
Refactor migrate_init() to be able to return errors and call .save_prepare() from there.
Suggested-by: Peter Xu <peterx@redhat.com> Signed-off-by: Avihai Horon <avihaih@nvidia.com> Reviewed-by: Peter Xu <peterx@redhat.com> Reviewed-by: Cédric Le Goater <clg@redhat.com> Signed-off-by: Cédric Le Goater <clg@redhat.com>
|
H A D | migration.c | 08fc4cb5 Wed Sep 06 10:08:51 CDT 2023 Avihai Horon <avihaih@nvidia.com> migration: Add .save_prepare() handler to struct SaveVMHandlers
Add a new .save_prepare() handler to struct SaveVMHandlers. This handler is called early, even before migration starts, and can be used by devices to perform early checks.
Refactor migrate_init() to be able to return errors and call .save_prepare() from there.
Suggested-by: Peter Xu <peterx@redhat.com> Signed-off-by: Avihai Horon <avihaih@nvidia.com> Reviewed-by: Peter Xu <peterx@redhat.com> Reviewed-by: Cédric Le Goater <clg@redhat.com> Signed-off-by: Cédric Le Goater <clg@redhat.com>
|