VirtualBox

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

最後變更 在這個檔案從62180是 48674,由 vboxsync 提交於 11 年 前

EFI: Export newly imported tinaocore UEFI sources to OSE.

  • 屬性 svn:eol-style 設為 native
檔案大小: 1.0 KB
 
1/** @file
2 XenInfo HOB passed by PEI into DXE.
3
4Copyright (c) 2011, Andrei Warkentin <[email protected]>
5This program and the accompanying materials are licensed and made available under
6the terms and conditions of the BSD License that accompanies this distribution.
7The full text of the license may be found at
8http://opensource.org/licenses/bsd-license.php.
9
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12
13**/
14
15#ifndef __XEN_INFO_H__
16#define __XEN_INFO_H__
17
18#define EFI_XEN_INFO_GUID \
19 { 0xd3b46f3b, 0xd441, 0x1244, {0x9a, 0x12, 0x0, 0x12, 0x27, 0x3f, 0xc1, 0x4d } }
20
21typedef struct {
22 ///
23 /// Beginning of the hypercall page.
24 ///
25 VOID *HyperPages;
26 ///
27 /// Location of the hvm_info page.
28 ///
29 VOID *HvmInfo;
30 ///
31 /// Hypervisor major version.
32 ///
33 UINT16 VersionMajor;
34 ///
35 /// Hypervisor minor version.
36 ///
37 UINT16 VersionMinor;
38} EFI_XEN_INFO;
39
40extern EFI_GUID gEfiXenInfoGuid;
41
42#endif
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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