index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
python
/
qemu
/
utils
/
qemu_ga_client.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-04-21
qga: remove need for QEMU atomic.h
Marc-André Lureau
1
-7
/
+5
2022-04-21
util: replace qemu_get_local_state_pathname()
Marc-André Lureau
6
-21
/
+18
2022-04-21
util: use qemu_create() in qemu_write_pidfile()
Marc-André Lureau
1
-2
/
+1
2022-04-21
util: use qemu_write_full() in qemu_write_pidfile()
Marc-André Lureau
1
-1
/
+1
2022-04-21
util: simplify write in signal handler
Marc-André Lureau
1
-16
/
+2
2022-04-21
qtest: simplify socket_send()
Marc-André Lureau
1
-14
/
+2
2022-04-21
qga: move qga_get_host_name()
Marc-André Lureau
7
-59
/
+60
2022-04-21
Move error_printf_unless_qmp() with monitor unit
Marc-André Lureau
6
-13
/
+15
2022-04-21
tests: run-time skip test-qga if TSAN is enabled
Marc-André Lureau
2
-1
/
+8
2022-04-21
compiler.h: add QEMU_SANITIZE_{ADDRESS,THREAD}
Marc-André Lureau
1
-0
/
+8
2022-04-21
tests: remove block/qdict checks from check-qobject.c
Marc-André Lureau
1
-8
/
+0
2022-04-21
include: move qdict_{crumple,flatten} declarations
Marc-André Lureau
4
-3
/
+5
2022-04-21
include: add qemu/keyval.h
Marc-André Lureau
9
-10
/
+21
2022-04-21
include: move qemu_fdatasync() to osdep
Marc-André Lureau
4
-17
/
+18
2022-04-21
include: move qemu_msync() to osdep
Marc-André Lureau
5
-39
/
+41
2022-04-21
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
58
-191
/
+214
2022-04-21
osdep.h: move qemu_build_not_reached()
Marc-André Lureau
2
-16
/
+16
2022-04-21
doc/style: CLang -> Clang
Marc-André Lureau
1
-1
/
+1
2022-04-21
intc/exynos4210_gic: replace snprintf() with g_strdup_printf()
Marc-André Lureau
1
-6
/
+3
2022-04-21
arm/allwinner-a10: replace snprintf() with g_strdup_printf()
Marc-André Lureau
1
-3
/
+1
2022-04-21
arm/digic: replace snprintf() with g_strdup_printf()
Marc-André Lureau
1
-4
/
+1
2022-04-21
docs: trace-events-all is installed without renaming
Marc-André Lureau
1
-1
/
+1
2022-04-21
qga: replace usleep() with g_usleep()
Marc-André Lureau
1
-1
/
+1
2022-04-21
include: rename qemu-common.h qemu/help-texts.h
Marc-André Lureau
12
-11
/
+11
2022-04-21
hw/hyperv: remove needless qemu-common.h include
Marc-André Lureau
1
-1
/
+0
2022-04-21
Simplify softmmu/main.c
Marc-André Lureau
4
-21
/
+20
2022-04-21
scripts/analyze-inclusions: drop qemu-common.h from analysis
Marc-André Lureau
1
-4
/
+0
2022-04-21
glib-compat: isolate g_date_time_format_iso8601 version-bypass
Marc-André Lureau
2
-11
/
+5
2022-04-20
tcg: Add tcg_constant_ptr
Richard Henderson
1
-0
/
+2
2022-04-20
accel/tcg: Remove ATOMIC_MMU_IDX
Richard Henderson
2
-2
/
+0
2022-04-20
tcg: Fix indirect lowering vs TCG_OPF_COND_BRANCH
Richard Henderson
2
-7
/
+29
2022-04-20
Don't include sysemu/tcg.h if it is not necessary
Thomas Huth
9
-9
/
+0
2022-04-20
util/log: Support per-thread log files
Richard Henderson
2
-36
/
+128
2022-04-20
util/log: Limit RCUCloseFILE to file closing
Richard Henderson
1
-36
/
+32
2022-04-20
util/log: Rename QemuLogFile to RCUCloseFILE
Richard Henderson
1
-15
/
+13
2022-04-20
util/log: Combine two logfile closes
Richard Henderson
1
-8
/
+3
2022-04-20
util/log: Hoist the eval of is_daemonized in qemu_set_log_internal
Richard Henderson
1
-3
/
+5
2022-04-20
util/log: Rename qemu_logfile_mutex to global_mutex
Richard Henderson
1
-4
/
+6
2022-04-20
util/log: Rename qemu_logfile to global_file
Richard Henderson
1
-8
/
+8
2022-04-20
util/log: Rename logfilename to global_filename
Richard Henderson
1
-7
/
+6
2022-04-20
util/log: Remove qemu_log_close
Richard Henderson
4
-22
/
+3
2022-04-20
softmmu: Use qemu_set_log_filename_flags
Richard Henderson
1
-12
/
+9
2022-04-20
linux-user: Use qemu_set_log_filename_flags
Richard Henderson
1
-6
/
+5
2022-04-20
bsd-user: Use qemu_set_log_filename_flags
Richard Henderson
1
-9
/
+9
2022-04-20
util/log: Introduce qemu_set_log_filename_flags
Richard Henderson
2
-46
/
+77
2022-04-20
sysemu/os-win32: Test for and use _lock_file/_unlock_file
Richard Henderson
2
-7
/
+21
2022-04-20
include/qemu/log: Move entire implementation out-of-line
Richard Henderson
3
-35
/
+34
2022-04-20
include/exec/log: Do not reference QemuLogFile directly
Richard Henderson
1
-9
/
+4
2022-04-20
tests/unit: Do not reference QemuLogFile directly
Richard Henderson
1
-18
/
+15
2022-04-20
linux-user: Expand log_page_dump inline
Richard Henderson
3
-31
/
+36
[next]