From 3aad29c6d6380c7e7fbda806c5ae33f74d0e3358 Mon Sep 17 00:00:00 2001 From: Ivan Velickovic Date: Fri, 13 Mar 2026 12:13:09 +1100 Subject: [PATCH] manual: mention ioport as child element Signed-off-by: Ivan Velickovic --- docs/manual.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/manual.md b/docs/manual.md index 3b4dbb5b..0cc9cc08 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -997,6 +997,7 @@ Additionally, it supports the following child elements: * `setvar`: (zero or more) Describes variable rewriting. * `protection_domain`: (zero or more) Describes a child protection domain. * `virtual_machine`: (zero or one) Describes a child virtual machine. +* `ioport`: (zero or more) Describes an I/O port, x86-64 only. The `program_image` element has a single `path` attribute describing the path to an ELF file.