Skip to content

Commit 93b4529

Browse files
committed
tbd
Signed-off-by: Babis Chalios <[email protected]>
1 parent 6849c76 commit 93b4529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vmm/src/vstate/vm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,7 @@ pub(crate) mod tests {
10481048

10491049
fn new_virtio_pci_device(vm: &Arc<Vm>) -> Arc<Mutex<VirtioPciDevice>> {
10501050
let dummy = Arc::new(Mutex::new(DummyDevice::new()));
1051-
let msi_vectors = Arc::new(Vm::create_msix_group(vm.clone(), 0, 2).unwrap());
1051+
let msi_vectors = Arc::new(Vm::create_msix_group(vm.clone(), 2).unwrap());
10521052
Arc::new(Mutex::new(
10531053
VirtioPciDevice::new(
10541054
"dummy".to_string(),

0 commit comments

Comments
 (0)