Re: [Qemu-devel] [PATCH] qapi: add dirty bitmap status

2015-05-26 Thread Markus Armbruster
John Snow writes: > On 05/22/2015 04:52 AM, Markus Armbruster wrote: >> Eric Blake writes: >> >>> On 05/12/2015 01:53 PM, John Snow wrote: Bitmaps can be in a handful of different states with potentially more to come as we tool around with migration and persistence patches.

Re: [Qemu-devel] [PATCH] qapi: add dirty bitmap status

2015-05-22 Thread John Snow
On 05/22/2015 04:52 AM, Markus Armbruster wrote: > Eric Blake writes: > >> On 05/12/2015 01:53 PM, John Snow wrote: >>> Bitmaps can be in a handful of different states with potentially >>> more to come as we tool around with migration and persistence patches. >>> >>> Instead of having a bunch o

Re: [Qemu-devel] [PATCH] qapi: add dirty bitmap status

2015-05-22 Thread John Snow
On 05/22/2015 07:49 AM, Kevin Wolf wrote: > Am 22.05.2015 um 10:31 hat Markus Armbruster geschrieben: >> Kevin Wolf writes: >> >>> Am 21.05.2015 um 23:48 hat John Snow geschrieben: On 05/20/2015 04:20 AM, Markus Armbruster wrote: > John Snow writes: > >> On 05/12/2015

Re: [Qemu-devel] [PATCH] qapi: add dirty bitmap status

2015-05-22 Thread John Snow
On 05/22/2015 04:22 AM, Kevin Wolf wrote: > Am 21.05.2015 um 23:48 hat John Snow geschrieben: >> >> >> On 05/20/2015 04:20 AM, Markus Armbruster wrote: >>> John Snow writes: >>> On 05/12/2015 04:06 PM, Eric Blake wrote: > On 05/12/2015 01:53 PM, John Snow wrote: >> Bitmaps can be in

Re: [Qemu-devel] [PATCH] qapi: add dirty bitmap status

2015-05-22 Thread Kevin Wolf
Am 22.05.2015 um 10:31 hat Markus Armbruster geschrieben: > Kevin Wolf writes: > > > Am 21.05.2015 um 23:48 hat John Snow geschrieben: > >> > >> > >> On 05/20/2015 04:20 AM, Markus Armbruster wrote: > >> > John Snow writes: > >> > > >> >> On 05/12/2015 04:06 PM, Eric Blake wrote: > >> >>> On

Re: [Qemu-devel] [PATCH] qapi: add dirty bitmap status

2015-05-22 Thread Markus Armbruster
Eric Blake writes: > On 05/12/2015 01:53 PM, John Snow wrote: >> Bitmaps can be in a handful of different states with potentially >> more to come as we tool around with migration and persistence patches. >> >> Instead of having a bunch of boolean fields, it was suggested that we >> just have an

Re: [Qemu-devel] [PATCH] qapi: add dirty bitmap status

2015-05-22 Thread Markus Armbruster
Kevin Wolf writes: > Am 21.05.2015 um 23:48 hat John Snow geschrieben: >> >> >> On 05/20/2015 04:20 AM, Markus Armbruster wrote: >> > John Snow writes: >> > >> >> On 05/12/2015 04:06 PM, Eric Blake wrote: >> >>> On 05/12/2015 01:53 PM, John Snow wrote: >> Bitmaps can be in a handful of d

Re: [Qemu-devel] [PATCH] qapi: add dirty bitmap status

2015-05-22 Thread Kevin Wolf
Am 21.05.2015 um 23:48 hat John Snow geschrieben: > > > On 05/20/2015 04:20 AM, Markus Armbruster wrote: > > John Snow writes: > > > >> On 05/12/2015 04:06 PM, Eric Blake wrote: > >>> On 05/12/2015 01:53 PM, John Snow wrote: > Bitmaps can be in a handful of different states with potentiall

Re: [Qemu-devel] [PATCH] qapi: add dirty bitmap status

2015-05-21 Thread John Snow
On 05/20/2015 04:20 AM, Markus Armbruster wrote: > John Snow writes: > >> On 05/12/2015 04:06 PM, Eric Blake wrote: >>> On 05/12/2015 01:53 PM, John Snow wrote: Bitmaps can be in a handful of different states with potentially more to come as we tool around with migration and persisten

Re: [Qemu-devel] [PATCH] qapi: add dirty bitmap status

2015-05-20 Thread Markus Armbruster
John Snow writes: > On 05/12/2015 04:06 PM, Eric Blake wrote: >> On 05/12/2015 01:53 PM, John Snow wrote: >>> Bitmaps can be in a handful of different states with potentially >>> more to come as we tool around with migration and persistence patches. >>> >>> Instead of having a bunch of boolean fi

Re: [Qemu-devel] [PATCH] qapi: add dirty bitmap status

2015-05-19 Thread John Snow
On 05/12/2015 04:06 PM, Eric Blake wrote: > On 05/12/2015 01:53 PM, John Snow wrote: >> Bitmaps can be in a handful of different states with potentially >> more to come as we tool around with migration and persistence patches. >> >> Instead of having a bunch of boolean fields, it was suggested th

Re: [Qemu-devel] [PATCH] qapi: add dirty bitmap status

2015-05-12 Thread John Snow
On 05/12/2015 04:06 PM, Eric Blake wrote: > On 05/12/2015 01:53 PM, John Snow wrote: >> Bitmaps can be in a handful of different states with potentially >> more to come as we tool around with migration and persistence >> patches. >> >> Instead of having a bunch of boolean fields, it was suggest

Re: [Qemu-devel] [PATCH] qapi: add dirty bitmap status

2015-05-12 Thread Eric Blake
On 05/12/2015 01:53 PM, John Snow wrote: > Bitmaps can be in a handful of different states with potentially > more to come as we tool around with migration and persistence patches. > > Instead of having a bunch of boolean fields, it was suggested that we > just have an enum status field that will

[Qemu-devel] [PATCH] qapi: add dirty bitmap status

2015-05-12 Thread John Snow
Bitmaps can be in a handful of different states with potentially more to come as we tool around with migration and persistence patches. Instead of having a bunch of boolean fields, it was suggested that we just have an enum status field that will help expose the reason to management APIs why certa