VirtualBox

Ignore:
Timestamp:
Apr 14, 2023 3:17:44 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
156854
Message:

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

Location:
trunk/src/VBox/Devices/EFI/FirmwareNew
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/FirmwareNew

  • trunk/src/VBox/Devices/EFI/FirmwareNew/OvmfPkg/Include/Pcd/CpuHotEjectData.h

    r89983 r99404  
    3030typedef
    3131VOID
    32 (EFIAPI *CPU_HOT_EJECT_HANDLER) (
     32(EFIAPI *CPU_HOT_EJECT_HANDLER)(
    3333  IN UINTN  ProcessorNum
    3434  );
     
    4141// than that type.
    4242//
    43 #define CPU_EJECT_QEMU_SELECTOR_INVALID       (MAX_UINT64)
     43#define CPU_EJECT_QEMU_SELECTOR_INVALID  (MAX_UINT64)
    4444
    4545typedef struct {
     
    4747  // Maps ProcessorNum -> QemuSelector for pending hot-ejects
    4848  //
    49   volatile UINT64 *QemuSelectorMap;
     49  volatile UINT64                   *QemuSelectorMap;
    5050  //
    5151  // Handler to do the CPU ejection
    5252  //
    53   volatile CPU_HOT_EJECT_HANDLER Handler;
     53  volatile CPU_HOT_EJECT_HANDLER    Handler;
    5454  //
    5555  // Entries in the QemuSelectorMap
    5656  //
    57   UINT32 ArrayLength;
     57  UINT32                            ArrayLength;
    5858} CPU_HOT_EJECT_DATA;
    5959
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette