Re: [Qemu-devel] [PULL 07/19] qtest/ahci: Add migration test

2015-11-05 Thread John Snow
On 11/05/2015 10:26 AM, Peter Maydell wrote: > On 22 May 2015 at 20:59, John Snow wrote: >> Notes: >> >> * The migration is performed on QOSState objects. >> >> * The migration is performed in such a way that it does not assume >>consistency between the allocators attached to each. That is

Re: [Qemu-devel] [PULL 07/19] qtest/ahci: Add migration test

2015-11-05 Thread Peter Maydell
On 22 May 2015 at 20:59, John Snow wrote: > Notes: > > * The migration is performed on QOSState objects. > > * The migration is performed in such a way that it does not assume >consistency between the allocators attached to each. That is to say, >you can use each QOSState object complete

[Qemu-devel] [PULL 07/19] qtest/ahci: Add migration test

2015-05-22 Thread John Snow
Notes: * The migration is performed on QOSState objects. * The migration is performed in such a way that it does not assume consistency between the allocators attached to each. That is to say, you can use each QOSState object completely independently and then at an arbitrary point deci