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 the

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: https://gitlab.com/st

[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 for

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 repo

[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 tags/pull-bl

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: > > h

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 ass

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 alloc

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 ex

[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-devel] [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))} > > QTEST_QEMU_BINARY=arm-softmmu/qemu-system-ar

Re: [Qemu-devel] [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))} > > QTEST_QEMU_BINARY=arm-softmmu

Re: [Qemu-devel] [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 > > stagin

Re: [Qemu-devel] [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-devel] [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-devel] [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 repository at: > >

[Qemu-devel] [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 tags/block-pull-r

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

2016-06-28 Thread Peter Maydell
On 28 June 2016 at 14:23, Stefan Hajnoczi wrote: > The following changes since commit fdc997ef54c5b2c3483969aee5f1d5f2a7587520: > > target-alpha: Avoid gcc 6.1 werror for linux-user (2016-06-27 21:03:58 > +0100) > > are available in the git repository at: > > git://github.com/stefanha/qemu.gi

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

2016-06-28 Thread Stefan Hajnoczi
The following changes since commit fdc997ef54c5b2c3483969aee5f1d5f2a7587520: target-alpha: Avoid gcc 6.1 werror for linux-user (2016-06-27 21:03:58 +0100) are available in the git repository at: git://github.com/stefanha/qemu.git tags/block-pull-request for you to fetch changes up to 2f2705

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

2014-03-04 Thread Peter Maydell
On 28 February 2014 18:33, Stefan Hajnoczi wrote: > The following changes since commit 9fbee91a131a05e443d7108d7fbdf3ca91020290: > > Merge remote-tracking branch 'remotes/kvm/uq/master' into staging > (2014-02-27 16:00:31 +) > > are available in the git repository at: > > > git://github.c

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

2014-02-28 Thread Stefan Hajnoczi
The following changes since commit 9fbee91a131a05e443d7108d7fbdf3ca91020290: Merge remote-tracking branch 'remotes/kvm/uq/master' into staging (2014-02-27 16:00:31 +) are available in the git repository at: git://github.com/stefanha/qemu.git tags/block-pull-request for you to fetch ch

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

2013-03-04 Thread Stefan Hajnoczi
The following changes since commit 806f352d3d6f7b326b0ab3a49c622b124459dc8d: gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end (2013-03-03 14:29:08 +) are available in the git repository at: git://github.com/stefanha/qemu.git block for you to fetch changes up to 272d2d8e124

[Qemu-devel] [PULL 0/9] Block patches (master and 1.1)

2012-05-02 Thread Kevin Wolf
The following changes since commit 563987d0a799f90b58a575b190a57546c335191b: Merge remote-tracking branch 'kiszka/queues/slirp' into staging (2012-05-01 18:48:01 -0500) are available in the git repository at: git://repo.or.cz/qemu/kevin.git for-anthony Alexander Graf (1): ATA: Allow

Re: [Qemu-devel] [PULL 0/9] Block patches for 1.0

2011-11-21 Thread Anthony Liguori
On 11/18/2011 08:03 AM, Kevin Wolf wrote: The following changes since commit 3f5bd4e1b874590d3d76e031530799a4610da6dc: Update version to 1.0-rc2 (2011-11-14 11:26:32 -0600) are available in the git repository at: git://repo.or.cz/qemu/kevin.git for-anthony Pulled. Thanks. Regards, An

[Qemu-devel] [PULL 0/9] Block patches for 1.0

2011-11-18 Thread Kevin Wolf
The following changes since commit 3f5bd4e1b874590d3d76e031530799a4610da6dc: Update version to 1.0-rc2 (2011-11-14 11:26:32 -0600) are available in the git repository at: git://repo.or.cz/qemu/kevin.git for-anthony Paolo Bonzini (8): scsi: fix fw path scsi-disk: guess geometry

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

2011-03-21 Thread Aurelien Jarno
On Mon, Mar 21, 2011 at 02:31:37PM +0100, Kevin Wolf wrote: > Am 16.03.2011 11:47, schrieb Kevin Wolf: > > The following changes since commit cc015e9a5dde2f03f123357fa060acbdfcd570a4: > > > > add Win32 IPI service (2011-03-13 14:44:22 +) > > > > are available in the git repository at: > >

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

2011-03-21 Thread Kevin Wolf
Am 16.03.2011 11:47, schrieb Kevin Wolf: > The following changes since commit cc015e9a5dde2f03f123357fa060acbdfcd570a4: > > add Win32 IPI service (2011-03-13 14:44:22 +) > > are available in the git repository at: > git://repo.or.cz/qemu/kevin.git for-anthony > > Brian Wheeler (1): >

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

2011-03-16 Thread Kevin Wolf
The following changes since commit cc015e9a5dde2f03f123357fa060acbdfcd570a4: add Win32 IPI service (2011-03-13 14:44:22 +) are available in the git repository at: git://repo.or.cz/qemu/kevin.git for-anthony Brian Wheeler (1): Fix ATA SMART and CHECK POWER MODE Feiran Zheng (1):