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

2016-09-13 Thread Peter Maydell
On 13 September 2016 at 06:42, Jeff Cody  wrote:
> The following changes since commit 7263da78045dc91cc207f350911efe4259e99b3c:
>
>   Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' 
> into staging (2016-09-12 15:09:47 +0100)
>
> are available in the git repository at:
>
>   g...@github.com:codyprime/qemu-kvm-jtc.git tags/block-pull-request
>
> for you to fetch changes up to c76d7aab81c264e3452e778f030fb3760e5edbb9:
>
>   qapi/block-core: add doc describing GlusterServer vs. SocketAddress 
> (2016-09-13 01:34:55 -0400)
>
> 
> Block patches
> 
>
> Prasanna Kumar Kalever (2):
>   block/gluster: add support to choose libgfapi logfile
>   qapi/block-core: add doc describing GlusterServer vs. SocketAddress
>
>  block/gluster.c  | 42 ++
>  qapi/block-core.json | 17 -
>  2 files changed, 54 insertions(+), 5 deletions(-)

Applied, thanks.

-- PMM



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

2017-06-15 Thread Juan Quintela
Jeff Cody  wrote:
> On Wed, Jun 14, 2017 at 03:26:52PM -0700, no-re...@patchew.org wrote:
>> Hi,
>> 
>> This series failed automatic build test. Please find the testing commands and
>> their output below. If you have docker installed, you can probably reproduce 
>> it
>> locally.
>> 
>> Type: series
>> Subject: [Qemu-devel] [PULL 0/2] Block patches
>> Message-id: 20170614215526.9218-1-jc...@redhat.com
>> 
>> === TEST SCRIPT BEGIN ===
>> #!/bin/bash
>> set -e
>> git submodule update --init dtc
>> # Let docker tests dump environment info
>> export SHOW_ENV=1
>> export J=8
>> # master is broken, skip centos6...
>> #time make docker-test-quick@centos6
>> time make docker-test-mingw@fedora
>> time make docker-test-build@min-glib
>> === TEST SCRIPT END ===
>> 
>> Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384
>> From https://github.com/patchew-project/qemu
>>  * [new tag] patchew/20170614215526.9218-1-jc...@redhat.com ->
>> patchew/20170614215526.9218-1-jc...@redhat.com
>> Switched to a new branch 'test'
>> 2f0938b block/iscsi: enable filename option and parsing
>> e6b28ad block/rbd: enable filename option and parsing
>>
>
> [...]
>
>>   CC  hw/pci-bridge/pcie_root_port.o
>>   CC  hw/pci-bridge/gen_pcie_root_port.o
>>   CC  hw/pci-bridge/pci_expander_bridge.o
>> In file included from /tmp/qemu-test/src/hw/net/vmxnet3.c:30:
>> /tmp/qemu-test/src/include/migration/register.h:18: error:
>> redefinition of typedef ‘LoadStateHandler’
>> /tmp/qemu-test/src/include/migration/vmstate.h:32: note: previous
>> declaration of ‘LoadStateHandler’ was here
>
> Just an FYI, this appears to be unrelated to the actual patches in the pull
> req.

It is, sorry.

I sent a PULL requset with the fix on my last PULL request.

Peter, should I do something to speed up that one?

Later, Juan.



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

2017-06-20 Thread Peter Maydell
On 14 June 2017 at 22:55, Jeff Cody  wrote:
> The following changes since commit 3f0602927b120a480b35dcf58cf6f95435b3ae91:
>
>   Merge remote-tracking branch 
> 'remotes/pmaydell/tags/pull-target-arm-20170613' into staging (2017-06-13 
> 15:49:07 +0100)
>
> are available in the git repository at:
>
>   git://github.com/codyprime/qemu-kvm-jtc.git tags/block-pull-request
>
> for you to fetch changes up to 5c3ad1a6a8fa041c57403dbe1fc5927eec0be66b:
>
>   block/iscsi: enable filename option and parsing (2017-06-14 17:39:46 -0400)
>
> 
> Block patches
> 
>
> Jeff Cody (2):
>   block/rbd: enable filename option and parsing
>   block/iscsi: enable filename option and parsing
>
>  block/iscsi.c | 22 +-
>  block/rbd.c   | 22 +-
>  2 files changed, 42 insertions(+), 2 deletions(-)

