mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-18 18:45:16 +00:00
NEWS: Add trailing periods to all sentences
Suggested-by: John Ferlan <jferlan@redhat.com>
This commit is contained in:
parent
5949b53aec
commit
97dbf2b604
@ -24,7 +24,7 @@
|
|||||||
<description>
|
<description>
|
||||||
Add the capability to allow group I/O throttling via a new
|
Add the capability to allow group I/O throttling via a new
|
||||||
domain <disk> <iotune> subelement "group_name"
|
domain <disk> <iotune> subelement "group_name"
|
||||||
to allow sharing I/O throttling quota between multiple drives
|
to allow sharing I/O throttling quota between multiple drives.
|
||||||
</description>
|
</description>
|
||||||
</change>
|
</change>
|
||||||
<change>
|
<change>
|
||||||
@ -33,7 +33,7 @@
|
|||||||
</summary>
|
</summary>
|
||||||
<description>
|
<description>
|
||||||
New <code>libvirt-guest</code> nss module that translates libvirt
|
New <code>libvirt-guest</code> nss module that translates libvirt
|
||||||
guest names into IP addresses
|
guest names into IP addresses.
|
||||||
</description>
|
</description>
|
||||||
</change>
|
</change>
|
||||||
<change>
|
<change>
|
||||||
@ -43,7 +43,7 @@
|
|||||||
<description>
|
<description>
|
||||||
Logging-related settings like log outputs and filters can now be
|
Logging-related settings like log outputs and filters can now be
|
||||||
adjusted during runtime using the admin interface without the
|
adjusted during runtime using the admin interface without the
|
||||||
necessity of the daemon's restart
|
necessity of the daemon's restart.
|
||||||
</description>
|
</description>
|
||||||
</change>
|
</change>
|
||||||
<change>
|
<change>
|
||||||
@ -55,7 +55,7 @@
|
|||||||
flag in order to return the host physical size in bytes
|
flag in order to return the host physical size in bytes
|
||||||
of the image container in the allocation field of the
|
of the image container in the allocation field of the
|
||||||
_virStorageVolInfo structure. The --physical flag has been
|
_virStorageVolInfo structure. The --physical flag has been
|
||||||
added to the virsh vol-info command to access the data
|
added to the virsh vol-info command to access the data.
|
||||||
</description>
|
</description>
|
||||||
</change>
|
</change>
|
||||||
<change>
|
<change>
|
||||||
@ -73,7 +73,7 @@
|
|||||||
Add support to get the count of branch instructions
|
Add support to get the count of branch instructions
|
||||||
executed, branch misses, bus cycles, stalled frontend
|
executed, branch misses, bus cycles, stalled frontend
|
||||||
cpu cycles, stalled backend cpu cycles, and ref cpu
|
cpu cycles, stalled backend cpu cycles, and ref cpu
|
||||||
cycles by applications running on the platform
|
cycles by applications running on the platform.
|
||||||
</description>
|
</description>
|
||||||
</change>
|
</change>
|
||||||
<change>
|
<change>
|
||||||
@ -82,7 +82,7 @@
|
|||||||
</summary>
|
</summary>
|
||||||
<description>
|
<description>
|
||||||
Add a display of the <physical> size of a disk
|
Add a display of the <physical> size of a disk
|
||||||
volume in the output of the volume XML
|
volume in the output of the volume XML.
|
||||||
</description>
|
</description>
|
||||||
</change>
|
</change>
|
||||||
<change>
|
<change>
|
||||||
@ -93,7 +93,7 @@
|
|||||||
virtio-pci provides several advantages over virtio-mmio, such
|
virtio-pci provides several advantages over virtio-mmio, such
|
||||||
as the ability to hotplug devices and improved performance.
|
as the ability to hotplug devices and improved performance.
|
||||||
While opting in to virtio-pci has been possible for a while,
|
While opting in to virtio-pci has been possible for a while,
|
||||||
newly-defined guests will now use it automatically
|
newly-defined guests will now use it automatically.
|
||||||
</description>
|
</description>
|
||||||
</change>
|
</change>
|
||||||
<change>
|
<change>
|
||||||
@ -128,7 +128,7 @@
|
|||||||
For an active domain, correct the physical value provided for
|
For an active domain, correct the physical value provided for
|
||||||
a raw sparse file backed storage and the allocation value provided
|
a raw sparse file backed storage and the allocation value provided
|
||||||
for a qcow2 file backed storage that hasn't yet been opened on
|
for a qcow2 file backed storage that hasn't yet been opened on
|
||||||
the domain
|
the domain.
|
||||||
</description>
|
</description>
|
||||||
</change>
|
</change>
|
||||||
<change>
|
<change>
|
||||||
@ -137,7 +137,7 @@
|
|||||||
</summary>
|
</summary>
|
||||||
<description>
|
<description>
|
||||||
The chardev detection code has been improved and can now handle this
|
The chardev detection code has been improved and can now handle this
|
||||||
configuration properly
|
configuration properly.
|
||||||
</description>
|
</description>
|
||||||
</change>
|
</change>
|
||||||
<change>
|
<change>
|
||||||
@ -160,7 +160,7 @@
|
|||||||
</summary>
|
</summary>
|
||||||
<description>
|
<description>
|
||||||
The shmem device can now utilize QEMU's ivshmem-plain and
|
The shmem device can now utilize QEMU's ivshmem-plain and
|
||||||
ivshmem-doorbell, more modern versions of ivshmem
|
ivshmem-doorbell, more modern versions of ivshmem.
|
||||||
</description>
|
</description>
|
||||||
</change>
|
</change>
|
||||||
<change>
|
<change>
|
||||||
@ -175,7 +175,7 @@
|
|||||||
<description>
|
<description>
|
||||||
The new libssh transport allows one to connect to a running
|
The new libssh transport allows one to connect to a running
|
||||||
libvirtd via SSH, using the libssh library; for example:
|
libvirtd via SSH, using the libssh library; for example:
|
||||||
<tt>qemu+libssh://<i>server</i>/system</tt>
|
<tt>qemu+libssh://<i>server</i>/system</tt>.
|
||||||
</description>
|
</description>
|
||||||
</change>
|
</change>
|
||||||
<change>
|
<change>
|
||||||
@ -184,7 +184,7 @@
|
|||||||
</summary>
|
</summary>
|
||||||
<description>
|
<description>
|
||||||
Add the capability to pass through a scsi_host HBA and the
|
Add the capability to pass through a scsi_host HBA and the
|
||||||
associated LUNs to the guest
|
associated LUNs to the guest.
|
||||||
</description>
|
</description>
|
||||||
</change>
|
</change>
|
||||||
<change>
|
<change>
|
||||||
@ -212,7 +212,7 @@
|
|||||||
e1000e, nec-xhci, vfio assigned devices) will be placed on
|
e1000e, nec-xhci, vfio assigned devices) will be placed on
|
||||||
an Express controller (i.e. a pcie-root-port) instead of a
|
an Express controller (i.e. a pcie-root-port) instead of a
|
||||||
legacy PCI controller (i.e. pci-bridge) with the root ports
|
legacy PCI controller (i.e. pci-bridge) with the root ports
|
||||||
added as needed
|
added as needed.
|
||||||
</description>
|
</description>
|
||||||
</change>
|
</change>
|
||||||
</section>
|
</section>
|
||||||
@ -244,7 +244,7 @@
|
|||||||
</summary>
|
</summary>
|
||||||
<description>
|
<description>
|
||||||
List user-visible changes instead of single commits for a better
|
List user-visible changes instead of single commits for a better
|
||||||
high-level overview of differences between libvirt releases
|
high-level overview of differences between libvirt releases.
|
||||||
</description>
|
</description>
|
||||||
</change>
|
</change>
|
||||||
<change>
|
<change>
|
||||||
@ -254,7 +254,7 @@
|
|||||||
<description>
|
<description>
|
||||||
The libvirt website looked very cluttered and outdated; it has now
|
The libvirt website looked very cluttered and outdated; it has now
|
||||||
been completely overhauled, resulting in a design that's better
|
been completely overhauled, resulting in a design that's better
|
||||||
organized and more pleasant to look at
|
organized and more pleasant to look at.
|
||||||
</description>
|
</description>
|
||||||
</change>
|
</change>
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user