Re: [Qemu-devel] [PATCH 03/14] libqos: create libqos.c

2015-01-19 Thread Paolo Bonzini
On 13/01/2015 04:34, John Snow wrote: > The intent of this file is to serve as a misc. utilities file to be > shared amongst tests that are utilizing libqos facilities. > > In a later patch, migration test helpers will be added to libqos.c that > will allow simplified testing of migration cases

[Qemu-devel] [PATCH 03/14] libqos: create libqos.c

2015-01-12 Thread John Snow
The intent of this file is to serve as a misc. utilities file to be shared amongst tests that are utilizing libqos facilities. In a later patch, migration test helpers will be added to libqos.c that will allow simplified testing of migration cases where libqos is "Just Enough OS" for migrations te