[PULL 0/1] Vga 20200213 patches

Gerd Hoffmann posted 1 patch 4 years, 2 months ago
Test docker-quick@centos7 passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200213090627.2181-1-kraxel@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Eduardo Habkost <ehabkost@redhat.com>
hw/display/qxl.h  | 2 +-
hw/core/machine.c | 2 ++
hw/display/qxl.c  | 7 ++++++-
3 files changed, 9 insertions(+), 2 deletions(-)
[PULL 0/1] Vga 20200213 patches
Posted by Gerd Hoffmann 4 years, 2 months ago
The following changes since commit e18e5501d8ac692d32657a3e1ef545b14e72b730:

  Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-20200210' into staging (2020-02-10 18:09:14 +0000)

are available in the Git repository at:

  git://git.kraxel.org/qemu tags/vga-20200213-pull-request

for you to fetch changes up to ed71c09ffd6fbd01c2a487d47291ae57b08671ea:

  qxl: introduce hardware revision 5 (2020-02-13 08:31:40 +0100)

----------------------------------------------------------------
qxl: introduce hardware revision 5

----------------------------------------------------------------

Gerd Hoffmann (1):
  qxl: introduce hardware revision 5

 hw/display/qxl.h  | 2 +-
 hw/core/machine.c | 2 ++
 hw/display/qxl.c  | 7 ++++++-
 3 files changed, 9 insertions(+), 2 deletions(-)

-- 
2.18.2


Re: [PULL 0/1] Vga 20200213 patches
Posted by Peter Maydell 4 years, 2 months ago
On Thu, 13 Feb 2020 at 09:07, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit e18e5501d8ac692d32657a3e1ef545b14e72b730:
>
>   Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-20200210' into staging (2020-02-10 18:09:14 +0000)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/vga-20200213-pull-request
>
> for you to fetch changes up to ed71c09ffd6fbd01c2a487d47291ae57b08671ea:
>
>   qxl: introduce hardware revision 5 (2020-02-13 08:31:40 +0100)
>
> ----------------------------------------------------------------
> qxl: introduce hardware revision 5
>
> ----------------------------------------------------------------
>
> Gerd Hoffmann (1):
>   qxl: introduce hardware revision 5


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.0
for any user-visible changes.

-- PMM