Re: [Qemu-devel] [PATCH 2/2] blockdev: Overlays are not snapshots

2019-06-03 Thread Max Reitz
On 03.06.19 18:25, Max Reitz wrote: > There are error messages which refer to an overlay node as the snapshot. > That is wrong, those are two different things. > > Signed-off-by: Max Reitz > --- > blockdev.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) Oops. I remember I

Re: [Qemu-devel] [PATCH 2/2] blockdev: Overlays are not snapshots

2019-06-03 Thread Eric Blake
On 6/3/19 11:25 AM, Max Reitz wrote: > There are error messages which refer to an overlay node as the snapshot. > That is wrong, those are two different things. > > Signed-off-by: Max Reitz > --- > blockdev.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) > Reviewed-by: Eri

[Qemu-devel] [PATCH 2/2] blockdev: Overlays are not snapshots

2019-06-03 Thread Max Reitz
There are error messages which refer to an overlay node as the snapshot. That is wrong, those are two different things. Signed-off-by: Max Reitz --- blockdev.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/blockdev.c b/blockdev.c index 6963270108..7de0b04fe7 1006