index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
backends
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hostmem: add a new memory backend based on POSIX shm_open()
Stefano Garzarella
2024-07-03
2
-0
/
+124
*
backends/iommufd: Implement HostIOMMUDeviceClass::get_cap() handler
Zhenzhong Duan
2024-06-24
1
-0
/
+23
*
backends/iommufd: Introduce helper function iommufd_backend_get_device_info()
Zhenzhong Duan
2024-06-24
1
-0
/
+22
*
backends/iommufd: Introduce TYPE_HOST_IOMMU_DEVICE_IOMMUFD[_VFIO] devices
Zhenzhong Duan
2024-06-24
1
-17
/
+18
*
backends: Introduce HostIOMMUDevice abstract
Zhenzhong Duan
2024-06-24
2
-0
/
+34
*
backends/tpm: Remove newline character in trace event
Philippe Mathieu-Daudé
2024-06-10
2
-3
/
+5
*
hostmem: simplify the code for merge and dump properties
Paolo Bonzini
2024-06-08
1
-14
/
+8
*
machine, hostmem: improve error messages for unsupported features
Paolo Bonzini
2024-06-08
1
-0
/
+16
*
backends/hostmem: Report error when memory size is unaligned
Michal Privoznik
2024-06-08
4
-0
/
+13
*
backends/iommufd: Make iommufd_backend_*() return bool
Zhenzhong Duan
2024-05-16
2
-18
/
+15
*
backends/cryptodev-builtin: Fix local_error leaks
Li Zhijian
2024-04-29
1
-4
/
+5
*
Merge tag 'pull-error-2024-04-24' of https://repo.or.cz/qemu/armbru into staging
Richard Henderson
2024-04-24
1
-1
/
+0
|
\
|
*
error: Drop superfluous #include "qapi/qmp/qerror.h"
Markus Armbruster
2024-04-24
1
-1
/
+0
*
|
HostMem: Add mechanism to opt in kvm guest memfd via MachineState
Xiaoyao Li
2024-04-23
4
-0
/
+4
|
/
*
backends/cryptodev: Do not abort for invalid session ID
Philippe Mathieu-Daudé
2024-04-10
1
-1
/
+3
*
backends/iommufd: Fix missing ERRP_GUARD() for error_prepend()
Zhao Liu
2024-03-12
1
-0
/
+1
*
oslib-posix: initialize backend memory objects in parallel
Mark Kanda
2024-02-06
1
-2
/
+5
*
backends/hostmem: Fix block comments style (checkpatch.pl warnings)
Philippe Mathieu-Daudé
2024-01-30
1
-4
/
+8
*
backends/cryptodev: Do not ignore throttle/backends Errors
Philippe Mathieu-Daudé
2024-01-19
1
-0
/
+10
*
backends/iommufd: Remove mutex
Cédric Le Goater
2024-01-05
1
-7
/
+0
*
backends/iommufd: Remove check on number of backend users
Cédric Le Goater
2024-01-05
1
-5
/
+0
*
Merge tag 'hw-cpus-20240105' of https://github.com/philmd/qemu into staging
Peter Maydell
2024-01-05
5
-108
/
+97
|
\
|
*
misc: Simplify qemu_prealloc_mem() calls
Philippe Mathieu-Daudé
2024-01-05
1
-15
/
+7
|
*
backends: Reduce variable scope in host_memory_backend_memory_complete
Philippe Mathieu-Daudé
2024-01-05
1
-4
/
+4
|
*
backends: Have HostMemoryBackendClass::alloc() handler return a boolean
Philippe Mathieu-Daudé
2024-01-05
5
-27
/
+27
|
*
backends: Simplify host_memory_backend_memory_complete()
Philippe Mathieu-Daudé
2024-01-05
1
-67
/
+68
|
*
backends: Use g_autofree in HostMemoryBackendClass::alloc() handlers
Philippe Mathieu-Daudé
2024-01-05
4
-8
/
+4
*
|
Merge tag 'migration-20240104-pull-request' of https://gitlab.com/peterx/qemu into staging
Peter Maydell
2024-01-05
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
cpus: check running not RUN_STATE_RUNNING
Steve Sistare
2024-01-04
1
-1
/
+1
*
|
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
2024-01-04
1
-3
/
+7
|
\
\
|
*
|
configure, meson: rename targetos to host_os
Paolo Bonzini
2023-12-31
1
-2
/
+2
|
*
|
meson: remove CONFIG_POSIX and CONFIG_WIN32 from config_targetos
Paolo Bonzini
2023-12-31
1
-2
/
+4
|
*
|
meson: remove OS definitions from config_targetos
Paolo Bonzini
2023-12-31
1
-1
/
+3
|
|
/
*
/
backends: Constify VMState
Richard Henderson
2023-12-30
2
-2
/
+2
|
/
*
backends/iommufd: Introduce the iommufd object
Eric Auger
2023-12-19
4
-0
/
+260
*
migration: Use vmstate_register_any()
Juan Quintela
2023-11-01
2
-4
/
+2
*
migration: simplify blockers
Steve Sistare
2023-10-20
1
-8
/
+2
*
Merge tag 'pull-block-2023-09-01' of https://gitlab.com/hreitz/qemu into staging
Stefan Hajnoczi
2023-09-21
1
-6
/
+6
|
\
|
*
throttle: use enum ThrottleDirection instead of bool is_write
zhenwei pi
2023-08-29
1
-4
/
+5
|
*
cryptodev: use NULL throttle timer cb for read direction
zhenwei pi
2023-08-29
1
-2
/
+1
*
|
backends/hostmem-file: Add "rom" property to support VM templating with R/O files
David Hildenbrand
2023-09-19
1
-1
/
+58
*
|
softmmu/physmem: Distinguish between file access mode and mmap protection
David Hildenbrand
2023-09-19
1
-2
/
+2
*
|
tpm: fix crash when FD >= 1024 and unnecessary errors due to EINTR
Marc-André Lureau
2023-09-13
1
-9
/
+2
*
|
misc/other: spelling fixes
Michael Tokarev
2023-09-08
1
-1
/
+1
|
/
*
cryptodev: Handle unexpected request to avoid crash
zhenwei pi
2023-08-03
1
-0
/
+10
*
cryptodev: fix memory leak during stats query
zhenwei pi
2023-06-23
1
-1
/
+1
*
cryptodev-vhost-user: add asymmetric crypto support
Gowrishankar Muthukrishnan
2023-06-23
1
-5
/
+4
*
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
2023-06-20
2
-14
/
+14
*
exec/memory: Introduce RAM_NAMED_FILE flag
Steve Sistare
2023-06-13
1
-0
/
+1
*
hostmem-file: add offset option
Alexander Graf
2023-05-23
1
-1
/
+39
[next]