Re: [Qemu-devel] [PATCH 0/3] qemu-img: Allow rebase with no input base

2019-04-24 Thread Vladimir Sementsov-Ogievskiy
24.04.2019 16:48, Max Reitz wrote: > On 18.04.19 19:00, Vladimir Sementsov-Ogievskiy wrote: >> 13.04.2019 19:11, Max Reitz wrote: >>> Ping again >>> >>> (I feel like I just need to start merging unreviewed patches until I >>> break something (can't take that long) so you get so scared of my >>> pat

Re: [Qemu-devel] [PATCH 0/3] qemu-img: Allow rebase with no input base

2019-04-24 Thread Max Reitz
On 18.04.19 19:00, Vladimir Sementsov-Ogievskiy wrote: > 13.04.2019 19:11, Max Reitz wrote: >> Ping again >> >> (I feel like I just need to start merging unreviewed patches until I >> break something (can't take that long) so you get so scared of my >> patches that you at least refuse them outright

Re: [Qemu-devel] [PATCH 0/3] qemu-img: Allow rebase with no input base

2019-04-18 Thread Vladimir Sementsov-Ogievskiy
13.04.2019 19:11, Max Reitz wrote: > Ping again > > (I feel like I just need to start merging unreviewed patches until I > break something (can't take that long) so you get so scared of my > patches that you at least refuse them outright) Could you resend before? > > On 13.07.18 13:14, Max Reit

Re: [Qemu-devel] [PATCH 0/3] qemu-img: Allow rebase with no input base

2019-04-13 Thread Max Reitz
Ping again (I feel like I just need to start merging unreviewed patches until I break something (can't take that long) so you get so scared of my patches that you at least refuse them outright) On 13.07.18 13:14, Max Reitz wrote: > This series allows using qemu-img rebase on images that do not ha

Re: [Qemu-devel] [PATCH 0/3] qemu-img: Allow rebase with no input base

2019-02-06 Thread Max Reitz
Ping On 13.07.18 13:14, Max Reitz wrote: > This series allows using qemu-img rebase on images that do not have a > backing file. Right now, this fails with the rather cryptic error > message: > > $ qemu-img rebase -b base.qcow2 foo.qcow2 > qemu-img: Could not open old backing file '': The 'file'

[Qemu-devel] [PATCH 0/3] qemu-img: Allow rebase with no input base

2018-07-13 Thread Max Reitz
This series allows using qemu-img rebase on images that do not have a backing file. Right now, this fails with the rather cryptic error message: $ qemu-img rebase -b base.qcow2 foo.qcow2 qemu-img: Could not open old backing file '': The 'file' block driver requires a file name Yeah, well, OK.