On 10/16/13 19:29, Olivier Martin wrote: > This definition is specific to VirtIo over PCI. > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Olivier Martin <[email protected]> > --- > OvmfPkg/Include/IndustryStandard/Virtio.h | 18 ------------------ > 1 files changed, 0 insertions(+), 18 deletions(-) > > diff --git a/OvmfPkg/Include/IndustryStandard/Virtio.h > b/OvmfPkg/Include/IndustryStandard/Virtio.h > index 9b97e6d..fcf7b67 100644 > --- a/OvmfPkg/Include/IndustryStandard/Virtio.h > +++ b/OvmfPkg/Include/IndustryStandard/Virtio.h > @@ -156,24 +156,6 @@ typedef struct { > UINT16 QueueSize; > } VRING; > > - > -// > -// virtio-0.9.5, 2.2.2 Virtio Header -- no MSI-X > -// > -#pragma pack(1) > -typedef struct { > - UINT32 VhdrDeviceFeatureBits; > - UINT32 VhdrGuestFeatureBits; > - UINT32 VhdrQueueAddress; > - UINT16 VhdrQueueSize; > - UINT16 VhdrQueueSelect; > - UINT16 VhdrQueueNotify; > - UINT8 VhdrDeviceStatus; > - UINT8 VhdrISR; > -} VIRTIO_HDR; > -#pragma pack() > - > - > // > // virtio-0.9.5, 2.2.2.1 Device Status > // >
Oh yes, a short patch! Reviewed-by: Laszlo Ersek <[email protected]> ------------------------------------------------------------------------------ Android is increasing in popularity, but the open development platform that developers love is also attractive to malware creators. Download this white paper to learn more about secure code signing practices that can help keep Android apps secure. http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk _______________________________________________ edk2-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/edk2-devel
