diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2021-09-08 11:01:13 +0200 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-10-05 10:55:39 +0000 |
commit | bf02d73e74ec2825551126c780df726cc543cfb0 (patch) | |
tree | f06d7adfa5bcfb942fb5bfa29d79db2ccf9bab18 /OvmfPkg/Include/IndustryStandard | |
parent | 8583b57c5cb3a7e752a25250b3f7406235802f05 (diff) | |
download | edk2-bf02d73e74ec2825551126c780df726cc543cfb0.tar.gz edk2-bf02d73e74ec2825551126c780df726cc543cfb0.tar.bz2 edk2-bf02d73e74ec2825551126c780df726cc543cfb0.zip |
OvmfPkg/Microvm: PlatformPei/Platform: add id.
Add + set microvm id for PcdOvmfHostBridgePciDevId.
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=3599
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Acked-by: Jiewen Yao <Jiewen.yao@intel.com>
Diffstat (limited to 'OvmfPkg/Include/IndustryStandard')
-rw-r--r-- | OvmfPkg/Include/IndustryStandard/Microvm.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/OvmfPkg/Include/IndustryStandard/Microvm.h b/OvmfPkg/Include/IndustryStandard/Microvm.h new file mode 100644 index 0000000000..c56547c4f2 --- /dev/null +++ b/OvmfPkg/Include/IndustryStandard/Microvm.h @@ -0,0 +1,12 @@ +/** @file
+ Various defines for qemu microvm
+
+ SPDX-License-Identifier: BSD-2-Clause-Patent
+
+**/
+#ifndef __MICROVM_H__
+#define __MICROVM_H__
+
+#define MICROVM_PSEUDO_DEVICE_ID 0xfff1
+
+#endif // __MICROVM_H__
|