]> git.proxmox.com Git - mirror_edk2.git/commitdiff
OvmfPkg/Virtio.h: Removed definition of VIRTIO_HDR
authorOlivier Martin <olivier.martin@arm.com>
Wed, 11 Dec 2013 16:58:30 +0000 (16:58 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 11 Dec 2013 16:58:30 +0000 (16:58 +0000)
This definition is specific to VirtIo over PCI.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14967 6f19259b-4bc3-4df7-8a09-765794883524

OvmfPkg/Include/IndustryStandard/Virtio.h

index 9b97e6db2f62e6710f846e4480aa194368950dd9..fcf7b67431f9eab29b99d2a18ca4c81de618b7ca 100644 (file)
@@ -156,24 +156,6 @@ typedef struct {
   UINT16              QueueSize;\r
 } VRING;\r
 \r
-\r
-//\r
-// virtio-0.9.5, 2.2.2 Virtio Header -- no MSI-X\r
-//\r
-#pragma pack(1)\r
-typedef struct {\r
-  UINT32 VhdrDeviceFeatureBits;\r
-  UINT32 VhdrGuestFeatureBits;\r
-  UINT32 VhdrQueueAddress;\r
-  UINT16 VhdrQueueSize;\r
-  UINT16 VhdrQueueSelect;\r
-  UINT16 VhdrQueueNotify;\r
-  UINT8  VhdrDeviceStatus;\r
-  UINT8  VhdrISR;\r
-} VIRTIO_HDR;\r
-#pragma pack()\r
-\r
-\r
 //\r
 // virtio-0.9.5, 2.2.2.1 Device Status\r
 //\r