VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/OvmfPkg/Include/Guid/XenInfo.h@ 108794

Last change on this file since 108794 was 108794, checked in by vboxsync, 2 weeks ago

Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, bugref:4643

  • Property svn:eol-style set to native
File size: 649 bytes
Line 
1/** @file
2 XenInfo HOB passed by PEI into DXE.
3
4Copyright (c) 2011, Andrei Warkentin <[email protected]>
5SPDX-License-Identifier: BSD-2-Clause-Patent
6
7**/
8
9#ifndef __XEN_INFO_H__
10#define __XEN_INFO_H__
11
12#define EFI_XEN_INFO_GUID \
13 { 0xd3b46f3b, 0xd441, 0x1244, {0x9a, 0x12, 0x0, 0x12, 0x27, 0x3f, 0xc1, 0x4d } }
14
15typedef struct {
16 ///
17 /// Hypervisor major version.
18 ///
19 UINT16 VersionMajor;
20 ///
21 /// Hypervisor minor version.
22 ///
23 UINT16 VersionMinor;
24 ///
25 /// Pointer to the RSDP found in the hvm_start_info provided to a PVH guest
26 ///
27 VOID *RsdpPvh;
28} EFI_XEN_INFO;
29
30extern EFI_GUID gEfiXenInfoGuid;
31
32#endif
Note: See TracBrowser for help on using the repository browser.

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