From: Han Han Date: Thu, 26 Jul 2018 13:33:00 +0000 (+0800) Subject: news: Usb and sata for virsh attach-disk --address X-Git-Tag: v4.6.0-rc1~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f1e1e0d28387eeafec336d9068dbcfc82391ba5;p=thirdparty%2Flibvirt.git news: Usb and sata for virsh attach-disk --address Signed-off-by: Han Han --- diff --git a/docs/news.xml b/docs/news.xml index fc7924ad5f..a68ef2dc1c 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -76,6 +76,16 @@ using attach-disk or attach-interface commands. + + + virsh: Support usb and sata address to attach-disk + + + Usb or sata address could be used when attach-disk with --address. + For example, use usb address as usb:<bus>.<port>, use + sata address as <controller>.<bus>.<unit>. + +