summary refs log tree commit diff stats
path: root/scripts/qapi/error.py
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2022-06-21 13:29:36 +0200
committerJuan Quintela <quintela@redhat.com>2023-02-11 16:51:09 +0100
commit31e2ac742b6235cb5002ddd89bfbbf291e8923e3 (patch)
tree636f6bfde72596f51e3dec5a10b1c6f66f7d5a8a /scripts/qapi/error.py
parent51efd36faf2553d9f311cece14198c2ba7ece991 (diff)
downloadfocaccia-qemu-31e2ac742b6235cb5002ddd89bfbbf291e8923e3.tar.gz
focaccia-qemu-31e2ac742b6235cb5002ddd89bfbbf291e8923e3.zip
migration: Make find_dirty_block() return a single parameter
We used to return two bools, just return a single int with the
following meaning:

old return / again / new return
false        false   PAGE_ALL_CLEAN
false        true    PAGE_TRY_AGAIN
true         true    PAGE_DIRTY_FOUND  /* We don't care about again at all */

Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'scripts/qapi/error.py')
0 files changed, 0 insertions, 0 deletions