Re: [PATCH 09/16] qemu_validate: Check if QEMU's capable of setting iothread pool size

2022-06-02 Thread Peter Krempa
On Thu, Jun 02, 2022 at 09:17:59 +0200, Michal Privoznik wrote: > Now that we have a capability that reflects whether QEMU is > capable of setting iothread pool size, let's introduce a > validator check to make sure users are not trying to use this > feature with QEMU that doesn't support it. > >

[PATCH 09/16] qemu_validate: Check if QEMU's capable of setting iothread pool size

2022-06-02 Thread Michal Privoznik
Now that we have a capability that reflects whether QEMU is capable of setting iothread pool size, let's introduce a validator check to make sure users are not trying to use this feature with QEMU that doesn't support it. Signed-off-by: Michal Privoznik --- src/qemu/qemu_validate.c | 24