index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dump.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-06
dump: Set correct vaddr for ELF dump
Jon Doron
1
-2
/
+3
2019-01-11
qemu/queue.h: simplify reverse access to QTAILQ
Paolo Bonzini
1
-1
/
+1
2018-08-28
qapi: Drop qapi_event_send_FOO()'s Error ** argument
Peter Xu
1
-2
/
+1
2018-08-23
fw_cfg: import & use linux/qemu_fw_cfg.h
Marc-André Lureau
1
-1
/
+1
2018-06-29
dump: add Windows dump format to dump-guest-memory
Viktor Prutyanov
1
-1
/
+23
2018-04-09
dump: Fix build with newer gcc
Eric Blake
1
-2
/
+2
2018-03-21
dump.c: allow fd_write_vmcore to return errno on failure
Yasmin Beatriz
1
-9
/
+14
2018-03-19
dump: Update correct kdump phys_base field for AArch64
Wei Huang
1
-3
/
+11
2018-03-02
qapi: Empty out qapi-schema.json
Markus Armbruster
1
-2
/
+2
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
1
-0
/
+1
2018-01-02
dump: fix note_name_equal()
Marc-André Lureau
1
-6
/
+1
2017-10-15
kdump: set vmcoreinfo location
Marc-André Lureau
1
-0
/
+24
2017-10-15
dump: update phys_base header field based on VMCOREINFO content
Marc-André Lureau
1
-2
/
+54
2017-10-15
dump: add guest ELF note
Marc-André Lureau
1
-0
/
+107
2017-09-19
exec,dump,i386,ppc,s390x: don't include exec/cpu-all.h explicitly
David Hildenbrand
1
-1
/
+0
2017-09-14
dump: do not dump non-existent guest memory
Cornelia Huck
1
-0
/
+6
2017-08-30
misc: Remove unused Error variables
Alberto Garcia
1
-3
/
+1
2017-05-05
dump: Acquire BQL around vm_start() in dump thread
Fam Zheng
1
-0
/
+7
2016-06-20
error: Remove NULL checks on error_propagate() calls
Eduardo Habkost
1
-3
/
+1
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-1
/
+1
2016-02-22
dump-guest-memory: add qmp event DUMP_COMPLETED
Peter Xu
1
-6
/
+12
2016-02-22
Dump: add qmp command "query-dump"
Peter Xu
1
-4
/
+19
2016-02-22
DumpState: adding total_size and written_size fields
Peter Xu
1
-0
/
+32
2016-02-22
dump-guest-memory: add "detach" support
Peter Xu
1
-1
/
+26
2016-02-22
dump-guest-memory: disable dump when in INMIGRATE state
Peter Xu
1
-0
/
+5
2016-02-22
dump-guest-memory: introduce dump_process() helper function.
Peter Xu
1
-10
/
+21
2016-02-22
dump-guest-memory: add dump_in_progress() helper function
Peter Xu
1
-0
/
+13
2016-02-22
dump-guest-memory: using static DumpState, add DumpStatus
Peter Xu
1
-5
/
+16
2016-02-22
dump-guest-memory: add "detach" flag for QMP/HMP interfaces.
Peter Xu
1
-2
/
+3
2016-02-22
dump-guest-memory: cleanup: removing dump_{error|cleanup}().
Peter Xu
1
-46
/
+32
2016-02-04
all: Clean up includes
Peter Maydell
1
-1
/
+1
2016-01-15
dump: allow target to set the physical base
Andrew Jones
1
-2
/
+2
2016-01-15
dump: allow target to set the page size
Andrew Jones
1
-49
/
+78
2015-06-22
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
1
-0
/
+1
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
1
-6
/
+6
2014-11-02
dump: Fix dump-guest-memory termination and use-after-close
Gonglei
1
-7
/
+4
2014-10-23
dump: Turn some functions to void to make code cleaner
zhanghailiang
1
-170
/
+142
2014-10-23
dump: Propagate errors into qmp_dump_guest_memory()
zhanghailiang
1
-83
/
+82
2014-08-18
dump.c: Fix memory leak issue in cleanup processing for dump_init()
Chen Gang
1
-13
/
+5
2014-06-16
dump: Make DumpState and endian conversion routines available for arch-specif...
Bharata B Rao
1
-141
/
+90
2014-06-11
dump: simplify get_len_buf_out()
Laszlo Ersek
1
-30
/
+16
2014-06-11
dump: hoist lzo_init() from get_len_buf_out() to dump_init()
Laszlo Ersek
1
-7
/
+6
2014-06-11
dump: select header bitness based on ELF class, not ELF architecture
Laszlo Ersek
1
-1
/
+1
2014-06-11
dump: eliminate DumpState.page_size ("guest's page size")
Laszlo Ersek
1
-26
/
+25
2014-06-11
dump: eliminate DumpState.page_shift ("guest's page shift")
Laszlo Ersek
1
-6
/
+4
2014-06-11
dump: simplify write_start_flat_header()
Laszlo Ersek
1
-11
/
+9
2014-06-11
dump: fill in the flat header signature more pleasingly to the eye
Laszlo Ersek
1
-2
/
+2
2014-05-09
dump: Drop pointless error_is_set(), DumpState member errp
Markus Armbruster
1
-4
/
+2
2014-02-28
dump: add 'query-dump-guest-memory-capability' command
qiaonuohan
1
-0
/
+33
2014-02-28
Define the architecture for compressed dump format
qiaonuohan
1
-2
/
+5
[next]