Re: [PATCH v9 0/6] block: refactor blockdev transactions

2023-05-11 Thread Vladimir Sementsov-Ogievskiy
On 11.05.23 12:00, Kevin Wolf wrote: Am 10.05.2023 um 17:06 hat Vladimir Sementsov-Ogievskiy geschrieben: Hi all! Let's refactor QMP transactions implementation into new (relatively) transaction API. v9: 01: fix leaks That's a clever use of g_autofree. Wouldn't have thought of that. :-) 02

Re: [PATCH v9 0/6] block: refactor blockdev transactions

2023-05-11 Thread Kevin Wolf
Am 10.05.2023 um 17:06 hat Vladimir Sementsov-Ogievskiy geschrieben: > Hi all! > > Let's refactor QMP transactions implementation into new (relatively) > transaction API. > > v9: > 01: fix leaks That's a clever use of g_autofree. Wouldn't have thought of that. :-) > 02-03: add r-b > 04: fix lea

Re: [PATCH v9 0/6] block: refactor blockdev transactions

2023-05-10 Thread Denis V. Lunev
On 5/10/23 17:21, Vladimir Sementsov-Ogievskiy wrote: Interesting, I see two 5/6 letters, equal body, but a bit different headers (the second has empty "Sender").. for me all is OK

Re: [PATCH v9 0/6] block: refactor blockdev transactions

2023-05-10 Thread Vladimir Sementsov-Ogievskiy
Interesting, I see two 5/6 letters, equal body, but a bit different headers (the second has empty "Sender").. On 10.05.23 18:06, Vladimir Sementsov-Ogievskiy wrote: Hi all! Let's refactor QMP transactions implementation into new (relatively) transaction API. v9: 01: fix leaks 02-03: add r-b 0

[PATCH v9 0/6] block: refactor blockdev transactions

2023-05-10 Thread Vladimir Sementsov-Ogievskiy
Hi all! Let's refactor QMP transactions implementation into new (relatively) transaction API. v9: 01: fix leaks 02-03: add r-b 04: fix leak, s/Transaction/transaction/ 05: new, was part of 06 06: rework of bitmap-add action moved to 05 Vladimir Sementsov-Ogievskiy (6): blockdev: refactor trans