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:
@ -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())
|
||||
|
||||
|
Reference in New Issue
Block a user