Re: [Qemu-devel] [PATCH RFC] external backup api

2016-02-09 Thread John Snow
On 02/09/2016 10:54 AM, Vladimir Sementsov-Ogievskiy wrote: > On 09.02.2016 00:14, John Snow wrote: >> >> On 02/06/2016 04:19 AM, Vladimir Sementsov-Ogievskiy wrote: >>> On 05.02.2016 22:48, John Snow wrote: On 01/22/2016 12:07 PM, Vladimir Sementsov-Ogievskiy wrote: > Hi all. >

Re: [Qemu-devel] [PATCH RFC] external backup api

2016-02-09 Thread Vladimir Sementsov-Ogievskiy
On 09.02.2016 00:14, John Snow wrote: On 02/06/2016 04:19 AM, Vladimir Sementsov-Ogievskiy wrote: On 05.02.2016 22:48, John Snow wrote: On 01/22/2016 12:07 PM, Vladimir Sementsov-Ogievskiy wrote: Hi all. This is the early begin of the series which aims to add external backup api. This is nee

Re: [Qemu-devel] [PATCH RFC] external backup api

2016-02-08 Thread John Snow
On 02/06/2016 04:19 AM, Vladimir Sementsov-Ogievskiy wrote: > On 05.02.2016 22:48, John Snow wrote: >> >> On 01/22/2016 12:07 PM, Vladimir Sementsov-Ogievskiy wrote: >>> Hi all. >>> >>> This is the early begin of the series which aims to add external backup >>> api. This is needed to allow backup

Re: [Qemu-devel] [PATCH RFC] external backup api

2016-02-06 Thread Vladimir Sementsov-Ogievskiy
On 05.02.2016 22:48, John Snow wrote: On 01/22/2016 12:07 PM, Vladimir Sementsov-Ogievskiy wrote: Hi all. This is the early begin of the series which aims to add external backup api. This is needed to allow backup software use our dirty bitmaps. Vmware and Parallels Cloud Server have this fea

Re: [Qemu-devel] [PATCH RFC] external backup api

2016-02-05 Thread John Snow
On 01/22/2016 12:07 PM, Vladimir Sementsov-Ogievskiy wrote: > Hi all. > > This is the early begin of the series which aims to add external backup > api. This is needed to allow backup software use our dirty bitmaps. > > Vmware and Parallels Cloud Server have this feature. > Have a link to the

[Qemu-devel] [PATCH RFC] external backup api

2016-01-22 Thread Vladimir Sementsov-Ogievskiy
Hi all. This is the early begin of the series which aims to add external backup api. This is needed to allow backup software use our dirty bitmaps. Vmware and Parallels Cloud Server have this feature. There is only one patch here, about querying dirty bitmap from qemu by qmp command. It is just