Re: [Qemu-block] [Qemu-devel] [PATCH v3 00/12] block: Protect nested event loop with    bdrv_drained_begin and bdrv_drained_end

2015-10-18 Thread Fam Zheng
On Fri, 16 Oct 2015 18:12:11 +0800 f...@redhat.com wrote I'll rebase this on to the recent bdrv_removal pull request today. Fam v3: Call bdrv_drain unconditionally in bdrv_drained_begin. Document the internal I/O implications between bdrv_drain_begin and end. The nested

Re: [Qemu-block] [Qemu-devel] [PATCH v3 05/12] block: Introduce "drained begin/end" API

2015-10-18 Thread Fam Zheng
I should have updated bdrv_move_feature_bits as Kevin pointed out in the previous revision. I'll rebase on to the pull req that removes bdrv_swap anyway. Thanks, Fam

Re: [Qemu-block] [Qemu-devel] [PULL 00/29] Block layer patches

2015-10-18 Thread Peter Maydell
On 16 October 2015 at 16:05, Kevin Wolf wrote: > The following changes since commit c49d3411faae8ffaab8f7e5db47405a008411c10: > > Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-10-12' > into staging (2015-10-13 10:42:06 +0100) > > are available in the git

Re: [Qemu-block] [PATCH v2 3/3] virtio-blk: switch off scsi-passthrough by default

2015-10-18 Thread Michael S. Tsirkin
On Fri, Oct 16, 2015 at 01:07:28PM +0200, Christian Borntraeger wrote: > Am 16.10.2015 um 12:44 schrieb Cornelia Huck: > > On Fri, 16 Oct 2015 12:32:52 +0200 > > Christian Borntraeger wrote: > > > >> Am 16.10.2015 um 12:25 schrieb Cornelia Huck: > >>> Devices that are

Re: [Qemu-block] [Qemu-devel] [PATCH] hw/ide/ahci.c: Fix shift left into sign bit

2015-10-18 Thread Peter Maydell
On 16 October 2015 at 21:43, John Snow wrote: > > > On 10/16/2015 01:48 PM, Peter Maydell wrote: >> Avoid undefined behaviour from shifting left into the sign bit: >> >> hw/ide/ahci.c:551:36: runtime error: left shift of 255 by 24 places cannot >> be represented in type 'int'