Re: [Xen-devel] [PATCH 11/27] tools/python: Libxc migration v2 infrastructure

2015-06-16 Thread Ian Campbell
On Mon, 2015-06-15 at 14:44 +0100, Andrew Cooper wrote: > Contains: > * Python implementation of the libxc migration v2 records > * Verification code for spec compliance > * Unit tests > > Signed-off-by: Andrew Cooper For this, and the following lobxl and verification patches: Acked-by: Ian

[Xen-devel] [PATCH 11/27] tools/python: Libxc migration v2 infrastructure

2015-06-15 Thread Andrew Cooper
Contains: * Python implementation of the libxc migration v2 records * Verification code for spec compliance * Unit tests Signed-off-by: Andrew Cooper --- tools/python/setup.py|1 + tools/python/xen/migration/libxc.py | 446 ++ tools/python