Re: [Qemu-devel] [PATCH 1/1] util/thread-pool: add parameter to limit maximum threads in thread pool

2018-07-30 Thread felix yao
Hi stefan: Thank you very much for your reply. Yes, I want to reduce impact of resources among virtual machines including I/O resources, vCPU and etc. I can use CPU pin feature to pin vCPU to dedicated host's physical CPU and use I/O throttling feature to limit IOPS and bandwidth of VM's disks.

Re: [Qemu-devel] [PATCH 1/1] main loop: remove useless code

2017-12-03 Thread felix yao
Hi Peter Maydell: Got it, thank you very much! 2017-12-02 19:52 GMT+08:00 Peter Maydell : > On 2 December 2017 at 07:41, FelixYao wrote: > > hi Paolo Bonzini: > > > > Those codes seem useless, Could it be removed? > > > > Signed-off-by: FelixYao > > --- > > vl.c | 4 > > 1 file changed,