Re: [Qemu-devel] [PATCH] vfio/pci: Fix failure to close file descriptor on error

2018-08-21 Thread Peter Xu
On Tue, Aug 21, 2018 at 12:58:53PM -0600, Alex Williamson wrote: > A new error path fails to close the device file descriptor when > triggered by a ballooning incompatibility within the group. Fix it. > > Fixes: 238e91728503 ("vfio/ccw/pci: Allow devices to opt-in for ballooning") > Signed-off-by

[Qemu-devel] [PATCH] vfio/pci: Fix failure to close file descriptor on error

2018-08-21 Thread Alex Williamson
A new error path fails to close the device file descriptor when triggered by a ballooning incompatibility within the group. Fix it. Fixes: 238e91728503 ("vfio/ccw/pci: Allow devices to opt-in for ballooning") Signed-off-by: Alex Williamson --- hw/vfio/common.c |1 + 1 file changed, 1 insert