| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul... | Peter Maydell | 2021-05-17 | 1 | -1/+1 |
|\ |
|
| * | cutils: fix memory leak in get_relocated_path() | Stefano Garzarella | 2021-05-13 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-05-... | Peter Maydell | 2021-05-14 | 1 | -6/+2 |
|\ \ |
|
| * | | util/compatfd.c: Replaced a malloc call with g_malloc. | Mahmoud Mandour | 2021-05-14 | 1 | -6/+2 |
| |/ |
|
* | | numa: Teach ram block notifiers about resizeable ram blocks | David Hildenbrand | 2021-05-13 | 1 | -8/+8 |
* | | util: vfio-helpers: Factor out and fix processing of existing ram blocks | David Hildenbrand | 2021-05-13 | 1 | -21/+8 |
|/ |
|
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 2021-05-12 | 2 | -62/+2 |
|\ |
|
| * | qemu-option: support accept-any QemuOptsList in qemu_opts_absorb_qdict | Paolo Bonzini | 2021-05-12 | 1 | -1/+2 |
| * | main-loop: remove dead code | Paolo Bonzini | 2021-05-11 | 1 | -61/+0 |
* | | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210510-pull-request' ... | Peter Maydell | 2021-05-12 | 1 | -0/+7 |
|\ \
| |/
|/| |
|
| * | virtio-gpu: add virtio-vga-gl | Gerd Hoffmann | 2021-05-10 | 1 | -0/+2 |
| * | virtio-gpu: add virtio-gpu-gl-pci | Gerd Hoffmann | 2021-05-10 | 1 | -0/+2 |
| * | virtio-gpu: move virtio-gpu-gl-device to separate module | Gerd Hoffmann | 2021-05-10 | 1 | -1/+3 |
| * | virtio-gpu: add virtio-gpu-gl-device | Gerd Hoffmann | 2021-05-10 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 2021-05-06 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | oslib-win32: do not rely on macro to get redefined function name | Paolo Bonzini | 2021-05-04 | 1 | -1/+1 |
* | | Do not include sysemu/sysemu.h if it's not really necessary | Thomas Huth | 2021-05-02 | 1 | -1/+0 |
|/ |
|
* | util: add transactions.c | Vladimir Sementsov-Ogievskiy | 2021-04-30 | 2 | -0/+97 |
* | spapr: rollback 'unplug timeout' for CPU hotunplugs | Daniel Henrique Barboza | 2021-04-12 | 1 | -13/+0 |
* | Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-04-... | Peter Maydell | 2021-04-02 | 1 | -3/+3 |
|\ |
|
| * | util/compatfd.c: Fixed style issues | Mahmoud Mandour | 2021-04-01 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'remotes/marcandre/tags/for-6.0-pull-request' in... | Peter Maydell | 2021-04-01 | 3 | -10/+3 |
|\ \ |
|
| * | | yank: Always link full yank code | Lukas Straub | 2021-04-01 | 1 | -1/+1 |
| * | | yank: Remove dependency on qiochannel | Lukas Straub | 2021-04-01 | 1 | -8/+0 |
| * | | util: fix use-after-free in module_load_one | Marc-André Lureau | 2021-04-01 | 1 | -1/+2 |
| |/ |
|
* | | coroutine-lock: Reimplement CoRwlock to fix downgrade bug | Paolo Bonzini | 2021-03-31 | 1 | -52/+96 |
* | | coroutine-lock: Store the coroutine in the CoWaitRecord only once | David Edmondson | 2021-03-31 | 1 | -1/+0 |
|/ |
|
* | s390x: modularize virtio-gpu-ccw | Gerd Hoffmann | 2021-03-26 | 1 | -0/+1 |
* | utils: Work around mingw strto*l bug with 0x | Eric Blake | 2021-03-24 | 1 | -8/+21 |
* | utils: Tighter tests for qemu_strtosz | Eric Blake | 2021-03-24 | 1 | -1/+3 |
* | utils: Use fixed-point arithmetic in qemu_strtosz | Richard Henderson | 2021-03-15 | 1 | -15/+35 |
* | Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20210310' in... | Peter Maydell | 2021-03-12 | 1 | -0/+13 |
|\ |
|
| * | qemu_timer.c: add timer_deadline_ms() helper | Daniel Henrique Barboza | 2021-03-09 | 1 | -0/+13 |
* | | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul... | Peter Maydell | 2021-03-11 | 1 | -0/+1 |
|\ \ |
|
| * | | net: Use id_generate() in the network subsystem, too | Thomas Huth | 2021-03-09 | 1 | -0/+1 |
| |/ |
|
* | | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-03-09' into st... | Peter Maydell | 2021-03-11 | 1 | -21/+77 |
|\ \ |
|
| * | | utils: Deprecate hex-with-suffix sizes | Eric Blake | 2021-03-08 | 1 | -1/+9 |
| * | | utils: Improve qemu_strtosz() to have 64 bits of precision | Eric Blake | 2021-03-08 | 1 | -21/+69 |
| |/ |
|
* / | qtest: delete superfluous inclusions of qtest.h | Chen Qun | 2021-03-09 | 2 | -2/+0 |
|/ |
|
* | qemu-option: do not suggest using the delay option | Paolo Bonzini | 2021-03-06 | 1 | -1/+5 |
* | qemu-config: add error propagation to qemu_config_parse | Paolo Bonzini | 2021-03-06 | 1 | -11/+12 |
* | event_notifier: Set ->initialized earlier in event_notifier_init() | Greg Kurz | 2021-02-16 | 1 | -1/+1 |
* | util/cutils: Skip "." when looking for next directory component | Stefan Weil | 2021-02-16 | 1 | -1/+2 |
* | 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 |
|\ |
|