Age | Commit message (Expand) | Author |
2021-06-02 | docs: fix references to docs/devel/tracing.rst | Stefano Garzarella |
2021-05-26 | qemu-config: load modules when instantiating option groups | Paolo Bonzini |
2021-05-21 | coroutine-sleep: introduce qemu_co_sleep | Paolo Bonzini |
2021-05-21 | coroutine-sleep: replace QemuCoSleepState pointer with struct in the API | Paolo Bonzini |
2021-05-21 | coroutine-sleep: move timer out of QemuCoSleepState | Paolo Bonzini |
2021-05-21 | coroutine-sleep: allow qemu_co_sleep_wake that wakes nothing | Paolo Bonzini |
2021-05-21 | coroutine-sleep: disallow NULL QemuCoSleepState** argument | Paolo Bonzini |
2021-05-21 | coroutine-sleep: use a stack-allocated timer | Paolo Bonzini |
2021-05-21 | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-05-11' into st... | Peter Maydell |
2021-05-17 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul... | Peter Maydell |
2021-05-14 | Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-05-... | Peter Maydell |
2021-05-14 | util/compatfd.c: Replaced a malloc call with g_malloc. | Mahmoud Mandour |
2021-05-13 | numa: Teach ram block notifiers about resizeable ram blocks | David Hildenbrand |
2021-05-13 | util: vfio-helpers: Factor out and fix processing of existing ram blocks | David Hildenbrand |
2021-05-13 | cutils: fix memory leak in get_relocated_path() | Stefano Garzarella |
2021-05-12 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell |
2021-05-12 | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210510-pull-request' ... | Peter Maydell |
2021-05-12 | qemu-option: support accept-any QemuOptsList in qemu_opts_absorb_qdict | Paolo Bonzini |
2021-05-11 | sockets: update SOCKET_ADDRESS_TYPE_FD listen(2) backlog | Stefan Hajnoczi |
2021-05-11 | main-loop: remove dead code | Paolo Bonzini |
2021-05-10 | virtio-gpu: add virtio-vga-gl | Gerd Hoffmann |
2021-05-10 | virtio-gpu: add virtio-gpu-gl-pci | Gerd Hoffmann |
2021-05-10 | virtio-gpu: move virtio-gpu-gl-device to separate module | Gerd Hoffmann |
2021-05-10 | virtio-gpu: add virtio-gpu-gl-device | Gerd Hoffmann |
2021-05-06 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell |
2021-05-04 | oslib-win32: do not rely on macro to get redefined function name | Paolo Bonzini |
2021-05-02 | Do not include sysemu/sysemu.h if it's not really necessary | Thomas Huth |
2021-04-30 | util: add transactions.c | Vladimir Sementsov-Ogievskiy |
2021-04-12 | spapr: rollback 'unplug timeout' for CPU hotunplugs | Daniel Henrique Barboza |
2021-04-01 | Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-04-... | Peter Maydell |
2021-04-01 | Merge remote-tracking branch 'remotes/marcandre/tags/for-6.0-pull-request' in... | Peter Maydell |
2021-04-01 | util/compatfd.c: Fixed style issues | Mahmoud Mandour |
2021-04-01 | yank: Always link full yank code | Lukas Straub |
2021-04-01 | yank: Remove dependency on qiochannel | Lukas Straub |
2021-04-01 | util: fix use-after-free in module_load_one | Marc-André Lureau |
2021-03-31 | coroutine-lock: Reimplement CoRwlock to fix downgrade bug | Paolo Bonzini |
2021-03-31 | coroutine-lock: Store the coroutine in the CoWaitRecord only once | David Edmondson |
2021-03-26 | s390x: modularize virtio-gpu-ccw | Gerd Hoffmann |
2021-03-24 | utils: Work around mingw strto*l bug with 0x | Eric Blake |
2021-03-24 | utils: Tighter tests for qemu_strtosz | Eric Blake |
2021-03-15 | utils: Use fixed-point arithmetic in qemu_strtosz | Richard Henderson |
2021-03-12 | Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20210310' in... | Peter Maydell |
2021-03-11 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul... | Peter Maydell |
2021-03-11 | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-03-09' into st... | Peter Maydell |
2021-03-10 | qemu_timer.c: add timer_deadline_ms() helper | Daniel Henrique Barboza |
2021-03-09 | net: Use id_generate() in the network subsystem, too | Thomas Huth |
2021-03-09 | qtest: delete superfluous inclusions of qtest.h | Chen Qun |
2021-03-08 | utils: Deprecate hex-with-suffix sizes | Eric Blake |
2021-03-08 | utils: Improve qemu_strtosz() to have 64 bits of precision | Eric Blake |
2021-03-06 | qemu-option: do not suggest using the delay option | Paolo Bonzini |