Age | Commit message (Expand) | Author | Files | Lines |
2022-09-02 | Merge tag 'char-pull-request' of https://gitlab.com/marcandre.lureau/qemu int... | Stefan Hajnoczi | 3 | -14/+48 |
2022-09-02 | tests/unit: Update test-io-channel-socket.c for Windows | Bin Meng | 3 | -14/+48 |
2022-08-25 | tests: Use g_mkdir_with_parents() | Bin Meng | 3 | -8/+8 |
2022-08-25 | tests/qtest: Use g_mkdtemp() | Bin Meng | 1 | -1/+1 |
2022-08-12 | tests/unit: fix a -Wformat-truncation warning | Marc-André Lureau | 1 | -2/+1 |
2022-08-01 | tests/unit/test-qga: Replace the word 'blacklist' in the guest agent unit test | Thomas Huth | 1 | -3/+3 |
2022-07-18 | tests/unit: Replace g_memdup() by g_memdup2() | Philippe Mathieu-Daudé | 2 | -24/+24 |
2022-07-12 | block: Add blk_co_truncate() | Alberto Faria | 1 | -0/+14 |
2022-07-12 | block: Implement blk_pwrite_zeroes() using generated_co_wrapper | Alberto Faria | 1 | -0/+17 |
2022-07-12 | block: Add blk_co_pwrite_compressed() | Alberto Faria | 1 | -0/+18 |
2022-07-12 | block: Export blk_pwritev_part() in block-backend-io.h | Alberto Faria | 1 | -0/+19 |
2022-07-12 | block: Add blk_[co_]preadv_part() | Alberto Faria | 1 | -0/+19 |
2022-07-12 | block: Add blk_{preadv,pwritev}() | Alberto Faria | 1 | -1/+41 |
2022-07-12 | block: Change blk_{pread,pwrite}() param order | Alberto Faria | 1 | -4/+4 |
2022-07-12 | block: Add a 'flags' param to blk_pread() | Alberto Faria | 1 | -2/+2 |
2022-07-12 | block: Make blk_{pread,pwrite}() return 0 on success | Alberto Faria | 1 | -2/+2 |
2022-07-12 | crypto: Make block callbacks return 0 on success | Alberto Faria | 1 | -19/+19 |
2022-07-12 | block: Make bdrv_{pread,pwrite}() return 0 on success | Alberto Faria | 1 | -2/+2 |
2022-07-12 | block: Change bdrv_{pread,pwrite,pwrite_sync}() param order | Alberto Faria | 1 | -4/+4 |
2022-07-12 | block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}() | Alberto Faria | 1 | -4/+4 |
2022-07-04 | tests: fix test-cutils leaks | Marc-André Lureau | 1 | -8/+34 |
2022-06-23 | migration: remove the QEMUFileOps abstraction | Daniel P. Berrangé | 1 | -3/+2 |
2022-06-22 | io: add a QIOChannelNull equivalent to /dev/null | Daniel P. Berrangé | 2 | -0/+96 |
2022-06-14 | cutils: add functions for IEC and SI prefixes | Paolo Bonzini | 1 | -0/+52 |
2022-05-28 | test/qga: use g_auto wherever sensible | Marc-André Lureau | 1 | -78/+43 |
2022-05-28 | test/qga: use G_TEST_DIR to locate os-release test file | Marc-André Lureau | 1 | -6/+5 |
2022-05-26 | tests/crypto: Add test suite for RSA keys | Lei He | 1 | -3/+282 |
2022-05-26 | test/crypto: Add test suite for crypto akcipher | Lei He | 2 | -0/+712 |
2022-05-26 | crypto: add ASN.1 DER decoder | Lei He | 2 | -0/+291 |
2022-05-19 | ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACY | Peter Maydell | 1 | -3/+3 |
2022-05-16 | QIOChannel: Add flags on io_writev and introduce io_flush callback | Leonardo Bras | 1 | -0/+1 |
2022-05-16 | tests: add migration tests of TLS with PSK credentials | Daniel P. Berrangé | 2 | -3/+16 |
2022-05-16 | tests: add more helper macros for creating TLS x509 certs | Daniel P. Berrangé | 1 | -0/+53 |
2022-05-16 | tests: fix encoding of IP addresses in x509 certs | Daniel P. Berrangé | 2 | -5/+22 |
2022-05-03 | util: rename qemu_*block() socket functions | Marc-André Lureau | 2 | -5/+5 |
2022-05-03 | Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking() | Marc-André Lureau | 1 | -2/+2 |
2022-05-03 | tests: replace pipe() with g_unix_open_pipe(CLOEXEC) | Marc-André Lureau | 1 | -1/+1 |
2022-05-03 | libqtest: split QMP part in libqmp | Marc-André Lureau | 1 | -1/+1 |
2022-05-03 | tests: move libqtest.h back under qtest/ | Marc-André Lureau | 1 | -1/+1 |
2022-04-21 | Merge tag 'pull-migration-20220421a' of https://gitlab.com/dagrh/qemu into st... | Richard Henderson | 1 | -1/+1 |
2022-04-21 | tests: improve error message when saving TLS PSK file fails | Daniel P. Berrangé | 1 | -1/+1 |
2022-04-21 | Merge tag 'pull-qapi-2022-04-21' of git://repo.or.cz/qemu/armbru into staging | Richard Henderson | 1 | -0/+40 |
2022-04-21 | Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into staging | Richard Henderson | 6 | -10/+11 |
2022-04-21 | tests: run-time skip test-qga if TSAN is enabled | Marc-André Lureau | 2 | -1/+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 | 1 | -0/+1 |
2022-04-21 | include: add qemu/keyval.h | Marc-André Lureau | 3 | -2/+3 |
2022-04-21 | qapi-schema: test: add a unit test for parsing array alternates | Paolo Bonzini | 1 | -0/+40 |
2022-04-20 | Merge tag 'pull-ppc-20220420-2' of https://gitlab.com/danielhb/qemu into staging | Richard Henderson | 1 | -0/+50 |
2022-04-20 | qemu/int128: add int128_urshift | Matheus Ferst | 1 | -0/+50 |