From 61ac4fc70d3d38f3369357f7aa20c1469189789a Mon Sep 17 00:00:00 2001 From: Anthony PERARD Date: Thu, 23 Apr 2020 10:53:55 +0100 Subject: OvmfPkg/PlatformDebugLibIoPort: Reword QEMU to hypervisor We are going to reuse PlatformDebugLibIoPort to use debug IO port from hypervisors that aren't QEMU, so reword "QEMU" to "hypervisor" in the descriptions. Signed-off-by: Anthony PERARD Message-Id: <20200423095358.2518197-3-anthony.perard@citrix.com> Reviewed-by: Laszlo Ersek --- OvmfPkg/Library/PlatformDebugLibIoPort/DebugLib.c | 2 +- OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetect.c | 2 +- OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetect.h | 2 +- OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetectRom.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'OvmfPkg') diff --git a/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLib.c b/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLib.c index 3dfa312..ec2e677 100644 --- a/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLib.c +++ b/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLib.c @@ -1,5 +1,5 @@ /** @file - Base Debug library instance for QEMU debug port. + Base Debug library instance for hypervisor debug port. It uses PrintLib to send debug messages to a fixed I/O port. Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.
diff --git a/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetect.c b/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetect.c index 2c659e7..8c466e6 100644 --- a/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetect.c +++ b/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetect.c @@ -1,5 +1,5 @@ /** @file - Detection code for QEMU debug port. + Detection code for hypervisor debug port. Non-SEC instance, caches the result of detection. Copyright (c) 2017, Red Hat, Inc.
diff --git a/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetect.h b/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetect.h index 71a7f33..4677c85 100644 --- a/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetect.h +++ b/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetect.h @@ -1,5 +1,5 @@ /** @file - Base Debug library instance for QEMU debug port. + Base Debug library instance for hypervisor debug port. It uses PrintLib to send debug messages to a fixed I/O port. Copyright (c) 2017, Red Hat, Inc.
diff --git a/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetectRom.c b/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetectRom.c index 03ba4a0..8cbdbd9 100644 --- a/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetectRom.c +++ b/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetectRom.c @@ -1,5 +1,5 @@ /** @file - Detection code for QEMU debug port. + Detection code for hypervisor debug port. SEC instance, cannot cache the result of detection. Copyright (c) 2017, Red Hat, Inc.
-- cgit v1.1