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>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
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**