From nobody Tue Nov 26 23:21:45 2024
Delivered-To: importer@patchew.org
Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28
as permitted sender) client-ip=209.132.183.28;
envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com;
Authentication-Results: mx.zohomail.com;
spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as
permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com;
dmarc=pass(p=none dis=none) header.from=redhat.com
ARC-Seal: i=1; a=rsa-sha256; t=1563370956; cv=none;
d=zoho.com; s=zohoarc;
b=YJI12ZFqYgbNFwLFyrX3ae/w5vGAK0yrtfYytnQf+sE/f9WDtQRGSrrSmn9vHVamB83QbkH1P3Te4i70MY4oFYnM9wBlh2CiUQMlEYMqEebCt8cJ5i+cCUzubquezAFEOw9jsl32EOLI4/qTbK+wFidOQStKdDh7l1szm4bNKwA=
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com;
s=zohoarc;
t=1563370956;
h=Content-Type:Content-Transfer-Encoding:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To:ARC-Authentication-Results;
bh=x6iznhCb/7DtnXQ7Q69M6idOwr6yuyUtqKZ46ZT6JT8=;
b=O4kJLyXO8iMYX+DjaX9/ZGwSP3aKHhv1BsWNOT3nRAvkhzOKDQ1kZimYlKLU0dGpDopVqo/973z3/ctqhkAibssvkU5mVJ6pjcbgDZVeBVdc7KBgqZPKnnDUEiGXwcHUmdx8p7soS4Wb4IQODX8Pl53NjS+kY7kQFmOvSVeFeOc=
ARC-Authentication-Results: i=1; mx.zoho.com;
spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as
permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com;
dmarc=pass header.from=usb_device
,
net
,
scsi
,
- scsi_host
(Since 0.4.7=
),
+ scsi_host
,
fc_host
,
vports
,
- scsi_target
(Since 0.7.3),
- storage
(Since 1.0.4),
- scsi_generic
(Since 1.0.7),
+ scsi_target
,
+ storage
,
+ scsi_generic
,
drm
(Since 3.1.0), and
mdev
(Since 3.4.0).
This element can be nested in which case it further specifies a
diff --git a/docs/drvqemu.html.in b/docs/drvqemu.html.in
index 294117ee1f..50f10376c9 100644
--- a/docs/drvqemu.html.in
+++ b/docs/drvqemu.html.in
@@ -104,7 +104,7 @@ qemu+ssh://root@example.com/system (remote access, SS=
H tunnelled)
- In the "system" instance, libvirt releases from 0.7.0 onwards allow + In the "system" instance, libvirt allows control over the user/group that the QEMU virtual machines are run as. A build of libvirt with no configuration parameters set will still run QEMU processes as root:root. It is possible to change @@ -475,15 +475,14 @@ mount -t cgroup none /dev/cgroup -o devices
The library provides two
API: virDomainQemuMonitorCommand
, for sending an
arbitrary monitor command (in either HMP or QMP format) to a
- qemu guest (Since 0.8.3),
+ qemu guest,
and virDomainQemuAttach
, for registering a qemu
domain that was manually started so that it can then be managed
- by libvirtd (Since 0.9.4,
- removed as of 5.5.0).
+ by libvirtd (removed as of 5.5.0).
Additionally, the following XML additions allow fine-tuning of
- the command line given to qemu when starting a domain
- (Since 0.8.3). In order to use the
+ the command line given to qemu when starting a domain.
+ In order to use the
XML additions, it is necessary to issue an XML namespace request
(the special xmlns:name
attribute) that
pulls in http://libvirt.org/schemas/domain/qemu/1.0
;
diff --git a/docs/formatcaps.html.in b/docs/formatcaps.html.in
index 2a0aa963bb..67fc802afa 100644
--- a/docs/formatcaps.html.in
+++ b/docs/formatcaps.html.in
@@ -10,7 +10,7 @@
=20
As new virtualization engine support gets added to libvirt, and to handle cases like QEMU supporting a variety of emulations, a query - interface has been added in 0.2.1 allowing to list the set of supported + interface has been added allowing to list the set of supported virtualization capabilities on the host:
=20char * virConnectGetCapabilities (virConnectPtr conn);@@ -118,35 +118,33 @@ with a guest of described type. Possible subelements are:
pae
nonpae
ia64_be
acpi
default
attribute describes whether the
hypervisor exposes ACPI to the guest by default, and
the toggle
attribute describes whether the
- user can override this
- default. Since 0.4.1apic
default
attribute describes whether the
hypervisor exposes APIC to the guest by default, and
the toggle
attribute describes whether the
user can override this
- default. Since 0.4.1cpuselection
<cpu>
element
within a domain definition for fine-grained control over
the CPU presented to the
- guest. Since 0.7.5deviceboot
<boot order=3D'...'/>
element can
be used inside devices, rather than the older boot
- specification by category. Since
- 0.8.8disksnapshot
default
attribute describes whether
external disk snapshots are supported. If absent,
diff --git a/docs/storage.html.in b/docs/storage.html.in
index e0e4edec1e..f22e979eab 100644
--- a/docs/storage.html.in
+++ b/docs/storage.html.in
@@ -480,7 +480,6 @@
aren't generally stable, it is recommended to configure the pool
to use /dev/disk/by-path
or /dev/disk/by-id
for the target path. These provide persistent stable naming for LUNs
- Since 0.6.2
=20