Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
c7b27cf3
Commit
c7b27cf3
authored
Oct 23, 2017
by
Francesc Guasch
Browse files
[#202] KVM for qemu drivers too
parent
a588db50
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
c7b27cf3
...
...
@@ -353,6 +353,12 @@ sub _update_domain_drivers_types($self) {
}
};
$self
->
_update_table
('
domain_drivers_types
','
id
',
$data
);
my
$sth
=
$CONNECTOR
->
dbh
->
prepare
(
"
UPDATE domain_drivers_types SET vm='KVM' WHERE vm='qemu'
"
);
$sth
->
execute
;
$sth
->
finish
;
}
sub
_update_domain_drivers_options
($self) {
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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