summaryrefslogtreecommitdiff
path: root/target-i386/arch_dump.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-08dump: rebase from host-private RAMBlock offsets to guest-physical addressesLaszlo Ersek1-4/+6
2013-07-09target-i386: Don't overuse CPUArchStateAndreas Färber1-5/+5
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber1-2/+5
2013-05-01cpu: Move cpu_write_elfXX_note() functions to CPUStateJens Freimann1-16/+22
2012-12-20exec: change RAM list to a TAILQPaolo Bonzini1-1/+1
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-1/+1
2012-06-11Fix some more license versions (GPL2+ instead of GPL2)Stefan Weil1-2/+2
2012-06-07dump: change cpu_get_note_size to return ssize_tPaolo Bonzini1-1/+1
2012-06-04target-i386: Add API to get note's sizeWen Congyang1-0/+33
2012-06-04target-i386: add API to get dump infoWen Congyang1-0/+34
2012-06-04target-i386: Add API to write cpu status to core fileWen Congyang1-0/+149
2012-06-04target-i386: Add API to write elf notes to core fileWen Congyang1-0/+233