index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
util/oslib-posix: Fix missing unlock in the error path of os_mem_prealloc()
David Hildenbrand
2022-02-06
1
-0
/
+1
*
cpuid: use unsigned for max cpuid
Michael S. Tsirkin
2022-02-04
1
-1
/
+1
*
block/export: Fix vhost-user-blk shutdown with requests in flight
Kevin Wolf
2022-02-01
1
-0
/
+22
*
Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...
Peter Maydell
2022-01-14
7
-34
/
+90
|
\
|
*
aio-posix: split poll check from ready handler
Stefan Hajnoczi
2022-01-12
7
-34
/
+90
*
|
meson: reenable filemonitor-inotify compilation
Volker Rümelin
2022-01-12
1
-2
/
+5
|
/
*
qemu/int128: addition of div/rem 128-bit operations
Frédéric Pétrot
2022-01-08
2
-0
/
+148
*
util/oslib-posix: Forward SIGBUS to MCE handler under Linux
David Hildenbrand
2022-01-08
1
-3
/
+34
*
util/oslib-posix: Support concurrent os_mem_prealloc() invocation
David Hildenbrand
2022-01-07
1
-0
/
+9
*
util/oslib-posix: Avoid creating a single thread with MADV_POPULATE_WRITE
David Hildenbrand
2022-01-07
1
-0
/
+8
*
util/oslib-posix: Don't create too many threads with small memory or little p...
David Hildenbrand
2022-01-07
1
-2
/
+10
*
util/oslib-posix: Introduce and use MemsetContext for touch_all_pages()
David Hildenbrand
2022-01-07
1
-26
/
+47
*
util/oslib-posix: Support MADV_POPULATE_WRITE for os_mem_prealloc()
David Hildenbrand
2022-01-07
1
-21
/
+62
*
util/oslib-posix: Let touch_all_pages() return an error
David Hildenbrand
2022-01-07
1
-12
/
+16
*
transactions: Invoke clean() after everything else
Hanna Reitz
2021-11-16
1
-2
/
+6
*
rcu: Introduce force_rcu notifier
Greg Kurz
2021-11-10
1
-0
/
+19
*
util: Make some iova_tree parameters const
Eugenio Pérez
2021-11-02
1
-6
/
+6
*
host-utils: add 128-bit quotient support to divu128/divs128
Luis Pires
2021-10-28
1
-41
/
+86
*
host-utils: move checks out of divu128/divs128
Luis Pires
2021-10-28
1
-22
/
+18
*
qemu-option: Allow deleting opts during qemu_opts_foreach()
Kevin Wolf
2021-10-15
1
-2
/
+2
*
configure, meson: move more compiler checks to Meson
Paolo Bonzini
2021-10-14
1
-1
/
+3
*
configure, meson: move pthread_setname_np checks to Meson
Paolo Bonzini
2021-10-14
1
-3
/
+2
*
util/compatfd.c: use libc signalfd wrapper instead of raw syscall
Kacper Słomiński
2021-10-13
1
-3
/
+2
*
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2021-09-30
1
-3
/
+3
|
\
|
*
build-sys: add HAVE_IPPROTO_MPTCP
Marc-André Lureau
2021-09-30
1
-3
/
+3
*
|
host-utils: Fix overflow detection in divu128()
Luis Pires
2021-09-29
1
-1
/
+1
|
/
*
qapi: Convert simple union SocketAddressLegacy to flat one
Markus Armbruster
2021-09-27
1
-4
/
+4
*
util: Remove redundant checks in the openpty()
AlexChen
2021-09-15
1
-4
/
+3
*
util: Suppress -Wstringop-overflow in qemu_thread_start
Richard Henderson
2021-09-13
1
-0
/
+19
*
Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...
Peter Maydell
2021-09-07
1
-44
/
+55
|
\
|
*
util/vfio-helpers: Let qemu_vfio_do_mapping() propagate Error
Philippe Mathieu-Daudé
2021-09-07
1
-4
/
+4
|
*
util/vfio-helpers: Simplify qemu_vfio_dma_map() returning directly
Philippe Mathieu-Daudé
2021-09-07
1
-13
/
+10
|
*
util/vfio-helpers: Use error_setg in qemu_vfio_find_[fixed/temp]_iova
Philippe Mathieu-Daudé
2021-09-07
1
-10
/
+14
|
*
util/vfio-helpers: Extract qemu_vfio_water_mark_reached()
Philippe Mathieu-Daudé
2021-09-07
1
-1
/
+16
|
*
util/vfio-helpers: Pass Error handle to qemu_vfio_dma_map()
Philippe Mathieu-Daudé
2021-09-07
1
-4
/
+6
|
*
util/vfio-helpers: Remove unreachable code in qemu_vfio_dma_map()
Philippe Mathieu-Daudé
2021-09-07
1
-4
/
+0
|
*
util/vfio-helpers: Replace qemu_mutex_lock() calls with QEMU_LOCK_GUARD
Philippe Mathieu-Daudé
2021-09-07
1
-6
/
+3
|
*
util/vfio-helpers: Let qemu_vfio_verify_mappings() use error_report()
Philippe Mathieu-Daudé
2021-09-07
1
-2
/
+2
*
|
qemu-sockets: fix unix socket path copy (again)
Michael Tokarev
2021-09-06
1
-8
/
+5
|
/
*
util: fix abstract socket path copy
Marc-André Lureau
2021-08-04
1
-1
/
+4
*
util/selfmap: Discard mapping on error
Richard Henderson
2021-07-26
1
-12
/
+17
*
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2021-07-22
1
-5
/
+11
|
\
|
*
qemu-config: restore "machine" in qmp_query_command_line_options()
Stefan Hajnoczi
2021-07-22
1
-2
/
+7
|
*
qemu-config: fix memory leak on ferror()
Paolo Bonzini
2021-07-20
1
-1
/
+2
|
*
qemu-config: never call the callback after an error, fix leak
Paolo Bonzini
2021-07-20
1
-2
/
+2
*
|
qemu/atomic: Add aligned_{int64,uint64}_t types
Richard Henderson
2021-07-21
1
-2
/
+2
*
|
iothread: add aio-max-batch parameter
Stefano Garzarella
2021-07-21
3
-0
/
+19
|
/
*
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2021-07-11
3
-88
/
+118
|
\
|
*
modules: check arch on qom lookup
Gerd Hoffmann
2021-07-09
1
-0
/
+6
|
*
modules: check arch and block load on mismatch
Gerd Hoffmann
2021-07-09
1
-0
/
+29
[next]