mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
block/crypto: implement blockdev-amend
Signed-off-by: Maxim Levitsky <mlevitsk@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Message-Id: <20200608094030.670121-13-mlevitsk@redhat.com> Signed-off-by: Max Reitz <mreitz@redhat.com>
This commit is contained in:
parent
ced914d0ab
commit
30da9dd88a
2 changed files with 67 additions and 21 deletions
|
@ -4674,6 +4674,18 @@
|
|||
'data': { 'job-id': 'str',
|
||||
'options': 'BlockdevCreateOptions' } }
|
||||
|
||||
##
|
||||
# @BlockdevAmendOptionsLUKS:
|
||||
#
|
||||
# Driver specific image amend options for LUKS.
|
||||
#
|
||||
# Since: 5.1
|
||||
##
|
||||
{ 'struct': 'BlockdevAmendOptionsLUKS',
|
||||
'base': 'QCryptoBlockAmendOptionsLUKS',
|
||||
'data': { }
|
||||
}
|
||||
|
||||
##
|
||||
# @BlockdevAmendOptions:
|
||||
#
|
||||
|
@ -4688,7 +4700,7 @@
|
|||
'driver': 'BlockdevDriver' },
|
||||
'discriminator': 'driver',
|
||||
'data': {
|
||||
} }
|
||||
'luks': 'BlockdevAmendOptionsLUKS' } }
|
||||
|
||||
##
|
||||
# @x-blockdev-amend:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue