Re: [edk2] [PATCH v4 03/11] OvmfPkg/Virtio.h: Added the Virtio Vendor and MMIO IDs

2013-10-28 Thread Laszlo Ersek
On 10/16/13 19:29, Olivier Martin wrote:
> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Olivier Martin 
> ---
>  OvmfPkg/Include/IndustryStandard/Virtio.h |7 +++
>  1 files changed, 7 insertions(+), 0 deletions(-)
> 
> diff --git a/OvmfPkg/Include/IndustryStandard/Virtio.h 
> b/OvmfPkg/Include/IndustryStandard/Virtio.h
> index f1eb2ea..9b97e6d 100644
> --- a/OvmfPkg/Include/IndustryStandard/Virtio.h
> +++ b/OvmfPkg/Include/IndustryStandard/Virtio.h
> @@ -36,6 +36,13 @@
>  #define VIRTIO_SUBSYSTEM_MAC80211_WLAN  10
>  
>  //
> +// Virtio IDs
> +//
> +#define VIRTIO_VENDOR_ID0x1AF4
> +#define VIRTIO_MMIO_MAGIC   0x74726976 // "virt"
> +
> +
> +//
>  // VirtIo Device Specific Configuration Offsets
>  //
>  #define VIRTIO_DEVICE_SPECIFIC_CONFIGURATION_OFFSET_PCI 20
> 

Reviewed-by: Laszlo Ersek 

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
___
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel


[edk2] [PATCH v4 03/11] OvmfPkg/Virtio.h: Added the Virtio Vendor and MMIO IDs

2013-10-16 Thread Olivier Martin
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin 
---
 OvmfPkg/Include/IndustryStandard/Virtio.h |7 +++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/OvmfPkg/Include/IndustryStandard/Virtio.h 
b/OvmfPkg/Include/IndustryStandard/Virtio.h
index f1eb2ea..9b97e6d 100644
--- a/OvmfPkg/Include/IndustryStandard/Virtio.h
+++ b/OvmfPkg/Include/IndustryStandard/Virtio.h
@@ -36,6 +36,13 @@
 #define VIRTIO_SUBSYSTEM_MAC80211_WLAN  10
 
 //
+// Virtio IDs
+//
+#define VIRTIO_VENDOR_ID0x1AF4
+#define VIRTIO_MMIO_MAGIC   0x74726976 // "virt"
+
+
+//
 // VirtIo Device Specific Configuration Offsets
 //
 #define VIRTIO_DEVICE_SPECIFIC_CONFIGURATION_OFFSET_PCI 20
-- 
1.7.0.4


--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
___
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel