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:
parent
d5d60a4331
commit
61ac4fc70d
|
@ -1,5 +1,5 @@
|
||||||
/** @file
|
/** @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.
|
It uses PrintLib to send debug messages to a fixed I/O port.
|
||||||
|
|
||||||
Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.<BR>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/** @file
|
/** @file
|
||||||
Detection code for QEMU debug port.
|
Detection code for hypervisor debug port.
|
||||||
Non-SEC instance, caches the result of detection.
|
Non-SEC instance, caches the result of detection.
|
||||||
|
|
||||||
Copyright (c) 2017, Red Hat, Inc.<BR>
|
Copyright (c) 2017, Red Hat, Inc.<BR>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/** @file
|
/** @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.
|
It uses PrintLib to send debug messages to a fixed I/O port.
|
||||||
|
|
||||||
Copyright (c) 2017, Red Hat, Inc.<BR>
|
Copyright (c) 2017, Red Hat, Inc.<BR>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/** @file
|
/** @file
|
||||||
Detection code for QEMU debug port.
|
Detection code for hypervisor debug port.
|
||||||
SEC instance, cannot cache the result of detection.
|
SEC instance, cannot cache the result of detection.
|
||||||
|
|
||||||
Copyright (c) 2017, Red Hat, Inc.<BR>
|
Copyright (c) 2017, Red Hat, Inc.<BR>
|
||||||
|
|
Loading…
Reference in New Issue