Age | Commit message (Expand) | Author |
2021-01-07 | util: Enhance flush_icache_range with separate data pointer | Richard Henderson |
2021-01-07 | util/oslib: Assert qemu_try_memalign() alignment is a power of 2 | Philippe Mathieu-Daudé |
2021-01-07 | util/oslib-win32: Use _aligned_malloc for qemu_try_memalign | Richard Henderson |
2021-01-06 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell |
2021-01-06 | win32: drop fd registration to the main-loop on setting non-block | Marc-André Lureau |
2021-01-04 | readline: Fix possible array index out of bounds in readline_hist_add() | Alex Chen |
2021-01-02 | util: Extract flush_icache_range to cacheflush.c | Richard Henderson |
2021-01-02 | cfi: Initial support for cfi-icall in QEMU | Daniele Buono |
2020-12-19 | keyval: Use GString to accumulate value strings | Markus Armbruster |
2020-12-19 | qapi: Use QAPI_LIST_PREPEND() where possible | Eric Blake |
2020-12-15 | qemu-option: pass QemuOptsList to opts_accepts_any | Paolo Bonzini |
2020-12-15 | qemu-option: simplify search for end of key | Paolo Bonzini |
2020-12-11 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell |
2020-12-10 | config-file: move -set implementation to vl.c | Paolo Bonzini |
2020-12-10 | qemu-option: restrict qemu_opts_set to merge-lists QemuOpts | Paolo Bonzini |
2020-12-10 | Clean up includes | Markus Armbruster |
2020-11-23 | Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request... | Peter Maydell |
2020-11-17 | util/cutils: Fix Coverity array overrun in freq_to_str() | Philippe Mathieu-Daudé |
2020-11-16 | util/vfio-helpers.c: Use ram_block_discard_disable() in qemu_vfio_open_pci() | David Hildenbrand |
2020-11-15 | nomaintainer: Fix Lesser GPL version number | Chetan Pant |
2020-11-15 | w32: Fix Lesser GPL version number | Chetan Pant |
2020-11-05 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2020-11-05 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell |
2020-11-04 | qapi, qemu-options: make all parsing visitors parse boolean options the same | Paolo Bonzini |
2020-11-04 | coroutine: let CoQueue wake up outside a coroutine | Marc-André Lureau |
2020-11-03 | configure: introduce --enable-vhost-user-blk-server | Stefan Hajnoczi |
2020-11-03 | util/vfio-helpers: Assert offset is aligned to page size | Philippe Mathieu-Daudé |
2020-11-03 | util/vfio-helpers: Convert vfio_dump_mapping to trace events | Philippe Mathieu-Daudé |
2020-11-03 | util/vfio-helpers: Improve DMA trace events | Philippe Mathieu-Daudé |
2020-11-03 | util/vfio-helpers: Trace where BARs are mapped | Philippe Mathieu-Daudé |
2020-11-03 | util/vfio-helpers: Trace PCI BAR region info | Philippe Mathieu-Daudé |
2020-11-03 | util/vfio-helpers: Trace PCI I/O config accesses | Philippe Mathieu-Daudé |
2020-11-03 | util/vfio-helpers: Improve reporting unsupported IOMMU type | Philippe Mathieu-Daudé |
2020-11-03 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2020-11-03 | qmp: fix aio_poll() assertion failure on Windows | Volker Rümelin |
2020-11-03 | cutils: replace strdup with g_strdup | Paolo Bonzini |
2020-11-03 | sockets: Make abstract UnixSocketAddress depend on CONFIG_LINUX | Markus Armbruster |
2020-11-03 | sockets: Bypass "replace empty @path" for abstract unix sockets | Markus Armbruster |
2020-11-03 | sockets: Fix socket_sockaddr_to_address_unix() for abstract sockets | Markus Armbruster |
2020-11-03 | sockets: Fix default of UnixSocketAddress member @tight | Markus Armbruster |
2020-10-31 | Merge remote-tracking branch 'remotes/kraxel/tags/modules-20201029-pull-reque... | Peter Maydell |
2020-10-29 | util: include the target address in socket connect failures | Daniel P. Berrangé |
2020-10-29 | modules: turn off lazy binding | Gerd Hoffmann |
2020-10-29 | virtio-gpu: add virtio-vga module | Gerd Hoffmann |
2020-10-29 | virtio-gpu: add virtio-gpu-pci module | Gerd Hoffmann |
2020-10-26 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell |
2020-10-26 | win32: boot broken when bind & data dir are the same | Sunil Muthuswamy |
2020-10-23 | util/vhost-user-server: use static library in meson.build | Stefan Hajnoczi |
2020-10-23 | util/vhost-user-server: move header to include/ | Stefan Hajnoczi |
2020-10-23 | block/export: convert vhost-user-blk server to block export API | Stefan Hajnoczi |