diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index d56600dc18..47e10a836c 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -4372,6 +4372,16 @@
Possible values are on
or off
.
Since 3.5.0
+ The attribute packed
controls if QEMU should try to use
+ packed virtqueues. Compared to regular split queues, packed queues
+ consist of only a single descriptor ring replacing available and used
+ ring, index and descriptor buffer. This can result in better cache
+ utilization and performance. If packed virtqueues are actually used
+ depends on the feature negotiation between QEMU, vhost backends and guest
+ drivers. Possible values are on
or off
.
+ Since 6.3.0 (QEMU and KVM only)
+