[PATCH] docs: Add missing elements to formatcaps.rst

Nobuhiro MIKI posted 1 patch 1 year, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20221209053626.60336-1-nmiki@yahoo-corp.jp
docs/formatcaps.rst | 5 +++++
1 file changed, 5 insertions(+)
[PATCH] docs: Add missing elements to formatcaps.rst
Posted by Nobuhiro MIKI 1 year, 4 months ago
Signed-off-by: Nobuhiro MIKI <nmiki@yahoo-corp.jp>
---
 docs/formatcaps.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/formatcaps.rst b/docs/formatcaps.rst
index 9d7932a6a8..39b1fb78ac 100644
--- a/docs/formatcaps.rst
+++ b/docs/formatcaps.rst
@@ -155,6 +155,11 @@ capabilities enabled in the chip and BIOS you will see:
          <topology sockets="1" dies="1" cores="2" threads="1"/>
          <feature name="lahf_lm"/>
          <feature name='xtpr'/>
+         <pages unit='KiB' size='4'/>
+         <pages unit='KiB' size='2048'/>
+         <pages unit='KiB' size='1048576'/>
+         <microcode version='36'/>
+         <maxphysaddr mode='emulate' bits='46'/>
          ...
        </cpu>
        <power_management>
-- 
2.38.1
Re: [PATCH] docs: Add missing elements to formatcaps.rst
Posted by Michal Prívozník 1 year, 4 months ago
On 12/9/22 06:36, Nobuhiro MIKI wrote:
> Signed-off-by: Nobuhiro MIKI <nmiki@yahoo-corp.jp>
> ---
>  docs/formatcaps.rst | 5 +++++
>  1 file changed, 5 insertions(+)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

and pushed. Congratulations on your first libvirt contribution!

Michal