mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2025-08-02 04:21:59 +03:00
* python/tests/create.py: add one more image path
* src/libvirt.c src/xend_internal.c src/xend_internal.h: more work on the xend refactoring Daniel
This commit is contained in:
@ -13,6 +13,7 @@ if not os.access("/proc/xen", os.R_OK):
|
|||||||
#
|
#
|
||||||
osroots = [
|
osroots = [
|
||||||
"/u/fc4.img",
|
"/u/fc4.img",
|
||||||
|
"/xen/fc4.img",
|
||||||
]
|
]
|
||||||
|
|
||||||
okay = 1
|
okay = 1
|
||||||
|
Reference in New Issue
Block a user