mbox

[PULL,0/1] Vga 20200213 patches

Message ID 20200213090627.2181-1-kraxel@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Gerd Hoffmann Feb. 13, 2020, 9:06 a.m. UTC
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(-)

Comments

Peter Maydell Feb. 14, 2020, 10:21 a.m. UTC | #1
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