Re: [PATCH] docs: formatdomain: Clarify that the SLIC ACPI table config is available for all modes

2023-10-26 Thread Ján Tomko

On a Thursday in 2023, Peter Krempa wrote:

Move the docs for the  element under a common section as
it's not specific for direct kernel boot. In fact the original use was
for Windows activation.

Fixes: 72f652da63255c7f1a9914625cce617dde9128d0
Signed-off-by: Peter Krempa 
---
docs/formatdomain.rst | 29 +
1 file changed, 21 insertions(+), 8 deletions(-)



Reviewed-by: Ján Tomko 

Jano


signature.asc
Description: PGP signature


[PATCH] docs: formatdomain: Clarify that the SLIC ACPI table config is available for all modes

2023-10-26 Thread Peter Krempa
Move the docs for the  element under a common section as
it's not specific for direct kernel boot. In fact the original use was
for Windows activation.

Fixes: 72f652da63255c7f1a9914625cce617dde9128d0
Signed-off-by: Peter Krempa 
---
 docs/formatdomain.rst | 29 +
 1 file changed, 21 insertions(+), 8 deletions(-)

diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst
index 03735e4593..459815d2b5 100644
--- a/docs/formatdomain.rst
+++ b/docs/formatdomain.rst
@@ -387,9 +387,6 @@ and full virtualized guests.
  /root/f8-i386-initrd
  console=ttyS0 ks=http://example.com/f8-i386/os/
  /root/ppc.dtb
- 
-   /path/to/slic.dat
- 

...

@@ -413,11 +410,6 @@ and full virtualized guests.
The contents of this element specify the fully-qualified path to the
(optional) device tree binary (dtb) image in the host OS. :since:`Since
1.0.4`
-``acpi``
-   The ``table`` element contains a fully-qualified path to the ACPI table. The
-   ``type`` attribute contains the ACPI table type (currently only ``slic`` is
-   supported) :since:`Since 1.3.5 (QEMU)` :since:`Since 5.9.0 (Xen)`
-

 Container boot
 ~~
@@ -470,6 +462,27 @@ If you want to enable user namespace, set the ``idmap`` 
element. The ``uid`` and
  


+Common  element configuration
+~
+
+These options apply to any form of booting of the guest OS.
+
+::
+
+   ...
+   
+ ...
+ 
+   /path/to/slic.dat
+ 
+   
+   ...
+
+``acpi``
+   The ``table`` element contains a fully-qualified path to the ACPI table. The
+   ``type`` attribute contains the ACPI table type (currently only ``slic`` is
+   supported) :since:`Since 1.3.5 (QEMU)` :since:`Since 5.9.0 (Xen)`
+

 SMBIOS System Information
 -
-- 
2.41.0