[Qemu-devel] [PATCH v3 0/6] Live block commit

2012-09-27 Thread Jeff Cody
This series adds the basic case, of a live commit between two images below the active layer, e.g.: [base] <--- [snp-1] <--- [snp-2] <--- [snp-3] <--- [active] can be collapsed down via commit, into: [base] <--- [active] or, [base] <--- [snp-1] <--- [active], [base] <--- [snp-3] <--- [active],

Re: [Qemu-devel] [PATCH v3 0/6] Live block commit

2012-09-27 Thread Eric Blake
On 09/27/2012 11:29 AM, Jeff Cody wrote: > This series adds the basic case, of a live commit between two > images below the active layer, e.g.: > > [base] <--- [snp-1] <--- [snp-2] <--- [snp-3] <--- [active] > > can be collapsed down via commit, into: > > [base] <--- [active] > > Jeff Cody (6)

Re: [Qemu-devel] [PATCH v3 0/6] Live block commit

2012-09-28 Thread Kevin Wolf
Am 27.09.2012 19:29, schrieb Jeff Cody: > This series adds the basic case, of a live commit between two > images below the active layer, e.g.: > > [base] <--- [snp-1] <--- [snp-2] <--- [snp-3] <--- [active] > > can be collapsed down via commit, into: > > [base] <--- [active] > > or, > > [base]