On 28 March 2014 14:22, Peter Maydell <peter.mayd...@linaro.org> wrote: > Initialize the dbs->in_cancel flag in dma_bdrv_io(), since qemu_aio_get() > does not return zero-initialized memory. Spotted by the clang sanitizer > (which complained when the value loaded in dma_complete() was not valid > for a bool type); this might have resulted in leaking the AIO block.
Please ignore the 1/2 in the header -- this is a single standalone patch, I just fluffed the git-format-patch command. thanks -- PMM