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 eaefdd6
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"viommu_state": true,
"enlightenments_state": true,
"cpu": "host",
"st_image": "HLK11_22H2.qcow2",
"st_image": "HLK11_22H2-uefi.qcow2",
"clients": {
"c1": {
"name": "CL1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"viommu_state": true,
"enlightenments_state": true,
"cpu": "host",
"st_image": "HLK11_next.qcow2",
"st_image": "HLK11_next-uefi.qcow2",
"clients": {
"c1": {
"name": "CL1",
Expand Down
2 changes: 1 addition & 1 deletion lib/engines/hcktest/platforms/Win2016x64_uefi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Win2016x64",
"kit": "HLK1607",
"fw_type": "uefi",
"st_image": "HLK1607.qcow2",
"st_image": "HLK1607-uefi.qcow2",
"clients": {
"c1": {
"name": "CL1",
Expand Down
2 changes: 1 addition & 1 deletion lib/engines/hcktest/platforms/Win2019x64_uefi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Win2019x64",
"kit": "HLK1809server",
"fw_type": "uefi",
"st_image": "HLK1809.qcow2",
"st_image": "HLK1809-uefi.qcow2",
"clients": {
"c1": {
"name": "CL1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"viommu_state": true,
"enlightenments_state": true,
"cpu": "host",
"st_image": "HLK2022_next.qcow2",
"st_image": "HLK2022_next-uefi.qcow2",
"clients": {
"c1": {
"name": "CL1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"viommu_state": true,
"enlightenments_state": true,
"cpu": "host",
"st_image": "HLK2022.qcow2",
"st_image": "HLK2022-uefi.qcow2",
"clients": {
"c1": {
"name": "CL1",
Expand Down
2 changes: 1 addition & 1 deletion lib/engines/hcktest/platforms/Win2022x64_uefi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Win2022x64_uefi",
"kit": "HLK2022",
"fw_type": "uefi",
"st_image": "HLK2022.qcow2",
"st_image": "HLK2022-uefi.qcow2",
"clients": {
"c1": {
"name": "CL1",
Expand Down
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))

Check notice

Code scanning / Rubocop

Checks the indentation of the first key in a hash literal. Note

Layout/FirstHashElementIndentation: Indent the right brace the same as the start of the line where the left brace is.
end

def drivers_options
Expand Down

0 comments on commit eaefdd6

Please sign in to comment.