diff options
author | 2023-01-13 21:42:12 +0100 | |
---|---|---|
committer | 2023-02-01 16:52:32 +0100 | |
commit | ca5e2ad98d4475a5f938ad5b65cc10e819190bba (patch) | |
tree | 0ed6a89d5cefd255f29c72f84db42f0ee5bf7272 /docs/conf.py | |
parent | block: Convert bdrv_debug_event() to co_wrapper_mixed (diff) | |
download | qemu-ca5e2ad98d4475a5f938ad5b65cc10e819190bba.tar.xz qemu-ca5e2ad98d4475a5f938ad5b65cc10e819190bba.zip |
block: Rename bdrv_load/save_vmstate() to bdrv_co_load/save_vmstate()
Since these functions always run in coroutine context, adjust
their name to include "_co_", just like all other BlockDriver callbacks.
No functional change intended.
Signed-off-by: Emanuele Giuseppe Esposito <eesposit@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Message-Id: <20230113204212.359076-15-kwolf@redhat.com>
Reviewed-by: Emanuele Giuseppe Esposito <eesposit@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'docs/conf.py')
0 files changed, 0 insertions, 0 deletions