[Qemu-block] [PATCH] block: change some function return type to bool

2018-10-13 Thread Li Qiang
Signed-off-by: Li Qiang --- block/block-backend.c | 8 include/sysemu/block-backend.h | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/block/block-backend.c b/block/block-backend.c index dc0cd57724..2a8f3b55f8 100644 --- a/block/block-backend.c +++ b/bl

Re: [Qemu-block] [PATCH v2 7/7] block/qcow2-refcount: fix out-of-file L2 entries to be read-as-zero

2018-10-13 Thread Max Reitz
On 09.10.18 01:14, Vladimir Sementsov-Ogievskiy wrote: > > > On 10/09/2018 01:21 AM, Max Reitz wrote: >> On 09.10.18 00:14, Vladimir Sementsov-Ogievskiy wrote: >>> >>> >>> On 10/09/2018 01:08 AM, Max Reitz wrote: On 09.10.18 00:02, Vladimir Sementsov-Ogievskiy wrote: > > > On 10/

Re: [Qemu-block] [PATCH v2 7/7] block/qcow2-refcount: fix out-of-file L2 entries to be read-as-zero

2018-10-13 Thread Max Reitz
On 10.10.18 18:59, Vladimir Sementsov-Ogievskiy wrote: > 10.10.2018 19:55, Vladimir Sementsov-Ogievskiy wrote: >> 10.10.2018 19:39, Vladimir Sementsov-Ogievskiy wrote: >>> 17.08.2018 15:22, Vladimir Sementsov-Ogievskiy wrote: Rewrite corrupted L2 table entry, which reference space out of

Re: [Qemu-block] [PATCH v4 1/3] qapi: add x-debug-query-block-graph

2018-10-13 Thread Max Reitz
On 09.10.18 17:00, Vladimir Sementsov-Ogievskiy wrote: > Add a new command, returning block nodes (and their users) graph. > > Signed-off-by: Vladimir Sementsov-Ogievskiy > --- > qapi/block-core.json | 108 > include/block/block.h | 1 + > include/sy

Re: [Qemu-block] [Qemu-devel] [RFC] Require Python 3 for building QEMU

2018-10-13 Thread Eric Blake
On 10/13/18 12:02 AM, Eduardo Habkost wrote: Signed-off-by: Eduardo Habkost --- Commit message is sparse; can you do something like commit e7b3af81 where you call out the availability of python 3 on all the platforms that are currently supported per our platforms doc? I'd like to do this

Re: [Qemu-block] [RFC] Require Python 3 for building QEMU

2018-10-13 Thread Max Reitz
On 13.10.18 07:02, Eduardo Habkost wrote: > Signed-off-by: Eduardo Habkost > --- > I'd like to do this in QEMU 3.1. I think it's time to drop > support for old systems that have only Python 2. > > We still have a few scripts that are not required for building > QEMU that still work only with Pyt

Re: [Qemu-block] [RFC] Require Python 3 for building QEMU

2018-10-13 Thread Eduardo Habkost
On Sat, Oct 13, 2018 at 08:20:25PM +0200, Max Reitz wrote: > On 13.10.18 07:02, Eduardo Habkost wrote: > > Signed-off-by: Eduardo Habkost > > --- > > I'd like to do this in QEMU 3.1. I think it's time to drop > > support for old systems that have only Python 2. > > > > We still have a few script