index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dump.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dump: Set correct vaddr for ELF dump
Jon Doron
2019-02-06
1
-2
/
+3
*
qemu/queue.h: simplify reverse access to QTAILQ
Paolo Bonzini
2019-01-11
1
-1
/
+1
*
qapi: Drop qapi_event_send_FOO()'s Error ** argument
Peter Xu
2018-08-28
1
-2
/
+1
*
fw_cfg: import & use linux/qemu_fw_cfg.h
Marc-André Lureau
2018-08-23
1
-1
/
+1
*
dump: add Windows dump format to dump-guest-memory
Viktor Prutyanov
2018-06-29
1
-1
/
+23
*
dump: Fix build with newer gcc
Eric Blake
2018-04-09
1
-2
/
+2
*
dump.c: allow fd_write_vmcore to return errno on failure
Yasmin Beatriz
2018-03-21
1
-9
/
+14
*
dump: Update correct kdump phys_base field for AArch64
Wei Huang
2018-03-19
1
-3
/
+11
*
qapi: Empty out qapi-schema.json
Markus Armbruster
2018-03-02
1
-2
/
+2
*
Include qapi/error.h exactly where needed
Markus Armbruster
2018-02-09
1
-0
/
+1
*
dump: fix note_name_equal()
Marc-André Lureau
2018-01-02
1
-6
/
+1
*
kdump: set vmcoreinfo location
Marc-André Lureau
2017-10-15
1
-0
/
+24
*
dump: update phys_base header field based on VMCOREINFO content
Marc-André Lureau
2017-10-15
1
-2
/
+54
*
dump: add guest ELF note
Marc-André Lureau
2017-10-15
1
-0
/
+107
*
exec,dump,i386,ppc,s390x: don't include exec/cpu-all.h explicitly
David Hildenbrand
2017-09-19
1
-1
/
+0
*
dump: do not dump non-existent guest memory
Cornelia Huck
2017-09-14
1
-0
/
+6
*
misc: Remove unused Error variables
Alberto Garcia
2017-08-30
1
-3
/
+1
*
dump: Acquire BQL around vm_start() in dump thread
Fam Zheng
2017-05-05
1
-0
/
+7
*
error: Remove NULL checks on error_propagate() calls
Eduardo Habkost
2016-06-20
1
-3
/
+1
*
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
1
-1
/
+1
*
dump-guest-memory: add qmp event DUMP_COMPLETED
Peter Xu
2016-02-22
1
-6
/
+12
*
Dump: add qmp command "query-dump"
Peter Xu
2016-02-22
1
-4
/
+19
*
DumpState: adding total_size and written_size fields
Peter Xu
2016-02-22
1
-0
/
+32
*
dump-guest-memory: add "detach" support
Peter Xu
2016-02-22
1
-1
/
+26
*
dump-guest-memory: disable dump when in INMIGRATE state
Peter Xu
2016-02-22
1
-0
/
+5
*
dump-guest-memory: introduce dump_process() helper function.
Peter Xu
2016-02-22
1
-10
/
+21
*
dump-guest-memory: add dump_in_progress() helper function
Peter Xu
2016-02-22
1
-0
/
+13
*
dump-guest-memory: using static DumpState, add DumpStatus
Peter Xu
2016-02-22
1
-5
/
+16
*
dump-guest-memory: add "detach" flag for QMP/HMP interfaces.
Peter Xu
2016-02-22
1
-2
/
+3
*
dump-guest-memory: cleanup: removing dump_{error|cleanup}().
Peter Xu
2016-02-22
1
-46
/
+32
*
all: Clean up includes
Peter Maydell
2016-02-04
1
-1
/
+1
*
dump: allow target to set the physical base
Andrew Jones
2016-01-15
1
-2
/
+2
*
dump: allow target to set the page size
Andrew Jones
2016-01-15
1
-49
/
+78
*
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
[next]