From nobody Sat May 4 21:51:38 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 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1551363903923262.2589938805271; Thu, 28 Feb 2019 06:25:03 -0800 (PST) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7300522F316; Thu, 28 Feb 2019 14:25:01 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 31CF668D8E; Thu, 28 Feb 2019 14:25:01 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id E03E0181A010; Thu, 28 Feb 2019 14:25:00 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x1SEOxj9022810 for ; Thu, 28 Feb 2019 09:24:59 -0500 Received: by smtp.corp.redhat.com (Postfix) id 9842A60BE0; Thu, 28 Feb 2019 14:24:59 +0000 (UTC) Received: from kinshicho.redhat.com (unknown [10.40.206.38]) by smtp.corp.redhat.com (Postfix) with ESMTPS id E259B65F5E for ; Thu, 28 Feb 2019 14:24:54 +0000 (UTC) From: Andrea Bolognani To: libvir-list@redhat.com Date: Thu, 28 Feb 2019 15:24:52 +0100 Message-Id: <20190228142452.22209-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH] news: Trivial style fixes X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Thu, 28 Feb 2019 14:25:02 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Some of the recent entries deviated from the established style used throughout the file, so let's fix them. Signed-off-by: Andrea Bolognani --- Pushed as trivial. docs/news.xml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/news.xml b/docs/news.xml index b86943ab47..4c4ca5f0b9 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -48,7 +48,7 @@ - network: support setting a firewalld "zone" for virtual network = bridges + network: Support setting a firewalld "zone" for virtual network = bridges All libvirt virtual networks with bridges managed by libvirt @@ -61,7 +61,7 @@ - bhyve: support for ignoring unknown MSRs reads and writes + bhyve: Support for ignoring unknown MSRs reads and writes A new <features> element <msrs unknown=3D'ignore'/> = was @@ -71,12 +71,12 @@ - QEMU: add support for encrypted VNC TLS keys + qemu: Add support for encrypted VNC TLS keys Use the password stored in the secret driver under the uuid specified by the vnc_tls_x509_secret_uuid option - in QEMU.conf. + in qemu.conf. @@ -90,7 +90,7 @@ - QEMU: Add support for setting post-copy migration bandwidth + qemu: Add support for setting post-copy migration bandwidth Users can now limit the bandwidth of post-copy migration, e.g. @@ -134,7 +134,7 @@ - Allocate QEMU memory at the configured NUMA nodes from start + qemu: Allocate memory at the configured NUMA nodes from start Libvirt used to just start QEMU, let it allocate memory for @@ -194,7 +194,7 @@ - network: fix virtual networks on systems using firewalld+nftables + network: Fix virtual networks on systems using firewalld+nftables Because of the transitional state of firewalld's new support @@ -221,7 +221,7 @@ - QEMU: Fix i6300esb watchdog hotplug on Q35 + qemu: Fix i6300esb watchdog hotplug on Q35 Ensure that libvirt allocates a PCI address for the device so @@ -252,7 +252,7 @@ - QEMU: Fix guestfwd hotplug/hotunplug + qemu: Fix guestfwd hotplug/hotunplug Fixed the generation of the guestfwd hotplug/unplug command @@ -262,7 +262,7 @@ - QEMU: Forbid CDROMs on virtio bus + qemu: Forbid CDROMs on virtio bus Attempting to create an empty virtio-blk drive or attempting @@ -272,7 +272,7 @@ - QEMU: Use 'raw' for 'volume' disks without format + qemu: Use 'raw' for 'volume' disks without format Storage pools might want to specify format of the image when @@ -284,7 +284,7 @@ - QEMU: domain: Assume 'raw' default storage format also for netwo= rk storage + qemu: Assume 'raw' default storage format also for network stora= ge Post parse callback adds the 'raw' type only for local files. @@ -294,7 +294,7 @@ - QEMU: Fix block job progress reporting and advocate for READY ev= ent + qemu: Fix block job progress reporting and advocate for READY ev= ent In some cases QEMU can get to 100% and still not reach the @@ -306,7 +306,7 @@ - QEMU: Don't format image properties for empty drive + qemu: Don't format image properties for empty drive If a -drive has no image, then formatting --=20 2.20.1 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list