scripts/dump-guest-memory.py: Move constants to the top
authorJanosch Frank <frankja@linux.vnet.ibm.com>
Fri, 22 Jan 2016 12:08:35 +0000 (13:08 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 26 Jan 2016 14:58:14 +0000 (15:58 +0100)
commitca81ce72b4d12494424d1813c6437035c1f89a8c
treecbdcb4d51082bdb5d5d895f91d74cf4a0a9a507a
parente5f3e12e8489f5325800c6a86fe5f476adfcbdae
scripts/dump-guest-memory.py: Move constants to the top

The constants bloated the class definition and were therefore moved to
the top.

Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Janosch Frank <frankja@linux.vnet.ibm.com>
Message-Id: <1453464520-3882-2-git-send-email-frankja@linux.vnet.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
scripts/dump-guest-memory.py