| Commit message (Expand) | Author | Age | Files | Lines |
* | memory: alloc RAM from file at offset | Jagannathan Raman | 2021-02-09 | 2 | -4/+6 |
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 2021-02-09 | 1 | -0/+16 |
|\ |
|
| * | event_notifier: handle initialization failure better | Maxim Levitsky | 2021-02-08 | 1 | -0/+16 |
* | | migration: introduce UFFD-WP low-level interface helpers | Andrey Gruzdev | 2021-02-08 | 3 | -0/+355 |
|/ |
|
* | utils/fifo8: change fatal errors from abort() to assert() | Mark Cave-Ayland | 2021-02-07 | 1 | -12/+4 |
* | util/iov: make qemu_iovec_init_extended() honest | Vladimir Sementsov-Ogievskiy | 2021-02-03 | 1 | -2/+23 |
* | Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ... | Peter Maydell | 2021-02-03 | 2 | -5/+7 |
|\ |
|
| * | memory: add readonly support to memory_region_init_ram_from_file() | Stefan Hajnoczi | 2021-02-01 | 2 | -5/+7 |
* | | error: rename error_with_timestamp to message_with_timestamp | Stefan Hajnoczi | 2021-02-01 | 1 | -2/+2 |
|/ |
|
* | coroutine-sigaltstack: Add SIGUSR2 mutex | Max Reitz | 2021-01-26 | 1 | -0/+9 |
* | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sdmmc-20210124' into... | Peter Maydell | 2021-01-25 | 2 | -0/+128 |
|\ |
|
| * | util: Add CRC16 (CCITT) calculation routines | Bin Meng | 2021-01-24 | 2 | -0/+128 |
* | | qemu-option: warn for short-form boolean options | Paolo Bonzini | 2021-01-23 | 1 | -11/+18 |
* | | qemu-option: move help handling to get_opt_name_value | Paolo Bonzini | 2021-01-23 | 1 | -15/+23 |
* | | qemu-option: clean up id vs. list->merge_lists | Paolo Bonzini | 2021-01-23 | 1 | -13/+14 |
* | | util/cacheflush: Fix error generated by clang | Gan Qixin | 2021-01-21 | 1 | -4/+4 |
|/ |
|
* | semihosting: Implement SYS_ELAPSED and SYS_TICKFREQ | Keith Packard | 2021-01-18 | 1 | -0/+4 |
* | Introduce yank feature | Lukas Straub | 2021-01-13 | 2 | -0/+208 |
* | util/oslib-win32: Fix _aligned_malloc() arguments order | Philippe Mathieu-Daudé | 2021-01-11 | 1 | -1/+1 |
* | Remove superfluous timer_del() calls | Peter Maydell | 2021-01-08 | 1 | -1/+0 |
* | util: Specialize flush_idcache_range for aarch64 | Richard Henderson | 2021-01-07 | 1 | -0/+69 |
* | util: Enhance flush_icache_range with separate data pointer | Richard Henderson | 2021-01-07 | 2 | -19/+27 |
* | util/oslib: Assert qemu_try_memalign() alignment is a power of 2 | Philippe Mathieu-Daudé | 2021-01-07 | 2 | -0/+3 |
* | util/oslib-win32: Use _aligned_malloc for qemu_try_memalign | Richard Henderson | 2021-01-07 | 1 | -7/+4 |
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 2021-01-06 | 5 | -2/+94 |
|\ |
|
| * | win32: drop fd registration to the main-loop on setting non-block | Marc-André Lureau | 2021-01-06 | 1 | -1/+0 |
| * | util: Extract flush_icache_range to cacheflush.c | Richard Henderson | 2021-01-02 | 2 | -1/+72 |
| * | cfi: Initial support for cfi-icall in QEMU | Daniele Buono | 2021-01-02 | 2 | -0/+22 |
* | | readline: Fix possible array index out of bounds in readline_hist_add() | Alex Chen | 2021-01-04 | 1 | -0/+3 |
|/ |
|
* | keyval: Use GString to accumulate value strings | Markus Armbruster | 2020-12-19 | 1 | -5/+6 |
* | qapi: Use QAPI_LIST_PREPEND() where possible | Eric Blake | 2020-12-19 | 1 | -10/+4 |
* | qemu-option: pass QemuOptsList to opts_accepts_any | Paolo Bonzini | 2020-12-15 | 1 | -10/+13 |
* | qemu-option: simplify search for end of key | Paolo Bonzini | 2020-12-15 | 1 | -22/+13 |
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 2020-12-11 | 2 | -39/+3 |
|\ |
|
| * | config-file: move -set implementation to vl.c | Paolo Bonzini | 2020-12-10 | 1 | -33/+0 |
| * | qemu-option: restrict qemu_opts_set to merge-lists QemuOpts | Paolo Bonzini | 2020-12-10 | 1 | -6/+3 |
* | | Clean up includes | Markus Armbruster | 2020-12-10 | 1 | -0/+1 |
|/ |
|
* | Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request... | Peter Maydell | 2020-11-23 | 2 | -19/+34 |
|\ |
|
| * | util/vfio-helpers: Assert offset is aligned to page size | Philippe Mathieu-Daudé | 2020-11-03 | 1 | -0/+1 |
| * | util/vfio-helpers: Convert vfio_dump_mapping to trace events | Philippe Mathieu-Daudé | 2020-11-03 | 2 | -15/+5 |
| * | util/vfio-helpers: Improve DMA trace events | Philippe Mathieu-Daudé | 2020-11-03 | 2 | -3/+5 |
| * | util/vfio-helpers: Trace where BARs are mapped | Philippe Mathieu-Daudé | 2020-11-03 | 2 | -0/+3 |
| * | util/vfio-helpers: Trace PCI BAR region info | Philippe Mathieu-Daudé | 2020-11-03 | 2 | -0/+9 |
| * | util/vfio-helpers: Trace PCI I/O config accesses | Philippe Mathieu-Daudé | 2020-11-03 | 2 | -0/+10 |
| * | util/vfio-helpers: Improve reporting unsupported IOMMU type | Philippe Mathieu-Daudé | 2020-11-03 | 1 | -1/+1 |
* | | util/cutils: Fix Coverity array overrun in freq_to_str() | Philippe Mathieu-Daudé | 2020-11-17 | 1 | -1/+2 |
* | | util/vfio-helpers.c: Use ram_block_discard_disable() in qemu_vfio_open_pci() | David Hildenbrand | 2020-11-16 | 1 | -0/+14 |
* | | nomaintainer: Fix Lesser GPL version number | Chetan Pant | 2020-11-15 | 5 | -5/+5 |
* | | w32: Fix Lesser GPL version number | Chetan Pant | 2020-11-15 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 2020-11-05 | 1 | -1/+1 |
|\ \ |
|