diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index ba2586e516..31c132b94e 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -1883,6 +1883,13 @@ <target dir='/import/from/host'/> <readonly/> </filesystem> + <filesystem type='file' accessmode='passthrough'> + <driver name='loop' type='raw'/> + <driver type='path' wrpolicy='immediate'/> + <source file='/export/to/guest.img'/> + <target dir='/import/from/host'/> + <readonly/> + </filesystem> ... </devices> ... @@ -1974,6 +1981,23 @@ +
driver
+
+ The optional driver element allows specifying further details + related to the hypervisor driver used to provide the filesystem. + Since 1.0.6 + +
+
source
The resource on the host that is being accessed in the guest. The diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng index 4fdacab5c4..6078b7a758 100644 --- a/docs/schemas/domaincommon.rng +++ b/docs/schemas/domaincommon.rng @@ -888,7 +888,7 @@ - + @@ -1270,7 +1270,7 @@ - + @@ -1314,13 +1314,13 @@ - + aio - + raw dir @@ -1518,6 +1518,9 @@ file + + + @@ -1531,6 +1534,9 @@ block + + + @@ -1547,6 +1553,9 @@ mount + + + @@ -1554,22 +1563,6 @@ - - - - - path - handle - - - - - immediate - - - - - @@ -1578,6 +1571,9 @@ bind + + + @@ -1591,6 +1587,9 @@ template + + + @@ -1604,6 +1603,9 @@ ram + + + @@ -1661,6 +1663,35 @@ + + + + + + + path + handle + loop + + + + + + + + + + + immediate + + + + + +