aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2022-10-26Merge tag 'pull-aspeed-20221025' of https://github.com/legoater/qemu into sta...Stefan Hajnoczi1-8/+8
2022-10-25Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...Stefan Hajnoczi2-4/+4
2022-10-24Merge tag 'pull-9p-20221024' of https://github.com/cschoenebeck/qemu into sta...Stefan Hajnoczi4-1092/+1753
2022-10-24tests/9p: remove unnecessary g_strdup() callsChristian Schoenebeck1-11/+8
2022-10-24tests/9p: merge v9fs_tunlinkat() and do_unlinkat()Christian Schoenebeck3-28/+64
2022-10-24tests/9p: merge v9fs_tlink() and do_hardlink()Christian Schoenebeck3-27/+73
2022-10-24tests/9p: merge v9fs_tsymlink() and do_symlink()Christian Schoenebeck3-26/+73
2022-10-24tests/9p: merge v9fs_tlcreate() and do_lcreate()Christian Schoenebeck3-35/+79
2022-10-24tests/9p: merge v9fs_tmkdir() and do_mkdir()Christian Schoenebeck3-30/+78
2022-10-24tests/9p: convert v9fs_tflush() to declarative argumentsChristian Schoenebeck3-7/+47
2022-10-24tests/9p: simplify callers of twrite()Christian Schoenebeck1-6/+3
2022-10-24tests/9p: convert v9fs_twrite() to declarative argumentsChristian Schoenebeck3-15/+72
2022-10-24tests/9p: simplify callers of tlopen()Christian Schoenebeck1-33/+10
2022-10-24tests/9p: convert v9fs_tlopen() to declarative argumentsChristian Schoenebeck3-14/+69
2022-10-24tests/9p: simplify callers of treaddir()Christian Schoenebeck1-10/+11
2022-10-24tests/9p: convert v9fs_treaddir() to declarative argumentsChristian Schoenebeck3-11/+65
2022-10-24tests/9p: simplify callers of tgetattr()Christian Schoenebeck1-15/+7
2022-10-24tests/9p: convert v9fs_tgetattr() to declarative argumentsChristian Schoenebeck3-10/+63
2022-10-24tests/9p: simplify callers of tattach()Christian Schoenebeck1-11/+8
2022-10-24tests/9p: merge v9fs_tattach(), do_attach(), do_attach_rqid()Christian Schoenebeck3-44/+88
2022-10-24tests/9p: merge v9fs_tversion() and do_version()Christian Schoenebeck3-27/+68
2022-10-24tests/9p: simplify callers of twalk()Christian Schoenebeck1-60/+32
2022-10-24tests/9p: merge *walk*() functionsChristian Schoenebeck3-140/+198
2022-10-24tests/9p: split virtio-9p-test.c into tests and 9p client partChristian Schoenebeck4-744/+849
2022-10-24tests/avocado/machine_aspeed.py: Fix typos on buildrootCédric Le Goater1-8/+8
2022-10-22tests/qtest: vhost-user-test: Fix [-Werror=format-overflow=] build warningBin Meng1-2/+2
2022-10-22tests/qtest: migration-test: Fix [-Werror=format-overflow=] build warningBin Meng1-2/+2
2022-10-22target/i386: implement FMA instructionsPaolo Bonzini1-1/+1
2022-10-20target/i386: implement F16C instructionsPaolo Bonzini2-2/+23
2022-10-18tests/tcg: extend SSE tests to AVXPaolo Bonzini3-94/+112
2022-10-13Merge tag 'win32-pull-request' of https://gitlab.com/marcandre.lureau/qemu in...Stefan Hajnoczi2-24/+22
2022-10-13Merge tag 'pull-request-2022-10-12' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi22-134/+544
2022-10-12Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi44-20/+376
2022-10-12tests/unit: make test-io-channel-command work on win32Marc-André Lureau1-18/+19
2022-10-12tests/channel-helper: set blocking in main threadMarc-André Lureau1-6/+3
2022-10-12tests/unit/test-image-locking: Fix handling of temporary filesThomas Huth1-2/+4
2022-10-12tests/qtest: libqtest: Install signal handler via signal()Bin Meng1-11/+3
2022-10-12tests/qtest: migration-test: Avoid using hardcoded /tmpBin Meng1-4/+6
2022-10-12qtest: start a VNC testMarc-André Lureau2-1/+110
2022-10-11tests/avocado: Add missing require_netdev('user') checksPeter Maydell3-0/+8
2022-10-11tests/x86: Add 'q35' machine type to ivshmem-testMichael Labiuk1-0/+18
2022-10-11tests/x86: Add 'q35' machine type to drive_del-testMichael Labiuk1-0/+107
2022-10-11tests/x86: replace snprint() by g_strdup_printf() in drive_del-testMichael Labiuk1-6/+4
2022-10-11tests/x86: Fix comment typo in drive_del-testMichael Labiuk1-1/+1
2022-10-11tests/x86: Add 'q35' machine type to hotplug hd-geo-testMichael Labiuk1-1/+75
2022-10-11tests/x86: Add 'q35' machine type to override-tests in hd-geo-testMichael Labiuk1-0/+97
2022-10-11tests/x86: Refactor hot unplug hd-geo-testMichael Labiuk1-70/+40
2022-10-11tests/x86: Add subtest with 'q35' machine type to device-plug-testMichael Labiuk1-0/+41
2022-10-11tests/x86: add helper qtest_qmp_device_del_send()Michael Labiuk5-31/+24
2022-10-11tests/migration: remove the unused local variabledinglimin1-1/+0