Re: [Qemu-devel] [PATCH v3 5/5] Add migration stream analyzation script

2015-01-06 Thread Alexander Graf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06.01.15 17:05, Eric Blake wrote: > On 12/26/2014 07:42 AM, Alexander Graf wrote: >> This patch adds a python tool to the scripts directory that can >> read a dumped migration stream if it contains the JSON >> description of the device states. I c

Re: [Qemu-devel] [PATCH v3 5/5] Add migration stream analyzation script

2015-01-06 Thread Eric Blake
On 12/26/2014 07:42 AM, Alexander Graf wrote: > This patch adds a python tool to the scripts directory that can read > a dumped migration stream if it contains the JSON description of the > device states. I constructs a human readable JSON stream out of it. > > It's very simple to use: > > $ qe

[Qemu-devel] [PATCH v3 5/5] Add migration stream analyzation script

2014-12-26 Thread Alexander Graf
This patch adds a python tool to the scripts directory that can read a dumped migration stream if it contains the JSON description of the device states. I constructs a human readable JSON stream out of it. It's very simple to use: $ qemu-system-x86_64 (qemu) migrate "exec:cat > mig" $ ./s