Re: [libvirt] [PATCH 1/3] util: Add virProcessSetScheduler() function for scheduler settings

2015-01-19 Thread John Ferlan
On 01/13/2015 02:57 AM, Martin Kletzander wrote: This function uses sched_setscheduler() function so it works with processes and threads as well (even threads not created by us, which is what we'll need in the future). Signed-off-by: Martin Kletzander mklet...@redhat.com ---

Re: [libvirt] [PATCH 1/3] util: Add virProcessSetScheduler() function for scheduler settings

2015-01-19 Thread Martin Kletzander
On Mon, Jan 19, 2015 at 10:12:34PM -0500, John Ferlan wrote: On 01/13/2015 02:57 AM, Martin Kletzander wrote: This function uses sched_setscheduler() function so it works with processes and threads as well (even threads not created by us, which is what we'll need in the future).

[libvirt] [PATCH 1/3] util: Add virProcessSetScheduler() function for scheduler settings

2015-01-13 Thread Martin Kletzander
This function uses sched_setscheduler() function so it works with processes and threads as well (even threads not created by us, which is what we'll need in the future). Signed-off-by: Martin Kletzander mklet...@redhat.com --- src/libvirt_private.syms | 1 + src/util/virprocess.c| 46