Skip to content

Commit

Permalink
QemuHCK: Apply platform options for studio VM
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiko Odaki <[email protected]>
  • Loading branch information
akihikodaki committed Nov 21, 2023
1 parent 81cb7e0 commit 56483ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/setupmanagers/qemuhck/qemuhck.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def initialize_studio_vm
'logger' => @logger,
'slirp' => @slirp,
'iso_path' => @project.config['iso_path']
})
}.merge(platform_options))
end

def drivers_options
Expand Down

0 comments on commit 56483ab

Please sign in to comment.