Re: [libvirt] [PATCH v1 08/11] network: Update status file on (un)plug

2012-12-03 Thread Michal Privoznik
On 30.11.2012 21:00, Laine Stump wrote: > On 11/19/2012 11:51 AM, Michal Privoznik wrote: >> Status file keeps track of class_id and floor_sum. It's better >> to keep it updated in case libvirtd is killed. > > I'm not sure why you're doing this type of iterative improvement in > separate patches.

Re: [libvirt] [PATCH v1 08/11] network: Update status file on (un)plug

2012-11-30 Thread Laine Stump
On 11/19/2012 11:51 AM, Michal Privoznik wrote: > Status file keeps track of class_id and floor_sum. It's better > to keep it updated in case libvirtd is killed. I'm not sure why you're doing this type of iterative improvement in separate patches. Since you would want this functionality in any wor

[libvirt] [PATCH v1 08/11] network: Update status file on (un)plug

2012-11-19 Thread Michal Privoznik
Status file keeps track of class_id and floor_sum. It's better to keep it updated in case libvirtd is killed. --- src/network/bridge_driver.c | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/network/bridge_driver.c b/src/network/bridge_driver.c index 8dc9d