Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
eaf4e76b
Commit
eaf4e76b
authored
Jan 09, 2018
by
David Johnson
Browse files
Fix bug in
9a5d6c56
in libvnode_xen: save ishvm bit if FORCE_HVM.
parent
a32ffeda
Changes
1
Hide whitespace changes
Inline
Side-by-side
clientside/tmcc/linux/xen/libvnode_xen.pm
View file @
eaf4e76b
...
...
@@ -1577,7 +1577,7 @@ okay:
elsif
(
exists
(
$attributes
->
{'
XEN_FORCE_HVM
'})
&&
"
$attributes
->{'XEN_FORCE_HVM'}
"
eq
'
1
'
&&
"
$imagemetadata
->{'PART'}
"
eq
'
0
')
{
$ishvm
=
1
;
$private
->
{'
ishvm
'}
=
$ishvm
=
1
;
undef
$image
{'
kernel
'};
undef
$image
{'
ramdisk
'};
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment