Re: [libvirt] [PATCH 3/3] rpc: add testing of RPC JSON (de)serialization

2015-06-08 Thread Martin Kletzander
On Fri, Jun 05, 2015 at 09:47:45AM +0100, Daniel P. Berrange wrote: The virNetServer class has the ability to serialize its state to a JSON file, and then re-load that data after an in-place execve() call to re-connect to active file handles. This data format is critical ABI that must have

Re: [libvirt] [PATCH 3/3] rpc: add testing of RPC JSON (de)serialization

2015-06-08 Thread Martin Kletzander
On Fri, Jun 05, 2015 at 09:47:45AM +0100, Daniel P. Berrange wrote: The virNetServer class has the ability to serialize its state to a JSON file, and then re-load that data after an in-place execve() call to re-connect to active file handles. This data format is critical ABI that must have

[libvirt] [PATCH 3/3] rpc: add testing of RPC JSON (de)serialization

2015-06-05 Thread Daniel P. Berrange
The virNetServer class has the ability to serialize its state to a JSON file, and then re-load that data after an in-place execve() call to re-connect to active file handles. This data format is critical ABI that must have compatibility across releases, so it should be tested... ---