Re: [Qemu-devel] [PATCH] monitor: add poll-* properties into query-iothreads result

2017-02-21 Thread Dr. David Alan Gilbert
* Pavel Hrdina (phrd...@redhat.com) wrote: > IOthreads were recently extended by new properties that can > enable/disable and configure aio polling. This will also allow > other tools that uses QEMU to probe for existence of those new > properties via query-qmp-schema. > > Signed-off-by: Pavel Hr

Re: [Qemu-devel] [PATCH] monitor: add poll-* properties into query-iothreads result

2017-02-13 Thread Stefan Hajnoczi
On Fri, Feb 10, 2017 at 10:41:17AM +0100, Pavel Hrdina wrote: > IOthreads were recently extended by new properties that can > enable/disable and configure aio polling. This will also allow > other tools that uses QEMU to probe for existence of those new > properties via query-qmp-schema. > > Sign

Re: [Qemu-devel] [PATCH] monitor: add poll-* properties into query-iothreads result

2017-02-10 Thread no-reply
Hi, Your series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Subject: [Qemu-devel] [PATCH] monitor: add poll-* properties into query-iothreads result Message-id

[Qemu-devel] [PATCH] monitor: add poll-* properties into query-iothreads result

2017-02-10 Thread Pavel Hrdina
IOthreads were recently extended by new properties that can enable/disable and configure aio polling. This will also allow other tools that uses QEMU to probe for existence of those new properties via query-qmp-schema. Signed-off-by: Pavel Hrdina --- The other possible way would be to introduce