Applied, thanks.

-- PMM



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

2017-02-28 Thread Peter Maydell
On 28 February 2017 at 04:37, Jeff Cody  wrote:
> The following changes since commit 8f2d7c341184a95d05476ea3c45dbae2b9ddbe51:
>
>   Merge remote-tracking branch 
> 'remotes/berrange/tags/pull-qcrypto-2017-02-27-1' into staging (2017-02-27 
> 15:33:21 +)
>
> are available in the git repository at:
>
>   https://github.com/codyprime/qemu-kvm-jtc.git tags/block-pull-request
>
> for you to fetch changes up to 51654aa52a94612edfaf76dcb51c0a0b7821c90d:
>
>   iscsi: add missing colons to the qapi docs (2017-02-27 23:33:41 -0500)
>
> 
> Block patches for 2.9
> 

Applied, thanks.

-- PMM



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

2017-07-18 Thread Peter Maydell
On 18 July 2017 at 05:17, Jeff Cody  wrote:
> The following changes since commit ca4e667dbf431d4a2a5a619cde79d30dd2ac3eb2:
>
>   Merge remote-tracking branch 
> 'remotes/kraxel/tags/usb-20170717-pull-request' into staging (2017-07-17 
> 17:54:17 +0100)
>
> are available in the git repository at:
>
>   git://github.com/codyprime/qemu-kvm-jtc.git tags/block-pull-request
>
> for you to fetch changes up to 8508eee740c78d1465e25dad7c3e06137485dfbc:
>
>   live-block-ops.txt: Rename, rewrite, and improve it (2017-07-18 00:11:01 
> -0400)
>
> 
> Block patches (documentation)
> 
>
> Kashyap Chamarthy (2):
>   bitmaps.md: Convert to rST; move it into 'interop' dir
>   live-block-ops.txt: Rename, rewrite, and improve it

Applied, thanks.

-- PMM



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

2018-02-02 Thread Peter Maydell
On 1 February 2018 at 04:06, Jeff Cody  wrote:
> The following changes since commit b05631954d6dfe93340d516660397e2c1a2a5dd6:
>
>   Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20180131' into 
> staging (2018-01-31 15:50:29 +)
>
> are available in the git repository at:
>
>   git://github.com/codyprime/qemu-kvm-jtc.git tags/block-pull-request
>
> for you to fetch changes up to 45a79646ea746fa3f32083d0aa70512aae29f6b3:
>
>   iotests: Make 200 run on tmpfs (2018-01-31 22:37:00 -0500)
>
> 
> Block patches
> 

Applied, thanks.

-- PMM



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

2019-01-15 Thread Peter Maydell
On Mon, 14 Jan 2019 at 16:34, Stefan Hajnoczi  wrote:
>
> The following changes since commit 7260438b7056469610ee166f7abe9ff8a26b8b16:
>
>   Merge remote-tracking branch 
> 'remotes/palmer/tags/riscv-for-master-3.2-part2' into staging (2019-01-14 
> 11:41:43 +)
>
> are available in the Git repository at:
>
>   git://github.com/stefanha/qemu.git tags/block-pull-request
>
> for you to fetch changes up to fef1660132b0f25bf2d275d7f986ddcfe19a4426:
>
>   aio-posix: Fix concurrent aio_poll/set_fd_handler. (2019-01-14 14:09:41 
> +)
>
> 
> Pull request
>
> No user-visible changes.
>
> 
>

Applied, thanks.
-- PMM



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

