Re: [PATCH 05/27] qemuMonitorRemoveFdset: Convert @fdset to unsigned int to avoid error

2022-02-10 Thread Ján Tomko
On a Wednesday in 2022, Peter Krempa wrote: 'qemuMonitorRemoveFdset' validatest that the 'fdset' argument isn't less validates than 0. We can turn it to unsigned and thus avoid the error message completely. Signed-off-by: Peter Krempa --- src/qemu/qemu_monitor.c | 14 --

[PATCH 05/27] qemuMonitorRemoveFdset: Convert @fdset to unsigned int to avoid error

2022-02-09 Thread Peter Krempa
'qemuMonitorRemoveFdset' validatest that the 'fdset' argument isn't less than 0. We can turn it to unsigned and thus avoid the error message completely. Signed-off-by: Peter Krempa --- src/qemu/qemu_monitor.c | 14 -- src/qemu/qemu_monitor.h | 2 +-