It's:
<address bus='0x06' slot='0x02' function='0x0'/>
not:
<address>bus='0x06' slot='0x02' function='0x0'</address>
+Tue Feb 24 14:51:32 GMT 2009 Mark McLoughlin <markmc@redhat.com>
+
+ * docs/formatdomain.html: fix a typo in hostdev docs
+
Sun Feb 22 11:18:20 GMT 2009 Mark McLoughlin <markmc@redhat.com>
* src/network_driver.c: networkEnableIpForwarding() now
...
<hostdev mode='subsystem' type='pci'>
<source>
- <address>bus='0x06' slot='0x02' function='0x0'</address>
+ <address bus='0x06' slot='0x02' function='0x0'/>
</source>
</hostdev>
...</pre>
...
<hostdev mode='subsystem' type='pci'>
<source>
- <address>bus='0x06' slot='0x02' function='0x0'</address>
+ <address bus='0x06' slot='0x02' function='0x0'/>
</source>
</hostdev>
...</pre>