index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test-logging.c
Age
Commit message (
Expand
)
Author
2021-03-12
tests: Move unit tests into a separate directory
Thomas Huth
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-09-16
rcu: fixes test-logging.c by call drain_call_rcu before rmdir_full
Yonggang Luo
2020-09-16
tests: Convert g_free to g_autofree macro in test-logging.c
Yonggang Luo
2020-07-02
tests: Use &error_abort where appropriate
Markus Armbruster
2020-04-29
tests/test-logging: Fix test for -dfilter 0..0xffffffffffffffff
Markus Armbruster
2020-02-04
test-logging: Fix -Werror=maybe-uninitialized warning
Miroslav Rezanina
2019-12-18
Added tests for close and change of logfile.
Robert Foley
2016-08-19
test-logging: don't hard-code paths in /tmp
Sascha Silbe
2016-07-04
log: Permit -dfilter 0..0xffffffffffffffff
Markus Armbruster
2016-07-04
log: Clean up misuse of Range for -dfilter
Markus Armbruster
2016-06-20
log: Fix qemu_set_log_filename() error handling
Markus Armbruster
2016-06-20
log: Fix qemu_set_dfilter_ranges() error reporting
Markus Armbruster
2016-06-07
tests: Remove unnecessary glib.h includes
Peter Maydell
2016-03-22
qemu-log: support simple pid substitution for logs
Alex Bennée
2016-03-22
qemu-log: new option -dfilter to limit output
Alex Bennée