projects
/
invirt/packages/invirt-xen-config.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
hvmloader moved. update invirt-database accordingly.
[invirt/packages/invirt-xen-config.git]
/
invirt-database
diff --git
a/invirt-database
b/invirt-database
index
92600e7
..
599d0b7
100644
(file)
--- a/
invirt-database
+++ b/
invirt-database
@@
-25,7
+25,7
@@
if 'cdrom_image' in locals():
memory = machine.memory
maxmem = '2048'
check(re.match('^[A-Za-z0-9][A-Za-z0-9._-]*$', machine.name))
memory = machine.memory
maxmem = '2048'
check(re.match('^[A-Za-z0-9][A-Za-z0-9._-]*$', machine.name))
-name = prefix + machine.name
+name = prefix + machine_name
check(re.match('^[0-9a-f-]+$', machine.uuid))
uuid = machine.uuid
check(re.match('^[0-9a-f-]+$', machine.uuid))
uuid = machine.uuid
@@
-105,7
+105,7
@@
elif cdrom is not None:
if codepath == 'hvm':
ioemu = "ioemu:"
viftype = "type=ioemu, "
if codepath == 'hvm':
ioemu = "ioemu:"
viftype = "type=ioemu, "
- kernel = '/usr/lib/xen/boot/hvmloader'
+ kernel = '/usr/lib/xen-4.1/boot/hvmloader'
builder = 'hvm'
vnc = 1
device_model = '/usr/sbin/qemu-dm-invirt'
builder = 'hvm'
vnc = 1
device_model = '/usr/sbin/qemu-dm-invirt'