mirror of https://gitee.com/openkylin/libvirt.git
docs: Document virDomainQemuAttach() removal
It has been dropped in 215d9393bb
, but not all of
the documentation was updated accordingly.
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Acked-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
parent
d40f7b6bac
commit
06ecf23ef2
|
@ -478,7 +478,8 @@ mount -t cgroup none /dev/cgroup -o devices
|
|||
qemu guest (<span class="since">Since 0.8.3</span>),
|
||||
and <code>virDomainQemuAttach</code>, for registering a qemu
|
||||
domain that was manually started so that it can then be managed
|
||||
by libvirtd (<span class="since">Since 0.9.4</span>).
|
||||
by libvirtd (<span class="since">Since 0.9.4</span>,
|
||||
<span class="removed">removed as of 5.5.0</span>).
|
||||
</p>
|
||||
<p>Additionally, the following XML additions allow fine-tuning of
|
||||
the command line given to qemu when starting a domain
|
||||
|
|
Loading…
Reference in New Issue