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/main-loop: Introduce the main loop into QOM
Nicolas Saenz Julienne
2022-05-09
1
-0
/
+10
*
Revert "main-loop: Disable GLOBAL_STATE_CODE() assertions"
Hanna Reitz
2022-05-04
1
-2
/
+1
*
util: rename qemu_*block() socket functions
Marc-André Lureau
2022-05-03
1
-3
/
+3
*
Replace qemu_pipe() with g_unix_open_pipe()
Marc-André Lureau
2022-05-03
1
-4
/
+0
*
Use QEMU_SANITIZE_THREAD
Marc-André Lureau
2022-05-03
1
-3
/
+5
*
remove -writeconfig
Paolo Bonzini
2022-04-28
1
-1
/
+0
*
softmmu: remove deprecated --enable-fips option
Daniel P. Berrangé
2022-04-26
1
-3
/
+0
*
include/qemu: add 32-bit Windows dump structures
Viktor Prutyanov
2022-04-22
1
-0
/
+107
*
include/qemu: rename Windows context definitions to expose bitness
Viktor Prutyanov
2022-04-22
1
-4
/
+4
*
Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into staging
Richard Henderson
2022-04-21
8
-41
/
+67
|
\
|
*
util: replace qemu_get_local_state_pathname()
Marc-André Lureau
2022-04-21
1
-6
/
+3
|
*
qga: move qga_get_host_name()
Marc-André Lureau
2022-04-21
1
-10
/
+0
|
*
Move error_printf_unless_qmp() with monitor unit
Marc-André Lureau
2022-04-21
1
-2
/
+0
|
*
compiler.h: add QEMU_SANITIZE_{ADDRESS,THREAD}
Marc-André Lureau
2022-04-21
1
-0
/
+8
|
*
include: add qemu/keyval.h
Marc-André Lureau
2022-04-21
2
-6
/
+14
|
*
include: move qemu_fdatasync() to osdep
Marc-André Lureau
2022-04-21
2
-1
/
+2
|
*
include: move qemu_msync() to osdep
Marc-André Lureau
2022-04-21
2
-1
/
+13
|
*
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
2022-04-21
3
-4
/
+3
|
*
osdep.h: move qemu_build_not_reached()
Marc-André Lureau
2022-04-21
2
-16
/
+16
|
*
include: rename qemu-common.h qemu/help-texts.h
Marc-André Lureau
2022-04-21
1
-0
/
+13
*
|
Merge tag 'pull-ppc-20220420-2' of https://gitlab.com/danielhb/qemu into staging
Richard Henderson
2022-04-21
1
-0
/
+21
|
\
\
|
|
/
|
/
|
|
*
softfloat: add float128_to_int128
Matheus Ferst
2022-04-20
1
-0
/
+2
|
*
qemu/int128: add int128_urshift
Matheus Ferst
2022-04-20
1
-0
/
+19
*
|
util/log: Support per-thread log files
Richard Henderson
2022-04-20
1
-0
/
+1
*
|
util/log: Remove qemu_log_close
Richard Henderson
2022-04-20
1
-3
/
+0
*
|
util/log: Introduce qemu_set_log_filename_flags
Richard Henderson
2022-04-20
1
-0
/
+1
*
|
include/qemu/log: Move entire implementation out-of-line
Richard Henderson
2022-04-20
1
-34
/
+4
*
|
util/log: Remove qemu_log_flush
Richard Henderson
2022-04-20
1
-2
/
+0
*
|
util/log: Mark qemu_log_trylock as G_GNUC_WARN_UNUSED_RESULT
Richard Henderson
2022-04-20
1
-1
/
+1
*
|
util/log: Drop return value from qemu_log
Richard Henderson
2022-04-20
1
-1
/
+1
*
|
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
[next]