Re: [Qemu-devel] [PATCH] xio3130_downstream: typo fix

2019-07-12 Thread Philippe Mathieu-Daudé
On 7/11/19 9:25 PM, Michael S. Tsirkin wrote: > slt ctl/status are passed in incorrect order. > Fix this up. > Fixes: Coverity (CID 1403007) > Signed-off-by: Michael S. Tsirkin > Reported-by: Peter Maydell > --- > hw/pci-bridge/xio3130_downstream.c | 2 +- > 1 file changed, 1 insertion(+), 1

Re: [Qemu-devel] [PATCH] xio3130_downstream: typo fix

2019-07-12 Thread Marcel Apfelbaum
On 7/11/19 10:25 PM, Michael S. Tsirkin wrote: slt ctl/status are passed in incorrect order. Fix this up. Signed-off-by: Michael S. Tsirkin Reported-by: Peter Maydell --- hw/pci-bridge/xio3130_downstream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[Qemu-devel] [PATCH] xio3130_downstream: typo fix

2019-07-11 Thread Michael S. Tsirkin
slt ctl/status are passed in incorrect order. Fix this up. Signed-off-by: Michael S. Tsirkin Reported-by: Peter Maydell --- hw/pci-bridge/xio3130_downstream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/pci-bridge/xio3130_downstream.c