Re: [Qemu-block] [PATCH v3 01/46] Replace all occurances of __FUNCTION__ with __func__

2017-10-29 Thread Juan Quintela
Alistair Francis wrote: > Replace all occurs of __FUNCTION__ except for the check in checkpatch > with the non GCC specific __func__. > > One line in hcd-musb.c was manually tweaked to pass checkpatch. > > Signed-off-by: Alistair Francis

[Qemu-block] [PATCH] qemu-iotests: Use -nographic in 182

2017-10-29 Thread Kevin Wolf
This avoids that random UI frontend error messages end up in the output. In particular, we were seeing this line in CI error logs: +Unable to init server: Could not connect: Connection refused Signed-off-by: Kevin Wolf --- tests/qemu-iotests/182 | 2 +- 1 file changed, 1

Re: [Qemu-block] [PATCH 3/4] block/parallels: Don't update header until the first actual write

2017-10-29 Thread Kevin Wolf
Am 27.10.2017 um 12:18 hat Jeff Cody geschrieben: > On Fri, Oct 27, 2017 at 11:09:19AM +0200, Kevin Wolf wrote: > > Am 27.10.2017 um 10:57 hat Jeff Cody geschrieben: > > > The on disk image format 'inuse' header field is updated blindly if the > > > image is opened RDWR. This can cause problems