2019-08-27 Thread Peter Maydell
On Thu, 22 Aug 2019 at 16:53, Stefan Hajnoczi  wrote:
>
> The following changes since commit 33f18cf7dca7741d3647d514040904ce83edd73d:
>
>   Merge remote-tracking branch 
> 'remotes/kraxel/tags/audio-20190821-pull-request' into staging (2019-08-21 
> 15:18:50 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/stefanha/qemu.git tags/block-pull-request
>
> for you to fetch changes up to 5d4c1ed3d46d7e2010b389fe5f3376f605182ab0:
>
>   vhost-user-scsi: prevent using uninitialized vqs (2019-08-22 16:52:23 +0100)
>
> 
> Pull request
>
> 


Applied, thanks.

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

-- PMM



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

2018-08-23 Thread Peter Maydell
On 22 August 2018 at 04:43, Jeff Cody  wrote:
> The following changes since commit ee135aa0428fe5af2af7be04ff16d2b596a9330a:
>
>   Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20180821' 
> into staging (2018-08-21 13:27:11 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/codyprime/qemu-kvm-jtc.git tags/block-pull-request
>
> for you to fetch changes up to 26bf474ba92c76e61bea51726e22da6dfd185296:
>
>   block: iotest to catch abort on forced blockjob cancel (2018-08-21 15:20:37 
> -0400)
>
> 
> Block job patches
> 
>
> Jeff Cody (2):
>   block: for jobs, do not clear user_paused until after the resume
>   block: iotest to catch abort on forced blockjob cancel

Applied, thanks.

-- PMM



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

2018-10-29 Thread Peter Maydell
On 29 October 2018 at 13:56, Stefan Hajnoczi  wrote:
> The following changes since commit 285278ca785f5fa9a570927e1c0958a2ca2b2150:
>
>   Merge remote-tracking branch 'remotes/famz/tags/testing-pull-request' into 
> staging (2018-10-27 19:55:08 +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 bd54b11062c4baa7d2e4efadcf71b8cfd55311fd:
>
>   nvdimm: Add docs hint for Linux driver name (2018-10-29 13:35:22 +)
>
> 
> Pull request
>
> No changelog-worthy entries, just small tweaks.
>
> 
>

Applied, thanks.

-- PMM



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

2018-12-13 Thread Peter Maydell
On Wed, 12 Dec 2018 at 09:53, Stefan Hajnoczi  wrote:
>
> The following changes since commit bb9bf94b3e8926553290bc9a7cb84315af422086:
>
>   Merge remote-tracking branch 
> 'remotes/ehabkost/tags/machine-next-pull-request' into staging (2018-12-11 
> 19:18:58 +)
>
> are available in the Git repository at:
>
>   git://github.com/stefanha/qemu.git tags/block-pull-request
>
> for you to fetch changes up to e61809ed8ac3a2f68eb1cc231244f84eb06adacf:
>
>   virtio-blk: fix comment for virtio_blk_rw_complete as nalloc is initially 
> -1 (2018-12-12 09:16:55 +)
>
> 
> Pull request
>
> Minor virtio-blk fixes.
>
> 
>
> Dongli Zhang (2):
>   virtio-blk: rename iov to out_iov in virtio_blk_handle_request()
>   virtio-blk: fix comment for virtio_blk_rw_complete as nalloc is
> initially -1
>

Applied, thanks.

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

-- PMM



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

2018-06-05 Thread Peter Maydell
On 5 June 2018 at 15:19, Jeff Cody  wrote:
> The following changes since commit 41feb5b955f0d7c9d071b2c5adbc404ae2895c7a:
>
>   Merge remote-tracking branch 
> 'remotes/vivier2/tags/linux-user-for-3.0-pull-request' into staging 
> (2018-06-05 10:38:33 +0100)
>
> are available in the git repository at:
>
>   git://github.com/codyprime/qemu-kvm-jtc.git tags/block-pull-request
>
> for you to fetch changes up to 68acc99f143b60ec4faa2903065b187d4d3c4bf3:
>
>   sheepdog: remove huge BSS object (2018-06-05 10:15:12 -0400)
>
> 
> Sheepdog patches
> 
>
> Paolo Bonzini (2):
>   sheepdog: cleanup repeated expression
>   sheepdog: remove huge BSS object
>
>  block/sheepdog.c | 28 +++-
>  1 file changed, 15 insertions(+), 13 deletions(-)

Applied, thanks.

-- PMM



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

2018-06-28 Thread Peter Maydell
On 27 June 2018 at 15:48, Stefan Hajnoczi  wrote:
> The following changes since commit 00928a421d47f49691cace1207481b7aad31b1f1:
>
>   Merge remote-tracking branch 
> 'remotes/pmaydell/tags/pull-target-arm-20180626' into staging (2018-06-26 
> 18:23:49 +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 ed6e2161715c527330f936d44af4c547f25f687e:
>
>   linux-aio: properly bubble up errors from initialization (2018-06-27 
> 13:06:34 +0100)
>
> 
> Pull request
>
>  * Gracefully handle Linux AIO init failure
>

Applied, thanks.

-- PMM



Re: [Qemu-block] [PULL 0/2] Block patches for 2.7

2016-07-27 Thread Peter Maydell
On 26 July 2016 at 21:52, Jeff Cody  wrote:
> The following changes since commit f49ee630d73729ecaeecf4b38a8df11bc613914d:
>
>   Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160726' 
> into staging (2016-07-26 11:53:47 +0100)
>
> are available in the git repository at:
>
>
>   g...@github.com:codyprime/qemu-kvm-jtc.git tags/block-pull-request
>
> for you to fetch changes up to 0965a41e998ab820b5d660c8abfc8c819c97bc1b:
>
>   mirror: double performance of the bulk stage if the disc is full 
> (2016-07-26 16:23:36 -0400)
>
> 
> Block patches for 2.7
> 

Applied, thanks.

-- PMM



Re: [Qemu-block] [PULL 0/2] Block patches for 2.6

2016-03-19 Thread Peter Maydell
On 16 March 2016 at 17:38, Jeff Cody  wrote:
> The following changes since commit 0ebc03bc065329eaefb6493f5fa7df08df528f2a:
>
>   util/base64.c: Clean includes (2016-03-16 12:48:11 +)
>
> are available in the git repository at:
>
>   g...@github.com:codyprime/qemu-kvm-jtc.git tags/block-pull-request
>
> for you to fetch changes up to 773460256bb65b7ef5948cedc31aa8bc889ac86f:
>
>   MAINTAINERS: Fix typo, block/stream.h -> block/stream.c (2016-03-16 
> 13:25:29 -0400)
>
> 
> Block patches for 2.6
> 
>

Applied, thanks.

-- PMM



Re: [Qemu-block] [PULL 0/2] Block patches for 2.12.0-rc4

2018-04-16 Thread Peter Maydell
On 16 April 2018 at 13:38, Max Reitz  wrote:
> The following changes since commit ae2b1b4e1bb89ea949446597c8776255da0a79d3:
>
>   Merge remote-tracking branch 
> 'remotes/vivier/tags/m68k-for-2.12-pull-request' into staging (2018-04-16 
> 10:11:17 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/XanClic/qemu.git tags/pull-block-2018-04-16
>
> for you to fetch changes up to 25bf2426f3b27857afa35194227040eab821a047:
>
>   iotests: fix 169 (2018-04-16 13:35:32 +0200)
>
> 
> A fix for handling dirty bitmaps stored in qcow2 files.  This is not
> absolutely necessary for 2.12, but if there is an rc4, it should go in.
>
> 
> Vladimir Sementsov-Ogievskiy (2):
>   qcow2: try load bitmaps only once
>   iotests: fix 169
>
>  block/qcow2.h  |  1 +
>  block/qcow2.c  | 16 
>  tests/qemu-iotests/169 | 48 +++-
>  3 files changed, 36 insertions(+), 29 deletions(-)

Applied, thanks.

-- PMM