From: Olivier Martin Date: Tue, 29 Oct 2013 06:09:46 +0000 (+0000) Subject: OvmfPkg/Virtio.h: Added the Virtio Vendor and MMIO IDs X-Git-Tag: edk2-stable201903~12148 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=10b9b03794128d94038463e4867ac862f966901e OvmfPkg/Virtio.h: Added the Virtio Vendor and MMIO IDs Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin Reviewed-by: Laszlo Ersek Tested-by: Laszlo Ersek git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14809 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/OvmfPkg/Include/IndustryStandard/Virtio.h b/OvmfPkg/Include/IndustryStandard/Virtio.h index f1eb2ea120..9b97e6db2f 100644 --- a/OvmfPkg/Include/IndustryStandard/Virtio.h +++ b/OvmfPkg/Include/IndustryStandard/Virtio.h @@ -35,6 +35,13 @@ #define VIRTIO_SUBSYSTEM_9P_TRANSPORT 9 #define VIRTIO_SUBSYSTEM_MAC80211_WLAN 10 +// +// Virtio IDs +// +#define VIRTIO_VENDOR_ID 0x1AF4 +#define VIRTIO_MMIO_MAGIC 0x74726976 // "virt" + + // // VirtIo Device Specific Configuration Offsets //