diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2022-12-01 23:49:57 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2023-04-20 11:17:36 +0200 |
commit | dd5b6780f78bcbfc2120d879b092a8380d8bc706 (patch) | |
tree | b69b69ce17768eda100e3e09959fc17bb306a260 /scripts/qapi/commands.py | |
parent | 000eebcfe8824aa35face1d06b0fa3ab3ec2aea8 (diff) | |
download | qemu-dd5b6780f78bcbfc2120d879b092a8380d8bc706.zip qemu-dd5b6780f78bcbfc2120d879b092a8380d8bc706.tar.gz qemu-dd5b6780f78bcbfc2120d879b092a8380d8bc706.tar.bz2 |
nbd: a BlockExport always has a BlockBackend
exp->common.blk cannot be NULL, nbd_export_delete() is only called (through
a bottom half) from blk_exp_unref() and in turn that can only happen
after blk_exp_add() has asserted exp->blk != NULL.
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'scripts/qapi/commands.py')
0 files changed, 0 insertions, 0 deletions