index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dump.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
2015-06-22
1
-0
/
+1
*
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
2015-06-22
1
-6
/
+6
*
dump: Fix dump-guest-memory termination and use-after-close
Gonglei
2014-11-02
1
-7
/
+4
*
dump: Turn some functions to void to make code cleaner
zhanghailiang
2014-10-23
1
-170
/
+142
*
dump: Propagate errors into qmp_dump_guest_memory()
zhanghailiang
2014-10-23
1
-83
/
+82
*
dump.c: Fix memory leak issue in cleanup processing for dump_init()
Chen Gang
2014-08-18
1
-13
/
+5
*
dump: Make DumpState and endian conversion routines available for arch-specif...
Bharata B Rao
2014-06-16
1
-141
/
+90
*
dump: simplify get_len_buf_out()
Laszlo Ersek
2014-06-11
1
-30
/
+16
*
dump: hoist lzo_init() from get_len_buf_out() to dump_init()
Laszlo Ersek
2014-06-11
1
-7
/
+6
*
dump: select header bitness based on ELF class, not ELF architecture
Laszlo Ersek
2014-06-11
1
-1
/
+1
*
dump: eliminate DumpState.page_size ("guest's page size")
Laszlo Ersek
2014-06-11
1
-26
/
+25
*
dump: eliminate DumpState.page_shift ("guest's page shift")
Laszlo Ersek
2014-06-11
1
-6
/
+4
*
dump: simplify write_start_flat_header()
Laszlo Ersek
2014-06-11
1
-11
/
+9
*
dump: fill in the flat header signature more pleasingly to the eye
Laszlo Ersek
2014-06-11
1
-2
/
+2
*
dump: Drop pointless error_is_set(), DumpState member errp
Markus Armbruster
2014-05-09
1
-4
/
+2
*
dump: add 'query-dump-guest-memory-capability' command
qiaonuohan
2014-02-28
1
-0
/
+33
*
Define the architecture for compressed dump format
qiaonuohan
2014-02-28
1
-2
/
+5
*
dump: make kdump-compressed format available for 'dump-guest-memory'
qiaonuohan
2014-02-28
1
-6
/
+125
*
dump: add API to write dump pages
qiaonuohan
2014-02-28
1
-0
/
+231
*
dump: add APIs to operate DataCache
qiaonuohan
2014-02-28
1
-0
/
+47
*
dump: add API to write dump_bitmap
qiaonuohan
2014-02-28
1
-0
/
+164
*
dump: add API to write dump header
qiaonuohan
2014-02-28
1
-0
/
+223
*
dump: add members to DumpState and init some of them
qiaonuohan
2014-02-28
1
-0
/
+28
*
dump: add API to write elf notes to buffer
qiaonuohan
2014-02-28
1
-0
/
+19
*
dump: add API to write vmcore
qiaonuohan
2014-02-28
1
-0
/
+21
*
dump: add API to write header of flatten format
qiaonuohan
2014-02-28
1
-0
/
+42
*
dump: add argument to write_elfxx_notes
qiaonuohan
2014-02-28
1
-8
/
+8
*
dump: const-qualify the buf of WriteCoreDumpFunction
qiaonuohan
2014-02-28
1
-1
/
+1
*
dump-guest-memory: Check for the correct return value
Aneesh Kumar K.V
2013-10-25
1
-2
/
+2
*
cpu: Use QTAILQ for CPU list
Andreas Färber
2013-09-03
1
-5
/
+5
*
dump: rebase from host-private RAMBlock offsets to guest-physical addresses
Laszlo Ersek
2013-08-08
1
-39
/
+38
*
dump: populate guest_phys_blocks
Laszlo Ersek
2013-08-08
1
-1
/
+1
*
dump: introduce GuestPhysBlockList
Laszlo Ersek
2013-08-08
1
-12
/
+19
*
dump: clamp guest-provided mapping lengths to ramblock sizes
Laszlo Ersek
2013-08-08
1
-25
/
+40
*
cpu: Make first_cpu and next_cpu CPUState
Andreas Färber
2013-07-09
1
-10
/
+6
*
dump: qmp_dump_guest_memory(): use error_setg_file_open()
Luiz Capitulino
2013-06-17
1
-1
/
+1
*
memory_mapping: Improve qemu_get_guest_memory_mapping() error reporting
Andreas Färber
2013-06-11
1
-1
/
+6
*
dump: Abstract dump_init() with cpu_synchronize_all_states()
Andreas Färber
2013-06-11
1
-2
/
+3
*
cpu: Move cpu_write_elfXX_note() functions to CPUState
Jens Freimann
2013-05-01
1
-4
/
+4
*
include: avoid useless includes of exec/ headers
Paolo Bonzini
2013-04-15
1
-1
/
+5
*
cpu: Move host_tid field to CPUState
Andreas Färber
2013-02-16
1
-2
/
+6
*
exec: change RAM list to a TAILQ
Paolo Bonzini
2012-12-20
1
-4
/
+4
*
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
1
-4
/
+4
*
monitor: move include files to include/monitor/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
exec: move include files to include/exec/
Paolo Bonzini
2012-12-19
1
-3
/
+3
*
qapi: move include files to include/qobject/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-10-23
1
-9
/
+9
*
qmp: dump-guest-memory: don't spin if non-blocking fd would block
Luiz Capitulino
2012-09-27
1
-11
/
+4
*
monitor: add Error * argument to monitor_get_fd
Paolo Bonzini
2012-09-26
1
-2
/
+1
*
dump: Fix license version (GPL2+ instead of GPL2)
Stefan Weil
2012-06-11
1
-2
/
+2
[next]