[libvirt] [PATCH 3/3] qemu: Prohibit chaning affinity of domain process if placement is 'auto'

2012-10-24 Thread Osier Yang
On one hand, numad probably will manage the affinity of domain process dynamically in future. On the other hand, even numad won't manage it, it still could confusion. Let's make things simpler enough to avoid the lair for now. --- src/qemu/qemu_driver.c |7 +++ 1 files changed, 7

Re: [libvirt] [PATCH 3/3] qemu: Prohibit chaning affinity of domain process if placement is 'auto'

2012-10-24 Thread Martin Kletzander
On 10/24/2012 12:00 PM, Osier Yang wrote: On one hand, numad probably will manage the affinity of domain process dynamically in future. On the other hand, even numad won't manage it, s/even/even if/ it still could confusion. Let's make things simpler enough to avoid s/could/could cause/

Re: [libvirt] [PATCH 3/3] qemu: Prohibit chaning affinity of domain process if placement is 'auto'

2012-10-24 Thread Osier Yang
On 2012年10月24日 21:38, Martin Kletzander wrote: On 10/24/2012 12:00 PM, Osier Yang wrote: On one hand, numad probably will manage the affinity of domain process dynamically in future. On the other hand, even numad won't manage it, s/even/even if/ it still could confusion. Let's make things

Re: [libvirt] [PATCH 3/3] qemu: Prohibit chaning affinity of domain process if placement is 'auto'

2012-10-24 Thread Osier Yang
On 2012年10月24日 21:45, Osier Yang wrote: On 2012年10月24日 21:38, Martin Kletzander wrote: On 10/24/2012 12:00 PM, Osier Yang wrote: On one hand, numad probably will manage the affinity of domain process dynamically in future. On the other hand, even numad won't manage it, s/even/even if/ it

Re: [libvirt] [PATCH 3/3] qemu: Prohibit chaning affinity of domain process if placement is 'auto'

2012-10-24 Thread Martin Kletzander
On 10/24/2012 03:45 PM, Osier Yang wrote: On 2012年10月24日 21:38, Martin Kletzander wrote: On 10/24/2012 12:00 PM, Osier Yang wrote: On one hand, numad probably will manage the affinity of domain process dynamically in future. On the other hand, even numad won't manage it, s/even/even if/ it

Re: [libvirt] [PATCH 3/3] qemu: Prohibit chaning affinity of domain process if placement is 'auto'

2012-10-24 Thread Osier Yang
On 2012年10月24日 21:54, Martin Kletzander wrote: On 10/24/2012 03:45 PM, Osier Yang wrote: On 2012年10月24日 21:38, Martin Kletzander wrote: On 10/24/2012 12:00 PM, Osier Yang wrote: On one hand, numad probably will manage the affinity of domain process dynamically in future. On the other hand,