On 9/30/19 1:40 PM, Daniel P. Berrangé wrote:
Ensure that the FD we're passing to QEMU is actually open, so we
get a
sane error message upfront instead of telling QEMU to use a closed FD.
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
src/qemu/qemu_command.c | 6 ++++++
1 file changed, 6 insertions(+)
Reviewed-by: Michal Privoznik <mprivozn(a)redhat.com>
Michal