On a Wednesday in 2023, Peter Krempa wrote:
Convert the flags declaratively as in the vast majority of cases
it's a
simple binary addition if the flag exists.
In one instance there was also an additional check, which was moved up
after the new code, and the error message was fixed.
I don't see the difference between the old and new messages.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
tools/virsh-domain.c | 108 +++++++++++++++++--------------------------
1 file changed, 42 insertions(+), 66 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano