Commit c28dbdb
committed
pci: make VirtIO logging less verbose
Every time we were handling an MMIO write within a VirtIO device's BAR
we were logging a debug-level message when the write was not leading to
a device activation. This leads to way too verbose Firecracker logs up
until a device was set up properly. These logs don't really provide any
useful debugging information, so just drop it to keep logs readable.
Signed-off-by: Babis Chalios <[email protected]>1 parent bad810f commit c28dbdb
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
938 | 938 | | |
939 | 939 | | |
940 | 940 | | |
941 | | - | |
942 | | - | |
943 | 941 | | |
944 | 942 | | |
945 | 943 | | |
| |||
0 commit comments