On 6/9/20 11:45 AM, Klaus Jensen wrote: > From: Klaus Jensen <[email protected]> > > I goofed up with commit c09794fe40e3 ("hw/block/nvme: allow use of any > valid msix vector").
Kevin, since your queue isn't merged, can you directly squash the fix? > > This fixes the goof by adding a new msix_qsize parameter. As a nice > side-effect this allows a device with less interrupt vectors available > than supported queues. Also, improve the error handling in > nvme_init_pci(). > > Kevin, please consider picking this up for the block branch when > reviewed. > > Cc: [email protected] > Cc: Keith Busch <[email protected]> > Cc: Max Reitz <[email protected]> > Cc: Kevin Wolf <[email protected]> > Cc: Klaus Jensen <[email protected]> > Cc: Javier Gonzalez <[email protected]> > Cc: Maxim Levitsky <[email protected]> > Cc: Philippe Mathieu-Daudé <[email protected]> > > Klaus Jensen (2): > hw/block/nvme: add msix_qsize parameter > hw/block/nvme: verify msix_init_exclusive_bar() return value > > hw/block/nvme.c | 28 ++++++++++++++++++++++------ > hw/block/nvme.h | 1 + > 2 files changed, 23 insertions(+), 6 deletions(-) >
