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
/
tests
/
unit
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests: improve error message when saving TLS PSK file fails
Daniel P. Berrangé
2022-04-21
1
-1
/
+1
*
Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into staging
Richard Henderson
2022-04-21
6
-10
/
+11
|
\
|
*
tests: run-time skip test-qga if TSAN is enabled
Marc-André Lureau
2022-04-21
2
-1
/
+8
|
*
tests: remove block/qdict checks from check-qobject.c
Marc-André Lureau
2022-04-21
1
-8
/
+0
|
*
include: move qdict_{crumple,flatten} declarations
Marc-André Lureau
2022-04-21
1
-0
/
+1
|
*
include: add qemu/keyval.h
Marc-André Lureau
2022-04-21
3
-2
/
+3
*
|
Merge tag 'pull-ppc-20220420-2' of https://gitlab.com/danielhb/qemu into staging
Richard Henderson
2022-04-21
1
-0
/
+50
|
\
\
|
|
/
|
/
|
|
*
qemu/int128: add int128_urshift
Matheus Ferst
2022-04-20
1
-0
/
+50
*
|
util/log: Remove qemu_log_close
Richard Henderson
2022-04-20
1
-2
/
+2
*
|
include/qemu/log: Move entire implementation out-of-line
Richard Henderson
2022-04-20
1
-0
/
+1
*
|
tests/unit: Do not reference QemuLogFile directly
Richard Henderson
2022-04-20
1
-18
/
+15
*
|
util/log: Rename qemu_log_lock to qemu_log_trylock
Richard Henderson
2022-04-20
1
-1
/
+1
*
|
util/log: Pass Error pointer to qemu_set_log
Richard Henderson
2022-04-20
1
-1
/
+1
|
/
*
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
19
-19
/
+0
*
tests: replace free_all() usage with g_auto
Marc-André Lureau
2022-04-06
1
-87
/
+40
*
meson: remove test-qdev-global-props dependency on testqapi
Marc-André Lureau
2022-04-06
1
-1
/
+1
*
tests: remove needless include
Marc-André Lureau
2022-03-22
1
-1
/
+0
*
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
2022-03-22
1
-2
/
+2
*
Drop qemu_foo() socket API wrapper
Marc-André Lureau
2022-03-22
1
-1
/
+1
*
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-03-21
4
-30
/
+30
*
misc: Remove unnecessary "sysemu/cpu-timers.h" include
Philippe Mathieu-Daudé
2022-03-06
1
-1
/
+0
*
rcu: use coroutine TLS macros
Stefan Hajnoczi
2022-03-04
2
-7
/
+7
*
block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...
Emanuele Giuseppe Esposito
2022-03-04
1
-3
/
+3
*
block: introduce bdrv_activate
Emanuele Giuseppe Esposito
2022-03-04
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-next-pull-req...
Peter Maydell
2022-02-23
2
-0
/
+273
|
\
|
*
seccomp: fix blocking of process spawning
Daniel P. Berrangé
2022-02-16
1
-2
/
+1
|
*
seccomp: add unit test for seccomp filtering
Daniel P. Berrangé
2022-02-16
2
-0
/
+274
*
|
configure, meson: move guest-agent, tools to meson
Paolo Bonzini
2022-02-21
1
-3
/
+1
*
|
configure, meson: move block layer options to meson_options.txt
Paolo Bonzini
2022-02-21
1
-1
/
+1
|
/
*
Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...
Peter Maydell
2022-01-14
2
-4
/
+4
|
\
|
*
aio-posix: split poll check from ready handler
Stefan Hajnoczi
2022-01-12
2
-4
/
+4
*
|
meson: reenable filemonitor-inotify compilation
Volker Rümelin
2022-01-12
1
-1
/
+1
|
/
*
tests/unit/test-util-sockets: Use g_file_open_tmp() to create temp file
Philippe Mathieu-Daudé
2022-01-05
1
-2
/
+4
*
tests/unit/test-smp-parse: Keep default MIN/MAX CPUs in machine_base_class_init
Yanan Wang
2021-12-31
1
-14
/
+2
*
tests/unit/test-smp-parse: No need to explicitly zero MachineClass members
Yanan Wang
2021-12-31
1
-10
/
+0
*
tests/unit/test-smp-parse: Add testcases for CPU clusters
Yanan Wang
2021-12-31
1
-7
/
+123
*
hw/core: Rename smp_parse() -> machine_parse_smp_config()
Philippe Mathieu-Daudé
2021-12-31
1
-4
/
+4
*
tests/unit/test-smp-parse: Constify some pointer/struct
Philippe Mathieu-Daudé
2021-12-31
1
-6
/
+6
*
tests/unit/test-smp-parse: Simplify pointer to compound literal use
Philippe Mathieu-Daudé
2021-12-31
1
-33
/
+33
*
tests/unit/test-smp-parse: Add 'smp-generic-valid' machine type
Philippe Mathieu-Daudé
2021-12-31
1
-4
/
+15
*
tests/unit/test-smp-parse: Add 'smp-generic-invalid' machine type
Philippe Mathieu-Daudé
2021-12-31
1
-9
/
+16
*
tests/unit/test-smp-parse: Add 'smp-with-dies' machine type
Philippe Mathieu-Daudé
2021-12-31
1
-7
/
+15
*
tests/unit/test-smp-parse: Split the 'generic' test in valid / invalid
Philippe Mathieu-Daudé
2021-12-31
1
-3
/
+18
*
tests/unit/test-smp-parse: Pass machine type as argument to tests
Philippe Mathieu-Daudé
2021-12-31
1
-6
/
+12
*
test-bdrv-drain: don't use BlockJob.blk
Vladimir Sementsov-Ogievskiy
2021-12-28
1
-4
/
+8
*
test-blockjob-txn: don't abuse job->blk
Vladimir Sementsov-Ogievskiy
2021-12-28
1
-9
/
+1
*
meson: reenable test-fdmon-epoll
Paolo Bonzini
2021-12-18
1
-1
/
+1
*
tests/unit/test-smp-parse: Explicit MachineClass name
Philippe Mathieu-Daudé
2021-11-15
1
-2
/
+6
*
tests/unit/test-smp-parse: QOM'ify smp_machine_class_init()
Philippe Mathieu-Daudé
2021-11-15
1
-16
/
+18
*
tests/unit/test-smp-parse: Restore MachineClass fields after modifying
Philippe Mathieu-Daudé
2021-11-15
1
-1
/
+9
[next]