On 5/26/20 4:55 PM, Philippe Mathieu-Daudé wrote: > On 5/19/20 7:11 PM, Stefan Hajnoczi wrote: >> Passing around both BDRVNVMeState and NVMeQueuePair is unwiedly. Reduce
Oh, and typo "unwieldy". >> the number of function arguments by keeping the BDRVNVMeState pointer in >> NVMeQueuePair. This will come in handly when a BH is introduced in a >> later patch and only one argument can be passed to it. >> >> Signed-off-by: Stefan Hajnoczi <stefa...@redhat.com> >> --- >> block/nvme.c | 70 ++++++++++++++++++++++++++++------------------------ >> 1 file changed, 38 insertions(+), 32 deletions(-) > > Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com> >