diff --git a/man/virt-xml.pod b/man/virt-xml.pod index 9a488b45..3513f44e 100644 --- a/man/virt-xml.pod +++ b/man/virt-xml.pod @@ -292,6 +292,10 @@ Change all disk devices of type 'disk' to use cache=none, using XML from stdin, # cat | virt-xml --edit device=disk --disk cache=none +Change disk 'hda' IO to native and use startup policy as 'optional'. + + # virt-xml fedora20 --edit target=hda --disk io=native,startup_policy=optional + Change all host devices to use driver_name=vfio for VM 'fedora20' on the remote connection # virt-xml --connect qemu+ssh://remotehost/system \