1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-10-20 11:33:43 +03:00

* src/xs_internal.c src/xs_internal.h include/virterror.h

src/virterror.c: created a new module related to Xen Store accesses
* src/libvirt.c src/xen_internal.[ch] src/xend_internal.[ch]:
  nearly completed the separation of the code from the different modules
Daniel
This commit is contained in:
Daniel Veillard
2006-03-23 15:42:10 +00:00
parent faf61d94c1
commit a21472c0fd
13 changed files with 856 additions and 672 deletions

View File

@@ -84,7 +84,7 @@ if dom == None:
print 'Failed to create a test domain'
sys.exit(1)
# print dom0
print dom
print "Domain: id %d running %s" % (dom.ID(), dom.OSType())