scripts/dump-guest-memory.py: fix after RAMBlock change
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 27 Aug 2015 09:06:23 +0000 (12:06 +0300)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Sun, 18 Oct 2015 04:17:43 +0000 (23:17 -0500)
commit267bc474382f55eca082065a0f290695a5aa5242
tree7eaed71b8d237fc249e4ea1dc87a3187481ba90b
parent955ff148de252b2fec92a1beef7f91c0987bb713
scripts/dump-guest-memory.py: fix after RAMBlock change

commit 9b8424d5735278ca382f11adc7c63072b632ab83
    "exec: split length -> used_length/max_length"
changed field names in struct RAMBlock

It turns out that scripts/dump-guest-memory.py was
poking at this field, update it accordingly.

Cc: qemu-stable@nongnu.org
Cc: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <1440666378-3152-1-git-send-email-mst@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
(cherry picked from commit 0c71d41e2aa3c7356500ae624166f3bb8c201aee)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
scripts/dump-guest-memory.py