[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PULL v3 00/27] Block patches
From: |
Peter Maydell |
Subject: |
Re: [PULL v3 00/27] Block patches |
Date: |
Fri, 5 Feb 2021 22:53:55 +0000 |
On Fri, 5 Feb 2021 at 16:45, Stefan Hajnoczi <stefanha@redhat.com> wrote:
>
> The following changes since commit e2c5093c993ef646e4e28f7aa78429853bcc06ac:
>
> iotests: 30: drop from auto group (and effectively from make check)
> (2021-02-05 15:16:13 +0000)
>
> are available in the Git repository at:
>
> https://gitlab.com/stefanha/qemu.git tags/block-pull-request
>
> for you to fetch changes up to b07011f375bda3319cf72eee7cb18d310078387b:
>
> docs: fix Parallels Image "dirty bitmap" section (2021-02-05 16:36:36 +0000)
>
> ----------------------------------------------------------------
> Pull request
>
> v3:
> * Replace {0} array initialization with {} to make clang happy [Peter]
>
> ----------------------------------------------------------------
Fails 'make check' on s390x host:
socket_accept failed: Resource temporarily unavailable
**
ERROR:../../tests/qtest/libqtest.c:308:qtest_init_without_qmp_handshake:
assertion failed: (s->fd >= 0 && s->qmp_fd >= 0)
../../tests/qtest/libqtest.c:181: kill_qemu() detected QEMU death from
signal 6 (Aborted) (core dumped)
socket_accept failed: Resource temporarily unavailable
**
ERROR:../../tests/qtest/libqtest.c:308:qtest_init_without_qmp_handshake:
assertion failed: (s->fd >= 0 && s->qmp_fd >= 0)
../../tests/qtest/libqtest.c:181: kill_qemu() detected QEMU death from
signal 6 (Aborted) (core dumped)
ERROR qtest-s390x/pxe-test - Bail out!
ERROR:../../tests/qtest/libqtest.c:308:qtest_init_without_qmp_handshake:
assertion failed: (s->fd >= 0 && s->qmp_fd >= 0)
ERROR qtest-s390x/test-netfilter - Bail out!
ERROR:../../tests/qtest/libqtest.c:308:qtest_init_without_qmp_handshake:
assertion failed: (s->fd >= 0 && s->qmp_fd >= 0)
Makefile.mtest:3121: recipe for target 'run-test-388' failed
make: *** [run-test-388] Error 1
make: *** Waiting for unfinished jobs....
Makefile.mtest:3113: recipe for target 'run-test-387' failed
thanks
-- PMM
- [PULL v3 18/27] multi-process: setup memory manager for remote device, (continued)
- [PULL v3 18/27] multi-process: setup memory manager for remote device, Stefan Hajnoczi, 2021/02/05
- [PULL v3 19/27] multi-process: introduce proxy object, Stefan Hajnoczi, 2021/02/05
- [PULL v3 20/27] multi-process: add proxy communication functions, Stefan Hajnoczi, 2021/02/05
- [PULL v3 21/27] multi-process: Forward PCI config space acceses to the remote process, Stefan Hajnoczi, 2021/02/05
- [PULL v3 22/27] multi-process: PCI BAR read/write handling for proxy & remote endpoints, Stefan Hajnoczi, 2021/02/05
- [PULL v3 23/27] multi-process: Synchronize remote memory, Stefan Hajnoczi, 2021/02/05
- [PULL v3 24/27] multi-process: create IOHUB object to handle irq, Stefan Hajnoczi, 2021/02/05
- [PULL v3 25/27] multi-process: Retrieve PCI info from remote process, Stefan Hajnoczi, 2021/02/05
- [PULL v3 26/27] multi-process: perform device reset in the remote process, Stefan Hajnoczi, 2021/02/05
- [PULL v3 27/27] docs: fix Parallels Image "dirty bitmap" section, Stefan Hajnoczi, 2021/02/05
- Re: [PULL v3 00/27] Block patches,
Peter Maydell <=