Re: [PATCH] hw/block/nvme: Verify msix_vector_use() returned value

2020-06-03 Thread Kevin Wolf
Am 02.06.2020 um 17:57 hat Philippe Mathieu-Daudé geschrieben: > msix_vector_use() returns -EINVAL on error. Assert it won't. > > Signed-off-by: Philippe Mathieu-Daudé > --- > Notes taken while reviewing: > https://www.mail-archive.com/qemu-block@nongnu.org/msg66831.html > Based-on:

[PATCH] hw/block/nvme: Verify msix_vector_use() returned value

2020-06-02 Thread Philippe Mathieu-Daudé
msix_vector_use() returns -EINVAL on error. Assert it won't. Signed-off-by: Philippe Mathieu-Daudé --- Notes taken while reviewing: https://www.mail-archive.com/qemu-block@nongnu.org/msg66831.html Based-on: <20200514044611.734782-1-...@irrelevant.dk> --- hw/block/nvme.c | 5 - 1 file