1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2025-07-30 23:41:52 +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 d2941a3da3
commit 99865a4c8d

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())