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 <anthony.perard@citrix.com>
Message-Id: <20200423095358.2518197-3-anthony.perard@citrix.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
Anthony PERARD 2020-04-23 10:53:55 +01:00 committed by mergify[bot]
parent d5d60a4331
commit 61ac4fc70d
4 changed files with 4 additions and 4 deletions

View File

@ -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.<BR>

View File

@ -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.<BR>

View File

@ -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.<BR>

View File

@ -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.<BR>