On 7/2/24 14:33, Cédric Le Goater wrote:
This allows to update the Error argument of the VFIO log_global_start()
handler. Errors detected when device level logging is started will be
propagated up to qemu_savevm_state_setup() when the ram save_setup()
handler is executed.
The vfio_set_migration_error() call becomes redudant. Remove it.
Typo "redundant".
Signed-off-by: Cédric Le Goater <[email protected]>
---
hw/vfio/common.c | 21 +++++++++------------
1 file changed, 9 insertions(+), 12 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>