Re: [Qemu-devel] [PATCH qemu] spapr/nvlink2: Correct error messages

2019-03-21 Thread David Gibson
On Thu, Mar 21, 2019 at 05:48:27PM +1100, Alexey Kardashevskiy wrote: > This corrects rather confusing error messages; can be squashed. > > Fixes: 0afa2635ef75 ("spapr: Support NVIDIA V100 GPU with NVLink2", > 2019-03-12) > Signed-off-by: Alexey Kardashevskiy Applied and squashed. > --- > hw/

[Qemu-devel] [PATCH qemu] spapr/nvlink2: Correct error messages

2019-03-20 Thread Alexey Kardashevskiy
This corrects rather confusing error messages; can be squashed. Fixes: 0afa2635ef75 ("spapr: Support NVIDIA V100 GPU with NVLink2", 2019-03-12) Signed-off-by: Alexey Kardashevskiy --- hw/ppc/spapr_pci_nvlink2.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/ppc/spap