Am 01.02.2021 um 17:20 hat Vladimir Sementsov-Ogievskiy geschrieben: > 01.02.2021 17:50, Kevin Wolf wrote: > > Am 01.02.2021 um 12:03 hat Vladimir Sementsov-Ogievskiy geschrieben: > > > 28.01.2021 18:28, John Snow wrote: > > > > On 1/28/21 10:09 AM, Markus Armbruster wrote: > > > > > Vladimir Sementsov-Ogievskiy <vsement...@virtuozzo.com> writes: > > > > > > > > > > > I'm developing Qemu backup for several years, and finally new backup > > > > > > architecture, including block-copy generic engine and backup-top > > > > > > filter > > > > > > landed upstream, great thanks to reviewers and especially to > > > > > > Max Reitz! > > > > > > > > > > > > I also have plans of moving other block-jobs onto block-copy, so > > > > > > that > > > > > > we finally have one generic block copying path, fast and > > > > > > well-formed. > > > > > > > > > > > > So, now I suggest to bring all parts of backup architecture into > > > > > > "Block Jobs" subsystem (actually, aio_task is shared with qcow2 and > > > > > > qemu-co-shared-resource can be reused somewhere else, but I'd keep > > > > > > an > > > > > > eye on them in context of block-jobs) and add myself as > > > > > > co-maintainer. > > > > > > > > > > > > Signed-off-by: Vladimir Sementsov-Ogievskiy > > > > > > <vsement...@virtuozzo.com> > > > > > > > > > > With pleasure: > > > > > Reviewed-by: Markus Armbruster <arm...@redhat.com> > > > > > > > > > > > > > Absolutely! Glad to see it. > > > > > > > > Reviewed-by: John Snow <js...@redhat.com> > > > > > > > > > > [..] > > > > > > > Great! > > > > > > > > Reviewed-by: Max Reitz <mre...@redhat.com> > > > > > > Thanks! > > > > > > Could someone pull it? > > > > I've put it in my block branch (with s/suggest myself/Add Vladimir/ in > > the subject line), but I don't know when I'll send the next pull > > request. If someone else sends one first, feel free to include it with: > > > > Acked-by: Kevin Wolf <kw...@redhat.com> > > > > > I don't have any signed PGP key for now, to send pull requests :\ > > > Interesting, could I get one while sitting in Moscow? > > > > If you're planning to send pull requests, should a git tree of yours be > > added to the MAINTAINERS sections, too? > > > > I didn't add it because of signed key absence. As it turned out, Denis > Lunev (my boss) already has a signed key, so it's not a problem. > > I think it's appropriate to add > > T: git https://src.openvz.org/scm/~vsementsov/qemu.git jobs
I've added it to the patch in my queue. Now you just need to actually create that branch. :-) Kevin