Re: [Qemu-devel] [PATCH v2 3/3] Add workerthreads configuration option

2013-11-11 Thread Kevin Wolf
Am 04.11.2013 um 11:28 hat Matthias Brugger geschrieben: > This patch allows to choose at the command line level which thread pool > implementation will be used by every block device. > > Signed-off-by: Matthias Brugger This would require a change to blockdev-add in qapi-schema.json in order to

[Qemu-devel] [PATCH v2 3/3] Add workerthreads configuration option

2013-11-04 Thread Matthias Brugger
This patch allows to choose at the command line level which thread pool implementation will be used by every block device. Signed-off-by: Matthias Brugger --- blockdev.c | 13 + qemu-options.hx | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/blockdev.c b/