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
1 changed files with 0 additions and 5 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue