Skip to content

Commit

Permalink
Merge pull request #9130 from Apokleos/bugfix-dragonball-invalidOpera…
Browse files Browse the repository at this point in the history
…tion

runtime-rs: bugfix for GPU passthrough failed with InvalidOperation.
  • Loading branch information
Apokleos committed Feb 22, 2024
2 parents 58fbb9f + 014e0f4 commit 5d3ae36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime-rs/crates/hypervisor/src/dragonball/inner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ impl DragonballInner {
max_vcpu_count: self.config.cpu_info.default_maxvcpus as u8,
mem_type,
mem_file_path,
pci_hotplug_enabled: true,
..Default::default()
};
info!(sl!(), "vm config: {:?}", vm_config);
Expand Down

0 comments on commit 5d3ae36

Please sign in to comment.