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
...
*
|
util/log: Remove qemu_log_vprintf
Richard Henderson
2022-04-20
1
-15
/
+0
*
|
util/log: Rename qemu_log_lock to qemu_log_trylock
Richard Henderson
2022-04-20
1
-1
/
+1
*
|
util/log: Move qemu_log_lock, qemu_log_unlock out of line
Richard Henderson
2022-04-20
1
-25
/
+3
*
|
util/log: Pass Error pointer to qemu_set_log
Richard Henderson
2022-04-20
1
-1
/
+1
*
|
util/log: Return bool from qemu_set_log_filename
Richard Henderson
2022-04-20
1
-1
/
+1
*
|
util/log: Drop manual log buffering
Richard Henderson
2022-04-20
1
-1
/
+0
|
/
*
thread-posix: implement Semaphore with QemuCond and QemuMutex
Longpeng(Mike)
2022-04-06
1
-3
/
+2
*
thread-posix: remove the posix semaphore support
Longpeng(Mike)
2022-04-06
1
-4
/
+0
*
Move fcntl_setfl() to oslib-posix
Marc-André Lureau
2022-04-06
1
-1
/
+0
*
Move CPU softfloat unions to cpu-float.h
Marc-André Lureau
2022-04-06
2
-60
/
+64
*
include: move progress API to qemu-progress.h
Marc-André Lureau
2022-04-06
1
-0
/
+8
*
include: move C/util-related declarations to cutils.h
Marc-André Lureau
2022-04-06
1
-0
/
+20
*
include: move coroutine IO functions to coroutine.h
Marc-André Lureau
2022-04-06
1
-0
/
+23
*
include: move qemu_pipe() to osdep.h
Marc-André Lureau
2022-04-06
1
-0
/
+4
*
include: move qemu_write_full() declaration to osdep.h
Marc-André Lureau
2022-04-06
1
-0
/
+3
*
include: move TFR to osdep.h
Marc-André Lureau
2022-04-06
1
-0
/
+2
*
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
2022-04-06
1
-4
/
+11
*
osdep: poison {HOST,TARGET}_WORDS_BIGENDIAN
Marc-André Lureau
2022-04-06
1
-0
/
+12
*
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2022-04-06
3
-6
/
+6
*
main-loop: Disable GLOBAL_STATE_CODE() assertions
Hanna Reitz
2022-03-29
1
-1
/
+2
*
main-loop: Disable block backend global state assertion on Cocoa
Philippe Mathieu-Daudé
2022-03-29
1
-0
/
+13
*
error: use GLib to remember the program name
Marc-André Lureau
2022-03-22
1
-2
/
+0
*
Move HOST_LONG_BITS to compiler.h
Marc-André Lureau
2022-03-22
2
-3
/
+5
*
Simplify HOST_LONG_BITS
Marc-André Lureau
2022-03-22
1
-7
/
+1
*
compiler.h: replace QEMU_SENTINEL with G_GNUC_NULL_TERMINATED
Marc-André Lureau
2022-03-22
1
-2
/
+0
*
compiler.h: replace QEMU_WARN_UNUSED_RESULT with G_GNUC_WARN_UNUSED_RESULT
Marc-André Lureau
2022-03-22
2
-4
/
+2
*
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
2022-03-22
7
-29
/
+22
*
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-03-21
1
-1
/
+1
*
util/osdep: Avoid madvise proto on modern Solaris
Andrew Deason
2022-03-18
1
-0
/
+8
*
osdep: Avoid using Clang-specific __builtin_available()
Philippe Mathieu-Daudé
2022-03-15
1
-7
/
+3
*
util: add iova_tree_find_iova
Eugenio Pérez
2022-03-15
1
-1
/
+19
*
util: Add iova_tree_alloc_map
Eugenio Pérez
2022-03-15
1
-0
/
+18
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2022-03-08
2
-0
/
+3
|
\
|
*
event_notifier: add event_notifier_get_wfd()
Sergio Lopez
2022-03-06
1
-0
/
+1
|
*
pcie: Add support for Single Root I/O Virtualization (SR/IOV)
Knut Omang
2022-03-06
1
-0
/
+2
*
|
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...
Peter Maydell
2022-03-08
2
-18
/
+61
|
\
\
|
*
|
osdep: Move memalign-related functions to their own header
Peter Maydell
2022-03-07
2
-18
/
+61
*
|
|
Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20220307' int...
Peter Maydell
2022-03-08
2
-14
/
+3
|
\
\
\
|
*
|
|
9pfs: move qemu_dirent_dup() from osdep -> 9p-util
Christian Schoenebeck
2022-03-07
1
-13
/
+0
|
*
|
|
9p: linux: Fix a couple Linux assumptions
Keno Fischer
2022-03-07
1
-1
/
+3
|
|
/
/
*
|
|
Merge remote-tracking branch 'remotes/philmd/tags/abstract-arch-cpu-20220307'...
Peter Maydell
2022-03-07
1
-0
/
+2
|
\
\
\
|
*
|
|
target: Use ArchCPU as interface to target CPU
Philippe Mathieu-Daudé
2022-03-06
1
-0
/
+1
|
*
|
|
target: Use CPUArchState as interface to target-specific CPU state
Philippe Mathieu-Daudé
2022-03-06
1
-0
/
+1
|
|
/
/
*
/
/
block/dirty-bitmap: introduce bdrv_dirty_bitmap_status()
Vladimir Sementsov-Ogievskiy
2022-03-07
1
-0
/
+12
|
/
/
*
|
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20220304' into...
Peter Maydell
2022-03-05
1
-3
/
+17
|
\
\
|
*
|
tcg/i386: Detect AVX512
Richard Henderson
2022-03-04
1
-3
/
+17
|
|
/
*
|
job.h: split function pointers in JobDriver
Emanuele Giuseppe Esposito
2022-03-04
1
-0
/
+22
*
|
main loop: macros to mark GS and I/O functions
Emanuele Giuseppe Esposito
2022-03-04
1
-0
/
+18
*
|
main-loop.h: introduce qemu_in_main_thread()
Emanuele Giuseppe Esposito
2022-03-04
1
-0
/
+24
*
|
rcu: use coroutine TLS macros
Stefan Hajnoczi
2022-03-04
1
-3
/
+4
[prev]
[next]