[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PULL 00/35] Misc patches for 2018-12-18
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PULL 00/35] Misc patches for 2018-12-18 |
Date: |
Wed, 19 Dec 2018 14:33:34 +0000 |
On Mon, 17 Dec 2018 at 23:23, Paolo Bonzini <address@hidden> wrote:
>
> The following changes since commit 0f98c9945899c5dfacd5a410ff04178eda605a16:
>
> Merge remote-tracking branch
> 'remotes/huth-gitlab/tags/pull-request-2018-12-12' into staging (2018-12-14
> 10:19:47 +0000)
>
> are available in the Git repository at:
>
> git://github.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to cf7d97201d31cf14c7285e76ffb58bd518280184:
>
> avoid TABs in files that only contain a few (2018-12-18 00:13:10 +0100)
>
> I removed the vhost-user patches, which need a small linux-headers update
> in order to fix the BSDs, and added TAB fixes and the script to convert
> multiline comments into 4-line format.
>
Something seems to be wrong with the new test harness, eg
for aarch32 builds I get:
PASS 50 test-hmp /arm/hmp/vexpress-a15
PASS 5 display-vga-test /x86_64/display/pci/virtio-gpu
PASS 1 intel-hda-test /x86_64/intel-hda/ich6
PASS 2 intel-hda-test /x86_64/intel-hda/ich9
shm_open: Permission denied
ERROR - missing test plan
/home/peter.maydell/qemu/tests/Makefile.include:836: recipe for target
'check-qtest-x86_64' failed
and OSX host prints
TEST check-tests/test-io-channel-buffer
TEST check-tests/test-base64
TEST check-tests/test-crypto-pbkdf
ERROR - missing test plan
PS: can the colorization be disabled? Grepping logfiles for
ERROR, FAIL, etc doesn't work in the presence of colour
escape sequences...
thanks
-- PMM
- [Qemu-devel] [PULL 26/35] qemu/queue.h: leave head structs anonymous unless necessary, (continued)
- [Qemu-devel] [PULL 26/35] qemu/queue.h: leave head structs anonymous unless necessary, Paolo Bonzini, 2018/12/17
- [Qemu-devel] [PULL 27/35] qemu/queue.h: typedef QTAILQ heads, Paolo Bonzini, 2018/12/17
- [Qemu-devel] [PULL 31/35] checkpatch: warn about qemu/queue.h head structs that are not typedef-ed, Paolo Bonzini, 2018/12/17
- [Qemu-devel] [PULL 28/35] qemu/queue.h: remove Q_TAILQ_{HEAD, ENTRY}, Paolo Bonzini, 2018/12/17
- [Qemu-devel] [PULL 29/35] qemu/queue.h: reimplement QTAILQ without pointer-to-pointers, Paolo Bonzini, 2018/12/17
- [Qemu-devel] [PULL 32/35] hw/watchdog/wdt_i6300esb: remove a unnecessary comment, Paolo Bonzini, 2018/12/17
- [Qemu-devel] [PULL 33/35] scripts: add script to convert multiline comments into 4-line format, Paolo Bonzini, 2018/12/17
- [Qemu-devel] [PULL 30/35] qemu/queue.h: simplify reverse access to QTAILQ, Paolo Bonzini, 2018/12/17
- [Qemu-devel] [PULL 34/35] remove space-tab sequences, Paolo Bonzini, 2018/12/17
- [Qemu-devel] [PULL 35/35] avoid TABs in files that only contain a few, Paolo Bonzini, 2018/12/17
- Re: [Qemu-devel] [PULL 00/35] Misc patches for 2018-12-18,
Peter Maydell <=