Skip to content

Commit

Permalink
ncm-opennebula: do not use qxl video driver
Browse files Browse the repository at this point in the history
qxl is not supported any more in RHEL9 and it should be removed.
OpenNebula should use the correct video driver automatically.

Resolves:  #1722
  • Loading branch information
alvarosimon committed Sep 30, 2024
1 parent 3482ac9 commit 42bc3fe
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion ncm-opennebula/src/main/resources/raw_level1.tt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
DATA = "<vcpu>[% vcpus %]</vcpu><cpu mode='host-passthrough'>
<topology sockets='[% sockets %]' cores='[% cores %]' threads='1'/></cpu>
<devices><video><model type='qxl'/></video></devices>
[%- IF system.opennebula.memorybacking.defined %]
<memoryBacking>
[%- FOREACH item IN system.opennebula.memorybacking %]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ multiline
^RAW\s?=\s?\[$
^\s{4}DATA\s?=\s?"\<vcpu\>4\<\/vcpu\>\<cpu\s{1}mode\=\'host-passthrough\'\>$
^\s{4}\<topology\s{1}sockets\=\'2\'\s{1}cores\=\'2\'\s{1}threads\=\'1\'\/\>\<\/cpu\>$
^\s{4}\<devices\>\<video\>\<model\s{1}type\=\'qxl\'\/\>\<\/video\>\<\/devices\>$
^\s{4}\<memoryBacking\>$
^\s{4}\<nosharepages\/\>$
^\s{4}\<hugepages\/\>$
Expand Down
1 change: 0 additions & 1 deletion ncm-opennebula/src/test/perl/rpcdata.pm
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,6 @@ OS = [
RAW = [
DATA = "<vcpu>4</vcpu><cpu mode='host-passthrough'>
<topology sockets='2' cores='2' threads='1'/></cpu>
<devices><video><model type='qxl'/></video></devices>
<memoryBacking>
<nosharepages/>
<hugepages/>
Expand Down

0 comments on commit 42bc3fe

Please sign in to comment.