]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg: IndustryStandard: factor out Virtio095.h
authorLaszlo Ersek <lersek@redhat.com>
Wed, 6 Apr 2016 08:29:00 +0000 (10:29 +0200)
committerLaszlo Ersek <lersek@redhat.com>
Wed, 6 Apr 2016 17:21:16 +0000 (19:21 +0200)
commit3eb6278a64bed0aff7efb937f374681cf8c9f117
treeb588d7ae634e0abdece8e8d5be1285769b5f94e0
parent28daafe0add87f9857a4881d0d644a4b033f2168
OvmfPkg: IndustryStandard: factor out Virtio095.h

In the upcoming virtio-1.0 series, we'll introduce "Virtio10.h". However,
the "Virtio.h" header file should continue to expose the generic type and
macro definitions for all virtio versions that OvmfPkg supports. Therefore
extract "Virtio095.h" like this:

  Virtio.h -> Virtio095.h

so that in the upcoming patches, we can insert "Virtio10.h" in the middle
of the inclusion chain.

This follows the example of "Acpi.h" and "Pci.h" under
"MdePkg/Include/IndustryStandard".

Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Suggested-by: Jordan Justen <jordan.l.justen@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
OvmfPkg/Include/IndustryStandard/Virtio.h
OvmfPkg/Include/IndustryStandard/Virtio095.h [new file with mode: 0644]