diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2022-09-22 10:48:59 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2022-10-07 12:11:40 +0200 |
commit | 82c45371ba698ff63e9d3d4792a34593f73e54d8 (patch) | |
tree | 3cf6225992027e8afa81dac92a6a8ca2ee565a70 /hw/intc | |
parent | ef770f8101f6a3f4fb38a4fa693dfe68a0ac6bf2 (diff) | |
download | qemu-82c45371ba698ff63e9d3d4792a34593f73e54d8.zip qemu-82c45371ba698ff63e9d3d4792a34593f73e54d8.tar.gz qemu-82c45371ba698ff63e9d3d4792a34593f73e54d8.tar.bz2 |
block/nvme: separate nvme_get_free_req cases for coroutine/non-coroutine context
nvme_get_free_req has very difference semantics when called in
coroutine context (where it waits) and in non-coroutine context
(where it doesn't). Split the two cases to make it clear what
is being requested.
Cc: qemu-block@nongnu.org
Reviewed-by: Alberto Faria <afaria@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20220922084924.201610-2-pbonzini@redhat.com>
[kwolf: Fixed up coding style]
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'hw/intc')
0 files changed, 0 insertions, 0 deletions