mbox

[PULL,0/2] Ati 20190919 patches

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

Pull-request

git://git.kraxel.org/qemu tags/ati-20190919-pull-request

Message

Gerd Hoffmann Sept. 19, 2019, 9:10 a.m. UTC
The following changes since commit f8c3db33a5e863291182f8862ddf81618a7c6194:

  target/sparc: Switch to do_transaction_failed() hook (2019-09-17 12:01:00 +0100)

are available in the Git repository at:

  git://git.kraxel.org/qemu tags/ati-20190919-pull-request

for you to fetch changes up to aab0e2a661b2b6bf7915c0aefe807fb60d6d9d13:

  ati: use vga_read_byte in ati_cursor_define (2019-09-19 10:37:46 +0200)

----------------------------------------------------------------
vga: fix cursor code in ati-vga.

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

Gerd Hoffmann (2):
  vga: move access helpers to separate include file
  ati: use vga_read_byte in ati_cursor_define

 hw/display/vga-access.h  | 49 ++++++++++++++++++++++++++++++++++++++++
 hw/display/vga-helpers.h | 26 ---------------------
 hw/display/ati.c         | 19 ++++++++--------
 hw/display/vga.c         |  1 +
 4 files changed, 60 insertions(+), 35 deletions(-)
 create mode 100644 hw/display/vga-access.h

Comments

Peter Maydell Sept. 19, 2019, 4:15 p.m. UTC | #1
On Thu, 19 Sep 2019 at 10:17, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit f8c3db33a5e863291182f8862ddf81618a7c6194:
>
>   target/sparc: Switch to do_transaction_failed() hook (2019-09-17 12:01:00 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/ati-20190919-pull-request
>
> for you to fetch changes up to aab0e2a661b2b6bf7915c0aefe807fb60d6d9d13:
>
>   ati: use vga_read_byte in ati_cursor_define (2019-09-19 10:37:46 +0200)
>
> ----------------------------------------------------------------
> vga: fix cursor code in ati-vga.
>
> ----------------------------------------------------------------
>
> Gerd Hoffmann (2):
>   vga: move access helpers to separate include file
>   ati: use vga_read_byte in ati_cursor_define

Applied, thanks.

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

-- PMM
no-reply@patchew.org Sept. 20, 2019, 8:37 a.m. UTC | #2
Patchew URL: https://patchew.org/QEMU/20190919091043.24503-1-kraxel@redhat.com/



Hi,

This series seems to have some coding style problems. See output below for
more information:

Message-id: 20190919091043.24503-1-kraxel@redhat.com
Subject: [Qemu-devel] [PULL 0/2] Ati 20190919 patches
Type: series

=== TEST SCRIPT BEGIN ===
#!/bin/bash
git rev-parse base > /dev/null || exit 0
git config --local diff.renamelimit 0
git config --local diff.renames True
git config --local diff.algorithm histogram
./scripts/checkpatch.pl --mailback base..
=== TEST SCRIPT END ===

Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384
From https://github.com/patchew-project/qemu
 * [new tag]         patchew/20190920082543.23444-1-vsementsov@virtuozzo.com -> patchew/20190920082543.23444-1-vsementsov@virtuozzo.com
Switched to a new branch 'test'

=== OUTPUT BEGIN ===
checkpatch.pl: no revisions returned for revlist '1'
=== OUTPUT END ===

Test command exited with code: 255


The full log is available at
http://patchew.org/logs/20190919091043.24503-1-kraxel@redhat.com/testing.checkpatch/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com
no-reply@patchew.org Sept. 20, 2019, 8:49 a.m. UTC | #3
Patchew URL: https://patchew.org/QEMU/20190919091043.24503-1-kraxel@redhat.com/



Hi,

This series failed the docker-mingw@fedora build test. Please find the testing commands and
their output below. If you have Docker installed, you can probably reproduce it
locally.

=== TEST SCRIPT BEGIN ===
#! /bin/bash
export ARCH=x86_64
make docker-image-fedora V=1 NETWORK=1
time make docker-test-mingw@fedora J=14 NETWORK=1
=== TEST SCRIPT END ===

  CC      blockjob.o
  CC      job.o

Encoding error:
'utf-8' codec can't decode byte 0x95 in position 799: invalid start byte
The full traceback has been saved in /tmp/sphinx-err-zjp9t90x.log, if you want to report the issue to the developers.
  CC      qemu-io-cmds.o


The full log is available at
http://patchew.org/logs/20190919091043.24503-1-kraxel@redhat.com/testing.docker-mingw@fedora/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com