mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
kvm_vm_ioctl() can fail, check its return value, and log an error
when it failed. This fixes Coverity CID 1412229:
Unchecked return value (CHECKED_RETURN)
check_return: Calling kvm_vm_ioctl without checking return value
Reported-by: Coverity (CID 1412229)
Fixes:
|
||
|---|---|---|
| .. | ||
| kvm | ||
| stubs | ||
| tcg | ||
| accel.c | ||
| Makefile.objs | ||
| qtest.c | ||