audk/OvmfPkg/VirtioSerialDxe
Ard Biesheuvel ea7a3015a2 OvmfPkg/VirtioSerialDxe: Remove noisy debug print on supported() call
The UEFI driver model invokes the supported() method on every driver
every time a connection attempt is made on any handle, and so doing an
unconditional DEBUG() print inside this method produced a lot of noise.

So let's drop this DEBUG() call from the VirtioSerial driver's
Supported() method.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
2023-06-27 16:40:07 +00:00
..
VirtioSerial.c OvmfPkg/VirtioSerialDxe: Remove noisy debug print on supported() call 2023-06-27 16:40:07 +00:00
VirtioSerial.h OvmfPkg/VirtioSerialDxe: add driver 2023-05-04 14:26:58 +00:00
VirtioSerial.inf OvmfPkg/VirtioSerialDxe: add driver 2023-05-04 14:26:58 +00:00
VirtioSerialPort.c OvmfPkg/VirtioSerialDxe: use TPL_NOTIFY 2023-06-01 09:00:00 +00:00
VirtioSerialRing.c OvmfPkg/VirtioSerialDxe: add driver 2023-05-04 14:26:58 +00:00