Re: [PATCH for-9.0] qapi: drop unused QCryptoBlockCreateOptionsLUKS.detached-header

2024-07-22 Thread Daniel P . Berrangé
On Mon, Jul 22, 2024 at 04:07:28PM +0200, Markus Armbruster wrote: > Daniel P. Berrangé writes: > > > On Tue, Mar 19, 2024 at 05:06:07PM +0100, Markus Armbruster wrote: > >> Daniel P. Berrangé writes: > >> > >> > The 'detached-header' field in QCryptoBlockCreateOptionsLUKS > >> > was left over

Re: [PATCH for-9.0] qapi: drop unused QCryptoBlockCreateOptionsLUKS.detached-header

2024-07-22 Thread Markus Armbruster
Daniel P. Berrangé writes: > On Tue, Mar 19, 2024 at 05:06:07PM +0100, Markus Armbruster wrote: >> Daniel P. Berrangé writes: >> >> > The 'detached-header' field in QCryptoBlockCreateOptionsLUKS >> > was left over from earlier patch iterations. >> > >> > Signed-off-by: Daniel P. Berrangé >> >

Re: [PATCH for-9.0] qapi: drop unused QCryptoBlockCreateOptionsLUKS.detached-header

2024-07-22 Thread Daniel P . Berrangé
On Tue, Mar 19, 2024 at 05:06:07PM +0100, Markus Armbruster wrote: > Daniel P. Berrangé writes: > > > The 'detached-header' field in QCryptoBlockCreateOptionsLUKS > > was left over from earlier patch iterations. > > > > Signed-off-by: Daniel P. Berrangé > > --- > > qapi/crypto.json | 5 + >

Re: [PATCH for-9.0] qapi: drop unused QCryptoBlockCreateOptionsLUKS.detached-header

2024-03-19 Thread Markus Armbruster
Daniel P. Berrangé writes: > The 'detached-header' field in QCryptoBlockCreateOptionsLUKS > was left over from earlier patch iterations. > > Signed-off-by: Daniel P. Berrangé > --- > qapi/crypto.json | 5 + > 1 file changed, 1 insertion(+), 4 deletions(-) > > diff --git a/qapi/crypto.json b

[PATCH for-9.0] qapi: drop unused QCryptoBlockCreateOptionsLUKS.detached-header

2024-03-19 Thread Daniel P . Berrangé
The 'detached-header' field in QCryptoBlockCreateOptionsLUKS was left over from earlier patch iterations. Signed-off-by: Daniel P. Berrangé --- qapi/crypto.json | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/qapi/crypto.json b/qapi/crypto.json index 931c88e688..ad9e3d029