Revision: 16884
http://sourceforge.net/p/edk2/code/16884
Author: jljusten
Date: 2015-02-19 23:45:50 +0000 (Thu, 19 Feb 2015)
Log Message:
-----------
OvmfPkg/AcpiPlatformDxe: InstallAllQemuLinkedTables => InstallQemuFwCfgTables
This name better aligns with InstallXenTables and InstallOvmfFvTables.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <[email protected]>
Reviewed-by: Laszlo Ersek <[email protected]>
Modified Paths:
--------------
trunk/edk2/OvmfPkg/AcpiPlatformDxe/AcpiPlatform.c
trunk/edk2/OvmfPkg/AcpiPlatformDxe/AcpiPlatform.h
trunk/edk2/OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpi.c
Modified: trunk/edk2/OvmfPkg/AcpiPlatformDxe/AcpiPlatform.c
===================================================================
--- trunk/edk2/OvmfPkg/AcpiPlatformDxe/AcpiPlatform.c 2015-02-19 23:45:42 UTC
(rev 16883)
+++ trunk/edk2/OvmfPkg/AcpiPlatformDxe/AcpiPlatform.c 2015-02-19 23:45:50 UTC
(rev 16884)
@@ -261,7 +261,7 @@
if (XenDetected ()) {
Status = InstallXenTables (AcpiTable);
} else {
- Status = InstallAllQemuLinkedTables (AcpiTable);
+ Status = InstallQemuFwCfgTables (AcpiTable);
}
if (EFI_ERROR (Status)) {
Modified: trunk/edk2/OvmfPkg/AcpiPlatformDxe/AcpiPlatform.h
===================================================================
--- trunk/edk2/OvmfPkg/AcpiPlatformDxe/AcpiPlatform.h 2015-02-19 23:45:42 UTC
(rev 16883)
+++ trunk/edk2/OvmfPkg/AcpiPlatformDxe/AcpiPlatform.h 2015-02-19 23:45:50 UTC
(rev 16884)
@@ -63,8 +63,9 @@
EFI_STATUS
EFIAPI
-InstallAllQemuLinkedTables (
+InstallQemuFwCfgTables (
IN EFI_ACPI_TABLE_PROTOCOL *AcpiProtocol
);
+
#endif
Modified: trunk/edk2/OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpi.c
===================================================================
--- trunk/edk2/OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpi.c 2015-02-19 23:45:42 UTC
(rev 16883)
+++ trunk/edk2/OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpi.c 2015-02-19 23:45:50 UTC
(rev 16884)
@@ -552,7 +552,7 @@
**/
EFI_STATUS
EFIAPI
-InstallAllQemuLinkedTables (
+InstallQemuFwCfgTables (
IN EFI_ACPI_TABLE_PROTOCOL *AcpiProtocol
)
{
@@ -716,6 +716,6 @@
);
ASSERT_EFI_ERROR (Status);
- Status = InstallAllQemuLinkedTables (AcpiTable);
+ Status = InstallQemuFwCfgTables (AcpiTable);
return Status;
}
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits