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



> On 9 Nov 2018, at 20:44, Laszlo Ersek <lersek@redhat.com> 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
> 

Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>




  parent reply	other threads:[~2018-11-09 20:31 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 [this message]
2018-11-10  0:33 ` yuchenlin
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=1AEF6ECA-0011-460D-A928-B79C82FD8993@linaro.org \
    --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