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>
---
OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetect.h | 2 +-
OvmfPkg/Library/PlatformDebugLibIoPort/DebugLib.c | 2 +-
OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetect.c | 2 +-
OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetectRom.c | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetect.h b/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetect.h
index 71a7f33aaf17..4677c85ac3c4 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.<BR>
diff --git a/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLib.c b/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLib.c
index 3dfa3126c3d0..ec2e677afd8d 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.<BR>
diff --git a/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetect.c b/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetect.c
index 2c659e7aea0a..8c466e64e0a6 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.<BR>
diff --git a/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetectRom.c b/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetectRom.c
index 03ba4a0a7b08..8cbdbd94fc0e 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.<BR>
--
Anthony PERARD
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#57942): https://edk2.groups.io/g/devel/message/57942
Mute This Topic: https://groups.io/mt/73215160/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
On 04/23/20 11:53, Anthony PERARD wrote: > 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> > --- > OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetect.h | 2 +- > OvmfPkg/Library/PlatformDebugLibIoPort/DebugLib.c | 2 +- > OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetect.c | 2 +- > OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetectRom.c | 2 +- > 4 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetect.h b/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetect.h > index 71a7f33aaf17..4677c85ac3c4 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.<BR> > diff --git a/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLib.c b/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLib.c > index 3dfa3126c3d0..ec2e677afd8d 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.<BR> > diff --git a/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetect.c b/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetect.c > index 2c659e7aea0a..8c466e64e0a6 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.<BR> > diff --git a/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetectRom.c b/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetectRom.c > index 03ba4a0a7b08..8cbdbd94fc0e 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.<BR> > Reviewed-by: Laszlo Ersek <lersek@redhat.com> -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#58077): https://edk2.groups.io/g/devel/message/58077 Mute This Topic: https://groups.io/mt/73215160/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=-=-=-=-=-=-=-=-=-=-=-
© 2016 - 2026 Red Hat, Inc.