Age | Commit message (Expand) | Author | Files | Lines |
2022-04-22 | dump/win_dump: add 32-bit guest Windows support | Viktor Prutyanov | 1 | -98/+153 |
2022-04-22 | dump/win_dump: add helper macros for Windows dump header access | Viktor Prutyanov | 1 | -35/+65 |
2022-04-22 | include/qemu: rename Windows context definitions to expose bitness | Viktor Prutyanov | 1 | -7/+7 |
2022-04-22 | dump: Consolidate elf note function | Janosch Frank | 1 | -7/+11 |
2022-04-22 | dump: Cleanup dump_begin write functions | Janosch Frank | 1 | -31/+11 |
2022-04-22 | dump: Consolidate phdr note writes | Janosch Frank | 1 | -46/+48 |
2022-04-22 | dump: Introduce dump_is_64bit() helper function | Janosch Frank | 1 | -10/+15 |
2022-04-22 | dump: Add more offset variables | Janosch Frank | 1 | -20/+15 |
2022-04-22 | dump: Remove the section if when calculating the memory offset | Janosch Frank | 1 | -16/+8 |
2022-04-22 | dump: Introduce shdr_num to decrease complexity | Janosch Frank | 1 | -12/+12 |
2022-04-22 | dump: Remove the sh_info variable | Janosch Frank | 1 | -20/+24 |
2022-04-22 | dump: Use ERRP_GUARD() | Janosch Frank | 1 | -83/+61 |
2022-04-06 | Remove qemu-common.h include from most units | Marc-André Lureau | 2 | -2/+0 |
2022-04-06 | include: move dump_in_progress() to runstate.h | Marc-André Lureau | 1 | -2/+2 |
2022-03-21 | Use g_new() & friends where that makes obvious sense | Markus Armbruster | 1 | -1/+1 |
2021-12-15 | dump: Remove is_zero_page() | Juan Quintela | 1 | -9/+1 |
2021-11-01 | dump-guest-memory: Block live migration | Peter Xu | 1 | -0/+19 |
2021-05-02 | Do not include cpu.h if it's not really necessary | Thomas Huth | 2 | -2/+0 |
2021-01-28 | qapi: More complex uses of QAPI_LIST_APPEND | Eric Blake | 1 | -16/+6 |
2020-10-09 | monitor: Use getter/setter functions for cur_mon | Kevin Wolf | 1 | -1/+1 |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi | 1 | -4/+4 |
2020-09-16 | util: rename qemu_open() to qemu_open_old() | Daniel P. Berrangé | 1 | -1/+1 |
2020-08-21 | meson: convert dump/ | Marc-André Lureau | 2 | -3/+4 |
2020-07-10 | error: Eliminate error_propagate() manually | Markus Armbruster | 1 | -5/+2 |
2020-04-29 | various: Remove suspicious '\' character outside of #define in C code | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-04-06 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200406'... | Peter Maydell | 1 | -1/+1 |
2020-04-04 | dump/win_dump: fix use after free of err | Vladimir Sementsov-Ogievskiy | 1 | -3/+1 |
2020-04-03 | dump: Fix writing of ELF section | Peter Maydell | 1 | -1/+1 |
2019-12-18 | hmp: drop Error pointer indirection in hmp_handle_error | Vladimir Sementsov-Ogievskiy | 1 | -2/+2 |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 1 | -1/+1 |
2019-08-16 | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster | 1 | -1/+0 |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster | 1 | -0/+1 |
2019-07-02 | dump: Move HMP command handlers to dump/ | Markus Armbruster | 2 | -0/+89 |
2019-07-02 | dump: Move the code to dump/ | Markus Armbruster | 4 | -0/+2481 |