]> git.proxmox.com Git - mirror_edk2.git/commitdiff
OvmfPkg/PlatformDebugLibIoPort: Reword QEMU to hypervisor
authorAnthony PERARD <anthony.perard@citrix.com>
Thu, 23 Apr 2020 09:53:55 +0000 (10:53 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 28 Apr 2020 21:12:01 +0000 (21:12 +0000)
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 <anthony.perard@citrix.com>
Message-Id: <20200423095358.2518197-3-anthony.perard@citrix.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
OvmfPkg/Library/PlatformDebugLibIoPort/DebugLib.c
OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetect.c
OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetect.h
OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetectRom.c

index 3dfa3126c3d08b5d03a55fccb7fe374ed4af4161..ec2e677afd8d45797c0757f266ae3fc40fd76238 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  Base Debug library instance for QEMU debug port.\r
+  Base Debug library instance for hypervisor debug port.\r
   It uses PrintLib to send debug messages to a fixed I/O port.\r
 \r
   Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.<BR>\r
index 2c659e7aea0ab32d47aaad00c54baa718b919e40..8c466e64e0a6e10112d296429a2e7ac2d3565049 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  Detection code for QEMU debug port.\r
+  Detection code for hypervisor debug port.\r
   Non-SEC instance, caches the result of detection.\r
 \r
   Copyright (c) 2017, Red Hat, Inc.<BR>\r
index 71a7f33aaf170f73d8949a1629db9d000204b8a6..4677c85ac3c4f03b1743cf59d9d97c34b247ac52 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  Base Debug library instance for QEMU debug port.\r
+  Base Debug library instance for hypervisor debug port.\r
   It uses PrintLib to send debug messages to a fixed I/O port.\r
 \r
   Copyright (c) 2017, Red Hat, Inc.<BR>\r
index 03ba4a0a7b0856c47a26e40fd1bdf707132940cb..8cbdbd94fc0e612a194369a9b811124955dfade3 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  Detection code for QEMU debug port.\r
+  Detection code for hypervisor debug port.\r
   SEC instance, cannot cache the result of detection.\r
 \r
   Copyright (c) 2017, Red Hat, Inc.<BR>\r