linux/drivers/xen/xen-pciback
Konrad Rzeszutek Wilk d159457b84 xen/pciback: Save the number of MSI-X entries to be copied later.
Commit 8135cf8b09 (xen/pciback: Save
xen_pci_op commands before processing it) broke enabling MSI-X because
it would never copy the resulting vectors into the response.  The
number of vectors requested was being overwritten by the return value
(typically zero for success).

Save the number of vectors before processing the op, so the correct
number of vectors are copied afterwards.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: <stable@vger.kernel.org>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
2016-02-15 14:21:10 +00:00
..
conf_space_capability.c
conf_space_header.c
conf_space_quirks.c
conf_space_quirks.h
conf_space.c
conf_space.h
Makefile
passthrough.c
pci_stub.c
pciback_ops.c xen/pciback: Save the number of MSI-X entries to be copied later. 2016-02-15 14:21:10 +00:00
pciback.h
vpci.c
xenbus.c