mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
vm-virtio: Remove useless PCI BAR debug log
We should not unconditionally display our virtio PCI BAR setting. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
83dadb818f
commit
fe99c29743
@ -364,11 +364,6 @@ impl PciDevice for VirtioPciDevice {
|
||||
PciDeviceError::IoRegistrationFailed(virtio_pci_bar_addr.raw_value(), e)
|
||||
})? as u8;
|
||||
|
||||
println!(
|
||||
"VIRTIO PCI BAR starts at 0x{:x}, size 0x{:x}",
|
||||
virtio_pci_bar_addr.raw_value(),
|
||||
CAPABILITY_BAR_SIZE
|
||||
);
|
||||
ranges.push((virtio_pci_bar_addr, CAPABILITY_BAR_SIZE));
|
||||
|
||||
// Once the BARs are allocated, the capabilities can be added to the PCI configuration.
|
||||
|
Loading…
Reference in New Issue
Block a user