On 06/23/15 14:36, Gerd Hoffmann wrote:
> The vga compatibility part of virtio-vga is identical to the qemu
> standard vga, so supporting that is as easy as adding the PCI ID
> to the list.
> 
> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Gerd Hoffmann <kra...@redhat.com>
> ---
>  OvmfPkg/QemuVideoDxe/Driver.c | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/OvmfPkg/QemuVideoDxe/Driver.c b/OvmfPkg/QemuVideoDxe/Driver.c
> index c74d1a2..8d962b4 100644
> --- a/OvmfPkg/QemuVideoDxe/Driver.c
> +++ b/OvmfPkg/QemuVideoDxe/Driver.c
> @@ -53,6 +53,11 @@ QEMU_VIDEO_CARD gQemuVideoCardList[] = {
>          QEMU_VIDEO_BOCHS,
>          L"QEMU QXL VGA"
>      },{
> +        0x1af4,
> +        0x1050,
> +        QEMU_VIDEO_BOCHS_MMIO,
> +        L"QEMU VirtIO VGA"
> +    },{
>          0 /* end of list */
>      }
>  };
> 

Can you please name the qemu commit (or one of the commits) that adds
the device model?

Plus, the subject should say:

  OvmfPkg: QemuVideoDxe: add virtio-vga support

I'll update the commit message for you.

Reviewed-by: Laszlo Ersek <ler...@redhat.com>

First let's give Jordan a chance to look at this though.

Thanks
Laszlo

------------------------------------------------------------------------------
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical & virtual servers, alerts via email & sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to