]> git.ipfire.org Git - thirdparty/libvirt.git/commit
nodedev: Switch to using long options for mdevctl
authorJonathon Jongsma <jjongsma@redhat.com>
Thu, 8 Apr 2021 21:53:27 +0000 (16:53 -0500)
committerJonathon Jongsma <jjongsma@redhat.com>
Mon, 19 Apr 2021 15:24:13 +0000 (10:24 -0500)
commit123ea7d51c9ef9c242c0ddc5ca0ff87f8687bb42
tree15375a2626bf162d23172d2f1fda8878d8744615
parent963888f288b960837912d3a66c527d197a1caa5c
nodedev: Switch to using long options for mdevctl

rather than using short opentions (e.g. "-p 0000:00:02.0"), use long
options everywhere (e.g. "--parent=0000:00:02.0")

Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
Reviewed-by: Laine Stump <laine@redhat.com>
src/node_device/node_device_driver.c
tests/nodedevmdevctldata/mdev_d069d019_36ea_4111_8f0a_8c9a70e21366-create.argv
tests/nodedevmdevctldata/mdev_d069d019_36ea_4111_8f0a_8c9a70e21366-define.argv
tests/nodedevmdevctldata/mdev_d2441d39_495e_4243_ad9f_beb3f14c23d9-create.argv
tests/nodedevmdevctldata/mdev_d2441d39_495e_4243_ad9f_beb3f14c23d9-define.argv
tests/nodedevmdevctldata/mdev_fedc4916_1ca8_49ac_b176_871d16c13076-create.argv
tests/nodedevmdevctldata/mdev_fedc4916_1ca8_49ac_b176_871d16c13076-define.argv
tests/nodedevmdevctldata/mdevctl-start.argv
tests/nodedevmdevctldata/mdevctl-stop.argv
tests/nodedevmdevctldata/mdevctl-undefine.argv