Re: [pve-devel] snapshot improvements

2012-09-24 Thread Dietmar Maurer
How is it possible to save the vmstate if the vm is not paused ? (with a lot a memory write access by example ?) I currently allocate am image equal to the size of the VM memory. Then I simply do an incremental state save (like a vm migration), and keep the VM running until (saved_bytes +

Re: [pve-devel] snapshot improvements

2012-09-24 Thread Alexandre DERUMIER
I currently allocate am image equal to the size of the VM memory. Then I simply do an incremental state save (like a vm migration), and keep the VM running until (saved_bytes + remaining_bytes available_space). do you think image = size of memory if enough ? (if we have some bytes more with

Re: [pve-devel] snapshot improvements

2012-09-24 Thread Dietmar Maurer
do you think image = size of memory if enough ? (if we have some bytes more with incremental ?) PVE/QemuServer.pm: my $driver_state_size = 32; # assume 32MB is enough to safe all driver state; my $size = $conf-{memory} + $driver_state_size; Also, any problem if some datas in

Re: [pve-devel] [PATCH] first bridge device is selected by default

2012-09-24 Thread Timo Grodzinski
Am 24.09.2012 12:15, schrieb Dietmar Maurer: Subject: Re: [pve-devel] [PATCH] first bridge device is selected by default Subject: Re: [pve-devel] [PATCH] first bridge device is selected by default Am 14.09.2012 13:58, schrieb tgrodzinski: This patch selects the first bridge device by