Age | Commit message (Expand) | Author |
2024-01-05 | backends/iommufd: Remove mutex | Cédric Le Goater |
2024-01-05 | backends/iommufd: Remove check on number of backend users | Cédric Le Goater |
2024-01-05 | Merge tag 'hw-cpus-20240105' of https://github.com/philmd/qemu into staging | Peter Maydell |
2024-01-05 | misc: Simplify qemu_prealloc_mem() calls | Philippe Mathieu-Daudé |
2024-01-05 | backends: Reduce variable scope in host_memory_backend_memory_complete | Philippe Mathieu-Daudé |
2024-01-05 | backends: Have HostMemoryBackendClass::alloc() handler return a boolean | Philippe Mathieu-Daudé |
2024-01-05 | backends: Simplify host_memory_backend_memory_complete() | Philippe Mathieu-Daudé |
2024-01-05 | backends: Use g_autofree in HostMemoryBackendClass::alloc() handlers | Philippe Mathieu-Daudé |
2024-01-05 | Merge tag 'migration-20240104-pull-request' of https://gitlab.com/peterx/qemu... | Peter Maydell |
2024-01-04 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Peter Maydell |
2024-01-04 | cpus: check running not RUN_STATE_RUNNING | Steve Sistare |
2023-12-31 | configure, meson: rename targetos to host_os | Paolo Bonzini |
2023-12-31 | meson: remove CONFIG_POSIX and CONFIG_WIN32 from config_targetos | Paolo Bonzini |
2023-12-31 | meson: remove OS definitions from config_targetos | Paolo Bonzini |
2023-12-30 | backends: Constify VMState | Richard Henderson |
2023-12-19 | backends/iommufd: Introduce the iommufd object | Eric Auger |
2023-11-01 | migration: Use vmstate_register_any() | Juan Quintela |
2023-10-20 | migration: simplify blockers | Steve Sistare |
2023-09-21 | Merge tag 'pull-block-2023-09-01' of https://gitlab.com/hreitz/qemu into staging | Stefan Hajnoczi |
2023-09-19 | backends/hostmem-file: Add "rom" property to support VM templating with R/O f... | David Hildenbrand |
2023-09-19 | softmmu/physmem: Distinguish between file access mode and mmap protection | David Hildenbrand |
2023-09-13 | tpm: fix crash when FD >= 1024 and unnecessary errors due to EINTR | Marc-André Lureau |
2023-09-08 | misc/other: spelling fixes | Michael Tokarev |
2023-08-29 | throttle: use enum ThrottleDirection instead of bool is_write | zhenwei pi |
2023-08-29 | cryptodev: use NULL throttle timer cb for read direction | zhenwei pi |
2023-08-03 | cryptodev: Handle unexpected request to avoid crash | zhenwei pi |
2023-06-23 | cryptodev: fix memory leak during stats query | zhenwei pi |
2023-06-23 | cryptodev-vhost-user: add asymmetric crypto support | Gowrishankar Muthukrishnan |
2023-06-20 | meson: Replace softmmu_ss -> system_ss | Philippe Mathieu-Daudé |
2023-06-13 | exec/memory: Introduce RAM_NAMED_FILE flag | Steve Sistare |
2023-05-23 | hostmem-file: add offset option | Alexander Graf |
2023-04-25 | thread-pool: avoid passing the pool parameter every time | Emanuele Giuseppe Esposito |
2023-03-13 | win32: replace closesocket() with close() wrapper | Marc-André Lureau |
2023-03-07 | cryptodev: Support query-stats QMP command | zhenwei pi |
2023-03-07 | cryptodev: support QoS | zhenwei pi |
2023-03-07 | cryptodev: Account statistics | zhenwei pi |
2023-03-07 | cryptodev: Use CryptoDevBackendOpInfo for operation | zhenwei pi |
2023-03-07 | hmp: add cryptodev info command | zhenwei pi |
2023-03-07 | cryptodev-builtin: Detect akcipher capability | zhenwei pi |
2023-03-07 | cryptodev: Introduce 'query-cryptodev' QMP command | zhenwei pi |
2023-03-07 | cryptodev: Introduce server type in QAPI | zhenwei pi |
2023-03-07 | cryptodev: Introduce cryptodev alg type in QAPI | zhenwei pi |
2023-03-07 | cryptodev: Remove 'name' & 'model' fields | zhenwei pi |
2023-03-07 | cryptodev: Introduce cryptodev.json | zhenwei pi |
2023-03-02 | backends/vhost-user: remove the ioeventfd check | Alex Bennée |
2023-02-23 | error: Drop superfluous #include "qapi/qmp/qerror.h" | Markus Armbruster |
2023-02-08 | Drop duplicate #include | Markus Armbruster |
2023-02-08 | Don't include headers already included by qemu/osdep.h | Markus Armbruster |
2023-02-08 | Fix non-first inclusions of qemu/osdep.h | Markus Armbruster |
2023-01-16 | Call qemu_socketpair() instead of socketpair() when possible | Guoyi Tu |