Qemu now supports werror/rerror=retry, so it is necessary to add the new policy in libvirt to support this new feature.
Jiahui Cen (2): libvirt: Add 'retry' support for error policy qemu: Support 'retry' BLOCK_IO_ERROR event.
include/libvirt/libvirt-domain.h | 1 + src/conf/domain_conf.c | 25 +++++++++++++++++++++++++ src/conf/domain_conf.h | 3 +++ src/qemu/qemu_command.c | 4 ++++ src/qemu/qemu_domain.c | 2 ++ src/qemu/qemu_monitor_json.c | 2 +- tools/virsh-domain.c | 3 ++- 7 files changed, 38 insertions(+), 2 deletions(-)