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)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 9 Sep 2015 13:34:55 +0000 (15:34 +0200)
commit0c71d41e2aa3c7356500ae624166f3bb8c201aee
treef12fbc07418d42672c326bb4c59a74c1305aa8b8
parent7b01cb974f1093885c40bf4d0d3e78e27e531363
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>
scripts/dump-guest-memory.py