Adds support for dumping domain XML

This adds support for dumping a domain's XML definition, akin to `virsh
dumpxml <domain>`. The returned data is quite large so I've included an
integration test rather than adding a huge blob of hex to `libvirttest`.
This commit is contained in:
Ben LeMasurier
2016-11-30 18:37:30 -07:00
parent 850adbae3f
commit c6e0d02f28
5 changed files with 121 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ const (
const (
ProcConnectOpen = 1
ProcConnectClose = 2
ProcDomainGetXMLDesc = 14
ProcDomainLookupByName = 23
ProcAuthList = 66
ProcConnectGetLibVersion = 157