public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: yuchenlin <yuchenlin@synology.com>
To: Laszlo Ersek <lersek@redhat.com>
Cc: edk2-devel@lists.01.org,
	"Anthony Perard" <anthony.perard@citrix.com>,
	"Ard Biesheuvel" <ard.biesheuvel@linaro.org>,
	"Jordan Justen" <jordan.l.justen@intel.com>,
	"Julien Grall" <julien.grall@linaro.org>,
	"Philippe Mathieu-Daudé" <philmd@redhat.com>
Subject: Re: [PATCH 0/4] OvmfPkg: revert some untimely pushed VMW SVGA reverts
Date: Sat, 10 Nov 2018 08:33:59 +0800	[thread overview]
Message-ID: <bf6deb71a965560317ad831daae1ba9e@synology.com> (raw)
In-Reply-To: <20181109194419.24750-1-lersek@redhat.com>

On 2018-11-10 03:44, Laszlo Ersek wrote:
> Repo:   https://github.com/lersek/edk2.git
> Branch: revert_revert_bz_1319
> 
> Not much to say here, I've written it up in
> <https://bugzilla.tianocore.org/show_bug.cgi?id=1319>.
> 
> One way to verify this series quickly is:
> 
>> $ git diff 62ea70e31285..revert_revert_bz_1319 -- OvmfPkg/
>> [nothing]
> 
> Thanks, and sorry about the churn
> Laszlo
> 
> Cc: Anthony Perard <anthony.perard@citrix.com>
> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> Cc: Jordan Justen <jordan.l.justen@intel.com>
> Cc: Julien Grall <julien.grall@linaro.org>
> Cc: Philippe Mathieu-Daudé <philmd@redhat.com>
> Cc: yuchenlin <yuchenlin@synology.com>
> 
> Laszlo Ersek (4):
>   Reapply "OvmfPkg: VMWare SVGA display device register definitions"
>   Reapply "OvmfPkg/QemuVideoDxe: Helper functions for unaligned port
>     I/O."
>   Reapply "OvmfPkg/QemuVideoDxe: VMWare SVGA device support"
>   Reapply "OvmfPkg/QemuVideoDxe: list "UnalignedIoInternal.h" in the 
> INF
>     file"
> 
>  OvmfPkg/Include/IndustryStandard/VmwareSvga.h | 104 +++++++++++++
>  OvmfPkg/QemuVideoDxe/Driver.c                 | 135 ++++++++++++++++-
>  OvmfPkg/QemuVideoDxe/Gop.c                    |  65 +++++++-
>  OvmfPkg/QemuVideoDxe/Initialize.c             | 157 
> ++++++++++++++++++++
>  OvmfPkg/QemuVideoDxe/Qemu.h                   |  29 ++++
>  OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf         |   7 +
>  OvmfPkg/QemuVideoDxe/UnalignedIoGcc.c         |  70 +++++++++
>  OvmfPkg/QemuVideoDxe/UnalignedIoIcc.c         |  80 ++++++++++
>  OvmfPkg/QemuVideoDxe/UnalignedIoInternal.h    |  59 ++++++++
>  OvmfPkg/QemuVideoDxe/UnalignedIoMsc.c         |  78 ++++++++++
>  OvmfPkg/QemuVideoDxe/UnalignedIoUnsupported.c |  66 ++++++++
>  11 files changed, 843 insertions(+), 7 deletions(-)
>  create mode 100644 OvmfPkg/Include/IndustryStandard/VmwareSvga.h
>  create mode 100644 OvmfPkg/QemuVideoDxe/UnalignedIoGcc.c
>  create mode 100644 OvmfPkg/QemuVideoDxe/UnalignedIoIcc.c
>  create mode 100644 OvmfPkg/QemuVideoDxe/UnalignedIoInternal.h
>  create mode 100644 OvmfPkg/QemuVideoDxe/UnalignedIoMsc.c
>  create mode 100644 OvmfPkg/QemuVideoDxe/UnalignedIoUnsupported.c

Thank you for preventing an regression on stable QEMU.

Reviewed-by: yuchenlin <yuchenlin@synology.com>


  parent reply	other threads:[~2018-11-10  0:34 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-09 19:44 [PATCH 0/4] OvmfPkg: revert some untimely pushed VMW SVGA reverts Laszlo Ersek
2018-11-09 19:44 ` [PATCH 1/4] Reapply "OvmfPkg: VMWare SVGA display device register definitions" Laszlo Ersek
2018-11-09 19:44 ` [PATCH 2/4] Reapply "OvmfPkg/QemuVideoDxe: Helper functions for unaligned port I/O." Laszlo Ersek
2018-11-09 19:44 ` [PATCH 3/4] Reapply "OvmfPkg/QemuVideoDxe: VMWare SVGA device support" Laszlo Ersek
2018-11-09 19:44 ` [PATCH 4/4] Reapply "OvmfPkg/QemuVideoDxe: list "UnalignedIoInternal.h" in the INF file" Laszlo Ersek
2018-11-09 20:07 ` [PATCH 0/4] OvmfPkg: revert some untimely pushed VMW SVGA reverts Philippe Mathieu-Daudé
2018-11-09 20:31 ` Ard Biesheuvel
2018-11-10  0:33 ` yuchenlin [this message]
2018-11-12 11:36 ` Laszlo Ersek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bf6deb71a965560317ad831daae1ba9e@synology.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox