On Wed, Sep 26, 2018 at 10:02:57 +0200, Jiri Denemark wrote:
The domxml-to-native virsh command accepts either --xml or --domain
option followed by a file or domain name respectively. The --domain
option is documented as required, which means an argument with no option
is treated as --xml. Commit v4.3.0-127-gd86531daf2 broke this by making
--domain optional and thus an argument with no option was treated as
--domain.
I forgot to add a link to bugzilla:
https://bugzilla.redhat.com/show_bug.cgi?id=1633077
Jirka