We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e2caaf commit 12a98acCopy full SHA for 12a98ac
src/vmm/src/arch/aarch64/gic/gicv3/mod.rs
@@ -142,10 +142,12 @@ impl GICv3 {
142
fd: 0,
143
flags: 0,
144
};
145
+ assert_eq!(kvm_bindings::kvm_device_type_KVM_DEV_TYPE_ARM_VGIC_ITS, 8);
146
+ assert_eq!(kvm_bindings::KVM_DEV_ITS_ADDR_TYPE);
147
148
let msi_address = Self::get_msi_address(gic_device.vcpu_count());
149
info!(
- "MSI address for VM with {} vCPUs: {msi_address:x#}",
150
+ "MSI address for VM with {} vCPUs: {msi_address:#x}",
151
gic_device.vcpu_count()
152
);
153
0 commit comments