[PATCH] NEWS: Fix format of XML elements/attributes in v11.8.0 section

Michal Privoznik via Devel posted 1 patch 5 days, 13 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/1742ae59341dd2f78b8cfb7cdc54d7913a90c200.1759135258.git.mprivozn@redhat.com
NEWS.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] NEWS: Fix format of XML elements/attributes in v11.8.0 section
Posted by Michal Privoznik via Devel 5 days, 13 hours ago
From: Michal Privoznik <mprivozn@redhat.com>

It's a good practice to use a different style of formatting for
literal values like XML element/attribute names, functions, etc.
In this specific case, the 'acpi' and 'nodeset' names should be
formatted using two single quotes instead of double quote.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
---
 NEWS.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/NEWS.rst b/NEWS.rst
index d49e8f75c4..7fd9e92d4e 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -29,8 +29,8 @@ v11.8.0 (unreleased)
     partitioning a physical GPU into multiple isolated instances, each
     associated with one or more virtual NUMA nodes.
 
-    On the XML side, the existing <acpi> element has been extended with a
-    "nodeset" attribute to specify the NUMA node affinity of a PCI device.
+    On the XML side, the existing ``<acpi>`` element has been extended with a
+    ``nodeset`` attribute to specify the NUMA node affinity of a PCI device.
 
 * **Improvements**
 
-- 
2.49.1
Re: [PATCH] NEWS: Fix format of XML elements/attributes in v11.8.0 section
Posted by Ján Tomko via Devel 5 days, 13 hours ago
On a Monday in 2025, Michal Privoznik via Devel wrote:
>From: Michal Privoznik <mprivozn@redhat.com>
>
>It's a good practice to use a different style of formatting for
>literal values like XML element/attribute names, functions, etc.
>In this specific case, the 'acpi' and 'nodeset' names should be
>formatted using two single quotes instead of double quote.
>
>Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
>---
> NEWS.rst | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano