On a Friday in 2021, Peter Krempa wrote:
The migration API takes specific flags which are then converted to
boolean parameters for the command. Extract the flag into helper
variables rather than using ternary operatirs while constructing the
operators
command itself.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/qemu/qemu_monitor_json.c | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
Jano