audk/OvmfPkg/Library/PlatformBootManagerLib
Laszlo Ersek c95158e419 OvmfPkg/PlatformBootManagerLib: refer to virtio console subsys symbolically
"OvmfPkg/Include/IndustryStandard/Virtio095.h" defines the macro
VIRTIO_SUBSYSTEM_CONSOLE with value 3; other locations in the tree already
use it (such as ArmVirtPkg/PlatformBootManagerLib,
OvmfPkg/VirtioSerialDxe). We should use it in
OvmfPkg/PlatformBootManagerLib too, rather than the naked constant 3.

Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
2023-09-12 15:50:30 +00:00
..
BdsPlatform.c OvmfPkg/PlatformBootManagerLib: refer to virtio console subsys symbolically 2023-09-12 15:50:30 +00:00
BdsPlatform.h OvmfPkg/PlatformBootManagerLib: use utf8 for the serial console. 2023-03-23 09:11:35 +00:00
PlatformBootManagerLib.inf OvmfPkg/PlatformBootManagerLib: setup virtio-mmio devices. 2023-09-07 15:47:58 +00:00
PlatformData.c OvmfPkg/PlatformBootManagerLib: use utf8 for the serial console. 2023-03-23 09:11:35 +00:00
QemuKernel.c OvmfPkg: Update code to be more C11 compliant by using __func__ 2023-04-10 14:19:57 +00:00