summaryrefslogtreecommitdiffstats
path: root/scripts/dump-guest-memory.py
Commit message (Expand)AuthorAgeFilesLines
* drop "from __future__ import print_function"Paolo Bonzini2020-02-071-1/+0Star
* global: Squash 'the the'Dr. David Alan Gilbert2019-11-061-1/+1
* dump: Set correct vaddr for ELF dumpJon Doron2019-02-061-0/+1
* scripts/dump-guest-memory: Synchronize with guest_phys_blocks_region_addPaolo Bonzini2018-11-061-1/+3
* python: futurize -f libfuturize.fixes.fix_print_with_importEduardo Habkost2018-06-081-0/+1
* dump-guest-memory: more descriptive lookup_type failureAndrew Jones2018-03-211-1/+6
* dump-guest-memory.py: skip vmcoreinfo section if not availableMarc-André Lureau2018-02-011-0/+2
* dump-guest-memory.py: fix python 2 supportMarc-André Lureau2018-01-201-1/+1
* dump-guest-memory.py: fix "You can't do that without a process to debug"Marc-André Lureau2018-01-021-2/+1Star
* dump-guest-memory.py: fix No symbol "vmcoreinfo_find"Marc-André Lureau2017-12-011-5/+7
* scripts/dump-guest-memory.py: add vmcoreinfoMarc-André Lureau2017-10-151-0/+61
* scripts/dump-guest-memory.py: fix int128_get64 on recent gccMarc-André Lureau2017-03-141-2/+12
* exec: hide mr->ram_addr from qemu_get_ram_ptr usersPaolo Bonzini2016-05-291-16/+3Star
* Fix typo in variable name (found and fixed by codespell)Stefan Weil2016-05-181-32/+32
* memory: Drop MemoryRegion.ram_addrFam Zheng2016-03-071-1/+1
* scripts/dump-guest-memory.py: Fix module docstringJanosch Frank2016-01-261-17/+18
* scripts/dump-guest-memory.py: Introduce multi-arch supportJanosch Frank2016-01-261-167/+325
* scripts/dump-guest-memory.py: Cleanup functionsJanosch Frank2016-01-261-25/+50
* scripts/dump-guest-memory.py: Improve python 3 compatibilityJanosch Frank2016-01-261-11/+15
* scripts/dump-guest-memory.py: Make methods functionsJanosch Frank2016-01-261-91/+93
* scripts/dump-guest-memory.py: Move constants to the topJanosch Frank2016-01-261-63/+63
* scripts/dump-guest-memory.py: fix after RAMBlock changeMichael S. Tsirkin2015-09-091-1/+1
* exec: convert ram_list to QLISTMike Day2015-02-161-4/+4
* Python-lang gdb script to extract x86_64 guest vmcore from qemu coredumpLaszlo Ersek2014-01-261-0/+339