Re: [Qemu-devel] [RFC][PATCH v2] add realtime option

2013-01-11 Thread Satoru Moriya
Could anybody review it? On 12/21/2012 05:46 PM, Satoru Moriya wrote: > Changelog > v1 -> v2 > - add RFC tag again > - change semantics as follows >- set event threads' priority to maxprio >- set vcpu threads' priority to maxprio - 1 > - isolate all the posix stuff and put them into os_

[Qemu-devel] [RFC][PATCH v2] add realtime option

2012-12-21 Thread Satoru Moriya
Changelog v1 -> v2 - add RFC tag again - change semantics as follows - set event threads' priority to maxprio - set vcpu threads' priority to maxprio - 1 - isolate all the posix stuff and put them into os_prioritize() in os-posix.c/qemu-os-win32.h to avoid breaking win32 build - introd