You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/tests/unit
Konstantin Kostiuk 1ebbc8b774 qga: Add tests for guest-get-load command
Tested-by: Dehan Meng <demeng@redhat.com>
Reviewed-by: Yan Vugenfirer <yvugenfi@redhat.com>
Signed-off-by: Konstantin Kostiuk <kkostiuk@redhat.com>
2 weeks ago
..
check-block-qdict.c qapi: Move include/qapi/qmp/ to include/qobject/ 5 months ago
check-qdict.c qapi: Move include/qapi/qmp/ to include/qobject/ 5 months ago
check-qjson.c qapi: Move include/qapi/qmp/ to include/qobject/ 5 months ago
check-qlist.c qapi: Move include/qapi/qmp/ to include/qobject/ 5 months ago
check-qlit.c qapi: Move include/qapi/qmp/ to include/qobject/ 5 months ago
check-qnull.c qapi: Move include/qapi/qmp/ to include/qobject/ 5 months ago
check-qnum.c qapi: Move include/qapi/qmp/ to include/qobject/ 5 months ago
check-qobject.c qapi: Move include/qapi/qmp/ to include/qobject/ 5 months ago
check-qom-interface.c qom: Make InterfaceInfo[] uses const 2 months ago
check-qom-proplist.c qom: Make InterfaceInfo[] uses const 2 months ago
check-qstring.c qapi: Move include/qapi/qmp/ to include/qobject/ 5 months ago
crypto-tls-psk-helpers.c crypto: Remove 'crypto-tls-x509-helpers.h' from crypto-tls-psk-helpers.c 11 months ago
crypto-tls-psk-helpers.h tests: add migration tests of TLS with PSK credentials 3 years ago
crypto-tls-x509-helpers.c tests/unit/crypto-tls-x509-helpers: deinit privkey in test_tls_cleanup 10 months ago
crypto-tls-x509-helpers.h tests/qtest/migration-test: Free QCRyptoTLSTestCertReq objects 10 months ago
io-channel-helpers.c tests/channel-helper: set blocking in main thread 3 years ago
io-channel-helpers.h
iothread.c async: the main AioContext is only "current" if under the BQL 4 years ago
iothread.h
meson.build tests/unit: remove block layer code from test-nested-aio-poll 9 months ago
pkix_asn1_tab.c.inc crypto: Restrict pkix_asn1_tab[] to crypto-tls-x509-helpers.c 11 months ago
ptimer-test-stubs.c async: Add an optional reentrancy guard to the BH API 2 years ago
ptimer-test.c hw/core/ptimer: fix timer zero period condition for freq > 1GHz 11 months ago
ptimer-test.h
rcutorture.c Updated the FSF address to <https://www.gnu.org/licenses/> 2 years ago
socket-helpers.c cleanup: Drop pointless return at end of function 2 months ago
socket-helpers.h tests/unit: Update test-io-channel-socket.c for Windows 3 years ago
test-aio-multithread.c futex: Support Windows 3 weeks ago
test-aio.c tests: remove aio_context_acquire() tests 2 years ago
test-authz-list.c
test-authz-listfile.c
test-authz-pam.c
test-authz-simple.c
test-base64.c
test-bdrv-drain.c block: move drain outside of bdrv_root_unref_child() 3 weeks ago
test-bdrv-graph-mod.c block: move drain outside of bdrv_attach_child() 3 weeks ago
test-bitcnt.c
test-bitmap.c
test-bitops.c
test-block-backend.c include: Rename sysemu/ -> system/ 6 months ago
test-block-iothread.c mirror: Drop redundant zero_target parameter 1 month ago
test-blockjob-txn.c qapi: Move include/qapi/qmp/ to include/qobject/ 5 months ago
test-blockjob.c qapi: Move include/qapi/qmp/ to include/qobject/ 5 months ago
test-bufferiszero.c
test-char.c tests/unit/test-char: Avoid using g_alloca() 3 weeks ago
test-clone-visitor.c Remove qemu-common.h include from most units 3 years ago
test-coroutine.c tests/coroutine: Clean up global variable shadowing 2 years ago
test-crypto-afsplit.c qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefix 10 months ago
test-crypto-akcipher.c qapi/crypto: Rename QCryptoRSAPaddingAlgorithm to *Algo, and drop prefix 10 months ago
test-crypto-block.c tests: skip legacy qcow2 encryption test if AES is not available 1 month ago
test-crypto-cipher.c tests: fix skipping cipher tests when AES is not available 1 month ago
test-crypto-der.c crypto: Support DER encodings 3 years ago
test-crypto-hash.c crypto: Introduce SM3 hash hmac pbkdf algorithm 8 months ago
test-crypto-hmac.c crypto: Introduce SM3 hash hmac pbkdf algorithm 8 months ago
test-crypto-ivgen.c qapi/crypto: Rename QCryptoIVGenAlgorithm to *Algo, and drop prefix 10 months ago
test-crypto-pbkdf.c crypto: Introduce SM3 hash hmac pbkdf algorithm 8 months ago
test-crypto-secret.c tests: skip encrypted secret tests if AES is not available 1 month ago
test-crypto-tlscredsx509.c tests: Use g_mkdir_with_parents() 3 years ago
test-crypto-tlssession.c crypto: Remove qcrypto_tls_session_get_handshake_status 4 months ago
test-crypto-xts.c
test-cutils.c cutils: Improve qemu_strtosz handling of fractions 2 years ago
test-div128.c host-utils: add unit tests for divu128/divs128 4 years ago
test-error-report.c error: add global &error_warn destination 2 years ago
test-fifo.c tests/unit: Comment FIFO8 tests 10 months ago
test-forward-visitor.c qapi: Move include/qapi/qmp/ to include/qobject/ 5 months ago
test-hbitmap.c Use g_new() & friends where that makes obvious sense 3 years ago
test-image-locking.c qapi: Move include/qapi/qmp/ to include/qobject/ 5 months ago
test-int128.c qemu/int128: add int128_urshift 3 years ago
test-interval-tree.c util: Add interval-tree.c 3 years ago
test-io-channel-buffer.c
test-io-channel-command.c tests: fix path separator, use g_build_filename() 2 years ago
test-io-channel-file.c tests: replace pipe() with g_unix_open_pipe(CLOEXEC) 3 years ago
test-io-channel-null.c io: add a QIOChannelNull equivalent to /dev/null 3 years ago
test-io-channel-socket.c tests/unit: Add a assert for test_io_channel_unix_listen_cleanup 9 months ago
test-io-channel-tls.c Call qemu_socketpair() instead of socketpair() when possible 2 years ago
test-io-task.c tests/unit/test-io-task: Rename "qemu:dummy" to avoid colon in the name 2 years ago
test-iov.c tests/unit/test-iov: Fix timeout problem on NetBSD and OpenBSD 1 year ago
test-keyval.c qapi: Move include/qapi/qmp/ to include/qobject/ 5 months ago
test-logging.c util/log: Remove qemu_log_close 3 years ago
test-mul64.c
test-nested-aio-poll.c tests/unit: Remove debug statements in test-nested-aio-poll.c 1 year ago
test-opts-visitor.c
test-qapi-util.c
test-qdev-global-props.c qom: Have class_init() take a const data argument 2 months ago
test-qdist.c
test-qemu-opts.c qapi: Move include/qapi/qmp/ to include/qobject/ 5 months ago
test-qga.c qga: Add tests for guest-get-load command 2 weeks ago
test-qgraph.c cleanup: Drop pointless return at end of function 2 months ago
test-qht.c
test-qmp-cmds.c qapi: Move include/qapi/qmp/ to include/qobject/ 5 months ago
test-qmp-event.c qapi: Move include/qapi/qmp/ to include/qobject/ 5 months ago
test-qobject-input-visitor.c qapi: Move include/qapi/qmp/ to include/qobject/ 5 months ago
test-qobject-output-visitor.c qapi: Move include/qapi/qmp/ to include/qobject/ 5 months ago
test-qtree.c util: import GTree as QTree 2 years ago
test-rcu-list.c replace TABs with spaces 2 years ago
test-rcu-simpleq.c
test-rcu-slist.c
test-rcu-tailq.c
test-replication.c qapi: Move include/qapi/qmp/ to include/qobject/ 5 months ago
test-resv-mem.c include/system: Move exec/memory.h to system/memory.h 2 months ago
test-seccomp.c include: Rename sysemu/ -> system/ 6 months ago
test-shift128.c
test-smp-parse.c qom: Have class_init() take a const data argument 2 months ago
test-string-input-visitor.c Remove qemu-common.h include from most units 3 years ago
test-string-output-visitor.c Remove qemu-common.h include from most units 3 years ago
test-thread-pool.c thread-pool: Remove thread_pool_submit() function 4 months ago
test-throttle.c include: Rename sysemu/ -> system/ 6 months ago
test-timed-average.c include: Rename sysemu/ -> system/ 6 months ago
test-util-filemonitor.c test-util-filemonitor: Adapt to the FreeBSD inotify rename semantics 1 year ago
test-util-sockets.c tests/unit/test-util-sockets: fix mem-leak on error object 4 weeks ago
test-uuid.c util/uuid: Add UUID_STR_LEN definition 2 years ago
test-virtio-dmabuf.c hw/display: introduce virtio-dmabuf 2 years ago
test-visitor-serialization.c qapi: Move include/qapi/qmp/ to include/qobject/ 5 months ago
test-vmstate.c migration: remove migration.h references 1 year ago
test-write-threshold.c write-threshold: deal with includes 4 years ago
test-x86-topo.c tests: Add test case of APIC ID for module level parsing 1 year ago
test-xbzrle.c migration/xbzrle: Use i386 host/cpuinfo.h 2 years ago
test-xs-node.c tests/unit: replace assert(0) with g_assert_not_reached() 9 months ago
test-yank.c include: Rename sysemu/ -> system/ 6 months ago