index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-01
migration: Use vmstate_register_any()
Juan Quintela
2
-4
/
+2
2023-10-20
migration: simplify blockers
Steve Sistare
1
-8
/
+2
2023-09-21
Merge tag 'pull-block-2023-09-01' of https://gitlab.com/hreitz/qemu into staging
Stefan Hajnoczi
1
-6
/
+6
2023-09-19
backends/hostmem-file: Add "rom" property to support VM templating with R/O f...
David Hildenbrand
1
-1
/
+58
2023-09-19
softmmu/physmem: Distinguish between file access mode and mmap protection
David Hildenbrand
1
-2
/
+2
2023-09-13
tpm: fix crash when FD >= 1024 and unnecessary errors due to EINTR
Marc-André Lureau
1
-9
/
+2
2023-09-08
misc/other: spelling fixes
Michael Tokarev
1
-1
/
+1
2023-08-29
throttle: use enum ThrottleDirection instead of bool is_write
zhenwei pi
1
-4
/
+5
2023-08-29
cryptodev: use NULL throttle timer cb for read direction
zhenwei pi
1
-2
/
+1
2023-08-03
cryptodev: Handle unexpected request to avoid crash
zhenwei pi
1
-0
/
+10
2023-06-23
cryptodev: fix memory leak during stats query
zhenwei pi
1
-1
/
+1
2023-06-23
cryptodev-vhost-user: add asymmetric crypto support
Gowrishankar Muthukrishnan
1
-5
/
+4
2023-06-20
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
2
-14
/
+14
2023-06-13
exec/memory: Introduce RAM_NAMED_FILE flag
Steve Sistare
1
-0
/
+1
2023-05-23
hostmem-file: add offset option
Alexander Graf
1
-1
/
+39
2023-04-25
thread-pool: avoid passing the pool parameter every time
Emanuele Giuseppe Esposito
1
-3
/
+1
2023-03-13
win32: replace closesocket() with close() wrapper
Marc-André Lureau
1
-3
/
+3
2023-03-07
cryptodev: Support query-stats QMP command
zhenwei pi
1
-0
/
+155
2023-03-07
cryptodev: support QoS
zhenwei pi
1
-0
/
+138
2023-03-07
cryptodev: Account statistics
zhenwei pi
1
-5
/
+63
2023-03-07
cryptodev: Use CryptoDevBackendOpInfo for operation
zhenwei pi
3
-25
/
+11
2023-03-07
hmp: add cryptodev info command
zhenwei pi
2
-0
/
+55
2023-03-07
cryptodev-builtin: Detect akcipher capability
zhenwei pi
1
-3
/
+15
2023-03-07
cryptodev: Introduce 'query-cryptodev' QMP command
zhenwei pi
1
-0
/
+45
2023-03-07
cryptodev: Introduce server type in QAPI
zhenwei pi
3
-8
/
+8
2023-03-07
cryptodev: Introduce cryptodev alg type in QAPI
zhenwei pi
3
-8
/
+8
2023-03-07
cryptodev: Remove 'name' & 'model' fields
zhenwei pi
4
-15
/
+4
2023-03-07
cryptodev: Introduce cryptodev.json
zhenwei pi
4
-6
/
+6
2023-03-02
backends/vhost-user: remove the ioeventfd check
Alex Bennée
1
-11
/
+0
2023-02-23
error: Drop superfluous #include "qapi/qmp/qerror.h"
Markus Armbruster
3
-3
/
+0
2023-02-08
Drop duplicate #include
Markus Armbruster
1
-1
/
+0
2023-02-08
Don't include headers already included by qemu/osdep.h
Markus Armbruster
1
-2
/
+0
2023-02-08
Fix non-first inclusions of qemu/osdep.h
Markus Armbruster
1
-1
/
+1
2023-01-16
Call qemu_socketpair() instead of socketpair() when possible
Guoyi Tu
1
-1
/
+1
2022-12-28
hostmem: Honor multiple preferred nodes if possible
Michal Privoznik
1
-2
/
+17
2022-12-14
qapi tpm: Elide redundant has_FOO in generated C
Markus Armbruster
1
-2
/
+0
2022-12-01
vhost: enable vrings in vhost_dev_start() for vhost-user devices
Stefano Garzarella
2
-4
/
+4
2022-11-02
cryptodev: Add a lkcf-backend for cryptodev
Lei He
2
-0
/
+648
2022-11-02
virtio-crypto: Support asynchronous mode
Lei He
3
-51
/
+113
2022-10-30
Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into s...
Stefan Hajnoczi
1
-3
/
+10
2022-10-27
hostmem: Allow for specifying a ThreadContext for preallocation
David Hildenbrand
1
-3
/
+9
2022-10-27
util: Make qemu_prealloc_mem() optionally consume a ThreadContext
David Hildenbrand
1
-2
/
+3
2022-10-27
util: Cleanup and rename os_mem_prealloc()
David Hildenbrand
1
-3
/
+3
2022-10-27
backends: Improve error messages when property can no longer be set
Markus Armbruster
4
-4
/
+4
2022-09-13
tpm_emulator: Have swtpm relock storage upon migration fall-back
Stefan Berger
2
-1
/
+61
2022-09-13
tpm_emulator: Use latest tpm_ioctl.h from swtpm project
Stefan Berger
1
-20
/
+76
2022-09-09
tpm_emulator: Avoid double initialization during migration
Ross Lagerwall
1
-0
/
+10
2022-08-31
Merge tag 'testing-pull-request-2022-08-30' of https://gitlab.com/thuth/qemu ...
Stefan Hajnoczi
1
-0
/
+4
2022-08-26
backends/hostmem: Fix support of memory-backend-memfd in qemu_maxrampagesize()
Thomas Huth
1
-12
/
+2
2022-08-25
backends/tpm: Exclude headers and macros that don't exist on win32
Bin Meng
1
-0
/
+4
[next]