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/log: Rename QemuLogFile to RCUCloseFILE
Richard Henderson
2022-04-20
1
-15
/
+13
*
util/log: Combine two logfile closes
Richard Henderson
2022-04-20
1
-8
/
+3
*
util/log: Hoist the eval of is_daemonized in qemu_set_log_internal
Richard Henderson
2022-04-20
1
-3
/
+5
*
util/log: Rename qemu_logfile_mutex to global_mutex
Richard Henderson
2022-04-20
1
-4
/
+6
*
util/log: Rename qemu_logfile to global_file
Richard Henderson
2022-04-20
1
-8
/
+8
*
util/log: Rename logfilename to global_filename
Richard Henderson
2022-04-20
1
-7
/
+6
*
util/log: Remove qemu_log_close
Richard Henderson
2022-04-20
1
-16
/
+1
*
util/log: Introduce qemu_set_log_filename_flags
Richard Henderson
2022-04-20
1
-46
/
+76
*
include/qemu/log: Move entire implementation out-of-line
Richard Henderson
2022-04-20
1
-1
/
+29
*
util/log: Drop call to setvbuf
Richard Henderson
2022-04-20
1
-6
/
+0
*
util/log: Remove qemu_log_flush
Richard Henderson
2022-04-20
1
-13
/
+1
*
util/log: Drop return value from qemu_log
Richard Henderson
2022-04-20
1
-11
/
+2
*
util/log: Use qemu_log_trylock/unlock in qemu_log
Richard Henderson
2022-04-20
1
-6
/
+5
*
util/log: Rename qemu_log_lock to qemu_log_trylock
Richard Henderson
2022-04-20
1
-2
/
+4
*
util/log: Move qemu_log_lock, qemu_log_unlock out of line
Richard Henderson
2022-04-20
1
-0
/
+23
*
util/log: Pass Error pointer to qemu_set_log
Richard Henderson
2022-04-20
1
-6
/
+6
*
util/log: Return bool from qemu_set_log_filename
Richard Henderson
2022-04-20
1
-2
/
+3
*
util/log: Drop manual log buffering
Richard Henderson
2022-04-20
1
-17
/
+4
*
thread-posix: optimize qemu_sem_timedwait with zero timeout
Paolo Bonzini
2022-04-06
1
-2
/
+6
*
thread-posix: implement Semaphore with QemuCond and QemuMutex
Longpeng(Mike)
2022-04-06
1
-73
/
+32
*
thread-posix: use monotonic clock for QemuCond and QemuSemaphore
Longpeng(Mike)
2022-04-06
1
-7
/
+46
*
thread-posix: remove the posix semaphore support
Longpeng(Mike)
2022-04-06
1
-54
/
+0
*
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
13
-13
/
+0
*
Move fcntl_setfl() to oslib-posix
Marc-André Lureau
2022-04-06
2
-17
/
+15
*
include: move progress API to qemu-progress.h
Marc-André Lureau
2022-04-06
1
-1
/
+1
*
include: move C/util-related declarations to cutils.h
Marc-André Lureau
2022-04-06
1
-1
/
+1
*
error-report: use error_printf() for program prefix
Marc-André Lureau
2022-04-06
1
-1
/
+1
*
util: rename qemu-error.c to match its header name
Marc-André Lureau
2022-04-06
2
-1
/
+1
*
error-report: replace deprecated g_get_current_time() with glib >= 2.62
Marc-André Lureau
2022-04-06
1
-3
/
+14
*
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
2022-04-06
8
-40
/
+21
*
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2022-04-06
2
-2
/
+2
*
char: move qemu_openpty_raw from util/ to char/
Marc-André Lureau
2022-04-06
2
-140
/
+0
*
meson: add util dependency for oslib-posix on freebsd
Marc-André Lureau
2022-04-06
1
-1
/
+5
*
oslib: drop qemu_gettimeofday()
Marc-André Lureau
2022-04-06
1
-20
/
+0
*
error: use GLib to remember the program name
Marc-André Lureau
2022-03-22
1
-19
/
+5
*
util: remove the net/net.h dependency
Marc-André Lureau
2022-03-22
1
-14
/
+0
*
util: remove needless includes
Marc-André Lureau
2022-03-22
1
-2
/
+0
*
Drop qemu_foo() socket API wrapper
Marc-André Lureau
2022-03-22
2
-7
/
+7
*
Merge tag 'pull-misc-2022-03-21' of git://repo.or.cz/qemu/armbru into staging
Peter Maydell
2022-03-21
5
-6
/
+6
|
\
|
*
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-03-21
5
-6
/
+6
*
|
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging
Peter Maydell
2022-03-21
3
-14
/
+23
|
\
\
|
|
/
|
/
|
|
*
aio-posix: fix spurious ->poll_ready() callbacks in main loop
Stefan Hajnoczi
2022-03-17
2
-14
/
+19
|
*
aio-posix: fix build failure io_uring 2.2
Haiyue Wang
2022-03-17
1
-0
/
+4
*
|
util/osdep: Remove some early cruft
Andrew Deason
2022-03-18
1
-7
/
+0
*
|
util/osdep: Avoid madvise proto on modern Solaris
Andrew Deason
2022-03-18
1
-3
/
+0
|
/
*
util: add iova_tree_find_iova
Eugenio Pérez
2022-03-15
1
-0
/
+34
*
util: Add iova_tree_alloc_map
Eugenio Pérez
2022-03-15
1
-0
/
+136
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2022-03-08
1
-0
/
+5
|
\
|
*
event_notifier: add event_notifier_get_wfd()
Sergio Lopez
2022-03-06
1
-0
/
+5
*
|
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...
Peter Maydell
2022-03-08
6
-81
/
+95
|
\
\
[prev]
[next]