Re: [libvirt] [PATCH] qemu: numatune/domiftune no support in session mode

2014-09-04 Thread Erik Skultety
On 09/03/2014 05:00 PM, Erik Skultety wrote: Tuning NUMA or network interface parameters require root privileges, thus an attempt to set some of these parameters in session mode should be invalid followed by an error. As an example might be memory tuning which raises an error in such case.

Re: [libvirt] [PATCH] qemu: numatune/domiftune no support in session mode

2014-09-04 Thread Martin Kletzander
On Wed, Sep 03, 2014 at 05:00:15PM +0200, Erik Skultety wrote: Tuning NUMA or network interface parameters require root privileges, thus an attempt to set some of these parameters in session mode should be invalid followed by an error. As an example might be memory tuning which raises an error

[libvirt] [PATCH] qemu: numatune/domiftune no support in session mode

2014-09-03 Thread Erik Skultety
Tuning NUMA or network interface parameters require root privileges, thus an attempt to set some of these parameters in session mode should be invalid followed by an error. As an example might be memory tuning which raises an error in such case. This patch provides similar behavior for numatune