Re: [PULL 0/9] Block patches

2022-05-28 Thread Philippe Mathieu-Daudé via
On Thu, May 12, 2022 at 12:29 AM Philippe Mathieu-Daudé wrote: > > Hi Stefan, Nicolas, > > > Nicolas Saenz Julienne (3): > > Introduce event-loop-base abstract class > > util/main-loop: Introduce the main loop into QOM > > util/event-loop-base: Introduce options to set the thread pool size

Re: [PULL 0/9] Block patches

2022-05-11 Thread Philippe Mathieu-Daudé via
Hi Stefan, Nicolas, On Mon, May 9, 2022 at 3:14 PM Stefan Hajnoczi wrote: > > The following changes since commit 554623226f800acf48a2ed568900c1c968ec9a8b: > > Merge tag 'qemu-sparc-20220508' of https://github.com/mcayland/qemu into > staging (2022-05-08 17:03:26 -0500) > > are available in

Re: [PULL 0/9] Block patches

2022-05-09 Thread Richard Henderson
On 5/9/22 07:53, Stefan Hajnoczi wrote: The following changes since commit 554623226f800acf48a2ed568900c1c968ec9a8b: Merge tag 'qemu-sparc-20220508' of https://github.com/mcayland/qemu into staging (2022-05-08 17:03:26 -0500) are available in the Git repository at:

[PULL 0/9] Block patches

2022-05-09 Thread Stefan Hajnoczi
The following changes since commit 554623226f800acf48a2ed568900c1c968ec9a8b: Merge tag 'qemu-sparc-20220508' of https://github.com/mcayland/qemu into staging (2022-05-08 17:03:26 -0500) are available in the Git repository at: https://gitlab.com/stefanha/qemu.git tags/block-pull-request

Re: [PULL 0/9] Block patches for 6.0-rc1

2021-03-30 Thread Peter Maydell
On Tue, 30 Mar 2021 at 13:40, Max Reitz wrote: > > The following changes since commit ec2e6e016d24bd429792d08cf607e4c5350dcdaa: > > Merge remote-tracking branch > 'remotes/vivier2/tags/linux-user-for-6.0-pull-request' into staging > (2021-03-28 19:49:57 +0100) > > are available in the Git

[PULL 0/9] Block patches for 6.0-rc1

2021-03-30 Thread Max Reitz
The following changes since commit ec2e6e016d24bd429792d08cf607e4c5350dcdaa: Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.0-pull-request' into staging (2021-03-28 19:49:57 +0100) are available in the Git repository at: https://github.com/XanClic/qemu.git

Re: [PULL 0/9] Block patches

2020-03-11 Thread Peter Maydell
On Wed, 11 Mar 2020 at 12:40, Stefan Hajnoczi wrote: > > The following changes since commit 67f17e23baca5dd545fe98b01169cc351a70fe35: > > Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging > (2020-03-06 17:15:36 +) > > are available in the Git repository at: > >

Re: [PULL 0/9] Block patches

2020-03-11 Thread Stefan Hajnoczi
On Wed, Mar 11, 2020 at 06:51:46AM -0700, no-re...@patchew.org wrote: > Patchew URL: > https://patchew.org/QEMU/20200311124045.277969-1-stefa...@redhat.com/ ... > === OUTPUT BEGIN === > 1/9 Checking commit 86ac8a79649d (qemu/queue.h: clear linked list pointers on > remove) > ERROR: do not use

Re: [PULL 0/9] Block patches

2020-03-11 Thread Stefan Hajnoczi
On Wed, Mar 11, 2020 at 06:50:37AM -0700, no-re...@patchew.org wrote: > Patchew URL: > https://patchew.org/QEMU/20200311124045.277969-1-stefa...@redhat.com/ ... > dbus-daemon[12353]: Could not get password database information for UID of > current process: User "???" unknown or no memory to

Re: [PULL 0/9] Block patches

2020-03-11 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200311124045.277969-1-stefa...@redhat.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PULL 0/9] Block patches Message-id: 20200311124045.277969-1-stefa...@redhat.com Type: series === TEST

Re: [PULL 0/9] Block patches

2020-03-11 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200311124045.277969-1-stefa...@redhat.com/ Hi, This series failed the asan 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

[PULL 0/9] Block patches

2020-03-11 Thread Stefan Hajnoczi
The following changes since commit 67f17e23baca5dd545fe98b01169cc351a70fe35: Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2020-03-06 17:15:36 +) are available in the Git repository at: https://github.com/stefanha/qemu.git tags/block-pull-request for you

Re: [Qemu-block] [PULL 0/9] Block patches

2019-02-12 Thread Peter Maydell
On Tue, 12 Feb 2019 at 03:51, Stefan Hajnoczi wrote: > > On Mon, Feb 11, 2019 at 11:42:14AM +, Peter Maydell wrote: > > Hi; this fails to pass "make check" (all platforms): > > > > MALLOC_PERTURB_=${MALLOC_PERTURB_:-$(( ${RANDOM:-0} % 255 + 1))} > >

Re: [Qemu-block] [PULL 0/9] Block patches

2019-02-12 Thread Stefano Garzarella
On Tue, Feb 12, 2019 at 11:51:18AM +0800, Stefan Hajnoczi wrote: > On Mon, Feb 11, 2019 at 11:42:14AM +, Peter Maydell wrote: > > > > Hi; this fails to pass "make check" (all platforms): > > > > MALLOC_PERTURB_=${MALLOC_PERTURB_:-$(( ${RANDOM:-0} % 255 + 1))} > >

Re: [Qemu-block] [PULL 0/9] Block patches

2019-02-11 Thread Stefan Hajnoczi
On Mon, Feb 11, 2019 at 11:42:14AM +, Peter Maydell wrote: > On Mon, 11 Feb 2019 at 05:50, Stefan Hajnoczi wrote: > > > > The following changes since commit e47f81b617684c4546af286d307b69014a83538a: > > > > Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into > >

Re: [Qemu-block] [PULL 0/9] Block patches

2019-02-11 Thread Peter Maydell
On Mon, 11 Feb 2019 at 05:50, Stefan Hajnoczi wrote: > > The following changes since commit e47f81b617684c4546af286d307b69014a83538a: > > Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into > staging (2019-02-07 18:53:25 +) > > are available in the Git repository at:

[Qemu-block] [PULL 0/9] Block patches

2019-02-10 Thread Stefan Hajnoczi
The following changes since commit e47f81b617684c4546af286d307b69014a83538a: Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into staging (2019-02-07 18:53:25 +) are available in the Git repository at: git://github.com/stefanha/qemu.git tags/block-pull-request for

Re: [Qemu-block] [PULL 0/9] Block patches

2017-02-21 Thread Peter Maydell
On 21 February 2017 at 15:40, Jeff Cody wrote: > The following changes since commit a1cf5fac2b929ffa2abd1285401f2535ff8c6fea: > > Merge remote-tracking branch 'remotes/armbru/tags/pull-block-2017-02-21' > into staging (2017-02-21 13:58:50 +) > > are available in the git

[Qemu-block] [PULL 0/9] Block patches

2017-02-21 Thread Jeff Cody
The following changes since commit a1cf5fac2b929ffa2abd1285401f2535ff8c6fea: Merge remote-tracking branch 'remotes/armbru/tags/pull-block-2017-02-21' into staging (2017-02-21 13:58:50 +) are available in the git repository at: g...@github.com:codyprime/qemu-kvm-jtc.git