Re: [libvirt] [PATCH v2 2/4] libxlDomainSetMemoryFlags : reuse virDomainLiveConfigHelperMethod

2016-03-03 Thread Jim Fehlig
On 03/01/2016 08:46 AM, John Ferlan wrote: > $subj: > > Use the "libxl: ..." prefix please > > That way someone filtering on libxl patches may pick up on this. I can > fix this for this one... > > On 02/24/2016 03:38 AM, Nikolay Shirokovskiy wrote: >> Flag expansion is the same as in virDomainObjUp

Re: [libvirt] [PATCH v2 2/4] libxlDomainSetMemoryFlags : reuse virDomainLiveConfigHelperMethod

2016-03-01 Thread John Ferlan
$subj: Use the "libxl: ..." prefix please That way someone filtering on libxl patches may pick up on this. I can fix this for this one... On 02/24/2016 03:38 AM, Nikolay Shirokovskiy wrote: > Flag expansion is the same as in virDomainObjUpdateModificationImpact > which virDomainLiveConfigHelper

[libvirt] [PATCH v2 2/4] libxlDomainSetMemoryFlags : reuse virDomainLiveConfigHelperMethod

2016-02-24 Thread Nikolay Shirokovskiy
Flag expansion is the same as in virDomainObjUpdateModificationImpact which virDomainLiveConfigHelperMethod calls internally. The difference is merely in implementation. Original code don't use mask and handle case when VIR_DOMAIN_MEM_MAXIMUM is set explicitly. Other parts are no different. Signe