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
/
include
/
qemu
Commit message (
Expand
)
Author
Age
Files
Lines
*
migration: Use non-atomic ops for clear log bitmap
Peter Xu
2022-11-21
1
-0
/
+1
*
display: include dependencies explicitly
Michael S. Tsirkin
2022-11-10
1
-0
/
+2
*
module: add Error arguments to module_load and module_load_qom
Claudio Fontana
2022-11-06
1
-5
/
+32
*
module: rename module_load_one to module_load
Claudio Fontana
2022-11-06
1
-5
/
+5
*
module: removed unused function argument "mayfail"
Claudio Fontana
2022-11-06
1
-4
/
+4
*
util/main-loop: Avoid adding the same HANDLE twice
Bin Meng
2022-11-06
1
-0
/
+2
*
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2022-11-03
1
-0
/
+22
|
\
|
*
os-posix: asynchronous teardown for shutdown on Linux
Claudio Imbrenda
2022-10-31
1
-0
/
+22
*
|
Merge tag 'pull-request-2022-10-28' of https://gitlab.com/thuth/qemu into sta...
Stefan Hajnoczi
2022-10-31
1
-0
/
+13
|
\
\
|
*
|
tests/qtest: Use send/recv for socket communication
Xuzhou Cheng
2022-10-28
1
-0
/
+13
*
|
|
Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into s...
Stefan Hajnoczi
2022-10-30
3
-2
/
+78
|
\
\
\
|
*
|
|
util: Make qemu_prealloc_mem() optionally consume a ThreadContext
David Hildenbrand
2022-10-27
1
-1
/
+3
|
*
|
|
util: Introduce ThreadContext user-creatable object
David Hildenbrand
2022-10-27
1
-0
/
+57
|
*
|
|
util: Introduce qemu_thread_set_affinity() and qemu_thread_get_affinity()
David Hildenbrand
2022-10-27
1
-0
/
+4
|
*
|
|
util: Cleanup and rename os_mem_prealloc()
David Hildenbrand
2022-10-27
1
-2
/
+15
*
|
|
|
Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging
Stefan Hajnoczi
2022-10-30
1
-1
/
+3
|
\
\
\
\
|
*
|
|
|
qemu-sockets: move and rename SocketAddress_to_str()
Laurent Vivier
2022-10-28
1
-1
/
+1
|
*
|
|
|
net: introduce convert_host_port()
Laurent Vivier
2022-10-28
1
-0
/
+2
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Stefan Hajnoczi
2022-10-30
1
-8
/
+10
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
coroutine-io: add missing coroutine_fn annotation to prototypes
Alberto Faria
2022-10-27
1
-3
/
+5
|
*
|
|
coroutine-lock: add missing coroutine_fn annotation to prototypes
Alberto Faria
2022-10-27
1
-5
/
+5
|
|
/
/
*
|
|
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging
Stefan Hajnoczi
2022-10-30
1
-2
/
+13
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
coroutine: add flag to re-queue at front of CoQueue
Stefan Hajnoczi
2022-10-26
1
-2
/
+13
|
|
/
*
|
include/qemu/thread: Use qatomic_* functions
Richard Henderson
2022-10-26
1
-4
/
+4
*
|
include/qemu/atomic: Use qemu_build_assert
Richard Henderson
2022-10-26
1
-8
/
+8
*
|
include/qemu/osdep: Add qemu_build_assert
Richard Henderson
2022-10-26
1
-0
/
+8
|
/
*
Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into staging
Stefan Hajnoczi
2022-10-12
2
-81
/
+229
|
\
|
*
job: remove unused functions
Emanuele Giuseppe Esposito
2022-10-07
1
-72
/
+38
|
*
job.c: enable job lock/unlock and remove Aiocontext locks
Emanuele Giuseppe Esposito
2022-10-07
1
-8
/
+9
|
*
job.h: categorize JobDriver callbacks that need the AioContext lock
Emanuele Giuseppe Esposito
2022-10-07
1
-2
/
+25
|
*
jobs: protect job.aio_context with BQL and job_mutex
Emanuele Giuseppe Esposito
2022-10-07
1
-3
/
+20
|
*
job.c: add job_lock/unlock while keeping job.h intact
Emanuele Giuseppe Esposito
2022-10-07
1
-7
/
+131
|
*
job.c: API functions not used outside should be static
Emanuele Giuseppe Esposito
2022-10-07
1
-18
/
+0
|
*
job.h: categorize fields in struct Job
Emanuele Giuseppe Esposito
2022-10-07
1
-25
/
+36
|
*
job.c: make job_mutex and job_lock/unlock() public
Emanuele Giuseppe Esposito
2022-10-07
1
-0
/
+24
|
*
job: add missing coroutine_fn annotations
Paolo Bonzini
2022-10-07
1
-1
/
+1
|
*
coroutine: remove incorrect coroutine_fn annotations
Paolo Bonzini
2022-10-07
1
-1
/
+1
|
*
coroutine: Drop coroutine_fn annotation from qemu_coroutine_self()
Alberto Faria
2022-10-07
1
-1
/
+1
*
|
dump: Replace opaque DumpState pointer with a typed one
Janosch Frank
2022-10-06
1
-0
/
+1
|
/
*
plugins: add [pre|post]fork helpers to linux-user
Alex Bennée
2022-10-06
1
-0
/
+24
*
gdbstub: move sstep flags probing into AccelClass
Alex Bennée
2022-10-06
1
-0
/
+12
*
include/hw/core: Create struct CPUJumpCache
Richard Henderson
2022-10-04
1
-0
/
+1
*
accel/tcg: Introduce probe_access_full
Richard Henderson
2022-10-04
1
-0
/
+1
*
oslib-posix: Introduce qemu_socketpair()
Guoyi Tu
2022-09-29
1
-0
/
+18
*
Revert "main-loop: Disable block backend global state assertion on Cocoa"
Akihiko Odaki
2022-09-23
1
-13
/
+0
*
util: accept iova_tree_remove_parameter by value
Eugenio Pérez
2022-09-02
1
-1
/
+1
*
util/mmap-alloc: Remove qemu_mempath_getpagesize()
Thomas Huth
2022-08-26
1
-2
/
+0
*
include/qemu/host-utils.h: Simplify the compiler check in mulu128()
Thomas Huth
2022-08-04
1
-2
/
+1
*
main loop: add missing documentation links to GS/IO macros
Emanuele Giuseppe Esposito
2022-08-02
1
-3
/
+15
*
cutils: Introduce bundle mechanism
Akihiko Odaki
2022-07-13
1
-3
/
+15
[next]