diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index d8ad54ac85..5cb5a56381 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -960,6 +960,30 @@ domain will be restarted with the same configuration +
+ Since 0.10.2 it is possible to + forcibly enable or disable BIOS advertisements to the guest + OS. (NB: Only qemu driver support) +
+ ++ ... + <pm> + <suspend-to-disk enabled='no'/> + <suspend-to-ram enabled='yes'/> + </pm> + ...+ +
pm
diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng
index 60cf33e0f9..abd0e8f8be 100644
--- a/docs/schemas/domaincommon.rng
+++ b/docs/schemas/domaincommon.rng
@@ -52,6 +52,9 @@
+