index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-i386
/
arch_dump.c
Age
Commit message (
Expand
)
Author
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth
2016-01-29
x86: Clean up includes
Peter Maydell
2014-12-15
x86: Fuse g_malloc(); memset() into g_malloc0()
Markus Armbruster
2013-08-08
dump: rebase from host-private RAMBlock offsets to guest-physical addresses
Laszlo Ersek
2013-07-09
target-i386: Don't overuse CPUArchState
Andreas Färber
2013-07-09
cpu: Make first_cpu and next_cpu CPUState
Andreas Färber
2013-05-01
cpu: Move cpu_write_elfXX_note() functions to CPUState
Jens Freimann
2012-12-20
exec: change RAM list to a TAILQ
Paolo Bonzini
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
2012-06-11
Fix some more license versions (GPL2+ instead of GPL2)
Stefan Weil
2012-06-07
dump: change cpu_get_note_size to return ssize_t
Paolo Bonzini
2012-06-04
target-i386: Add API to get note's size
Wen Congyang
2012-06-04
target-i386: add API to get dump info
Wen Congyang
2012-06-04
target-i386: Add API to write cpu status to core file
Wen Congyang
2012-06-04
target-i386: Add API to write elf notes to core file
Wen Congyang