Skip to content

Commit

Permalink
Drop unused pluggable_memory_gb from driver
Browse files Browse the repository at this point in the history
Signed-off-by: Kostiantyn Kostiuk <konstantin@daynix.com>
  • Loading branch information
kostyanf14 committed Oct 19, 2024
1 parent 5695f96 commit 76c1f61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion lib/models/driver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class Driver < T::Struct
const :s3_state, T.nilable(T::Boolean)
const :s4_state, T.nilable(T::Boolean)
const :enlightenments_state, T.nilable(T::Boolean)
const :pluggable_memory_gb, T.nilable(Integer)

const :pretestcommands, T.nilable(T::Array[CommandInfo])
const :extra_software, T.nilable(T::Array[String])
Expand Down
3 changes: 1 addition & 2 deletions lib/setupmanagers/qemuhck/qemuhck.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ class QemuHCK
attr_reader :kit, :project

QEMUHCK_INFO_LOG_FILE = 'qemuhck.txt'
OPT_NAMES = %w[viommu_state s3_state s4_state enlightenments_state vhost_state machine_type fw_type cpu
pluggable_memory_gb].freeze
OPT_NAMES = %w[viommu_state s3_state s4_state enlightenments_state vhost_state machine_type fw_type cpu].freeze

def initialize(project)
initialize_project project
Expand Down

0 comments on commit 76c1f61

Please sign in to comment.