aboutsummaryrefslogtreecommitdiff
path: root/tests/qtest
AgeCommit message (Expand)AuthorFilesLines
2022-08-29tests/qtest/ac97-test: Correct reference to driverAkihiko Odaki1-1/+1
2022-08-29tests/qtest: prom-env-test: Use double quotes to pass the prom-env optionBin Meng1-2/+2
2022-08-29tests/qtest: npcm7xx_emc-test: Skip running test_{tx, rx} on win32Bin Meng1-0/+8
2022-08-29tests/qtest: machine-none-test: Use double quotes to pass the cpu optionBin Meng1-1/+1
2022-08-29tests/qtest: device-plug-test: Reverse the usage of double/single quotesBin Meng1-1/+1
2022-08-29tests/qtest: libqos: Rename malloc.h to libqos-malloc.hXuzhou Cheng28-27/+27
2022-08-29tests/qtest: libqos: Drop inclusion of <sys/wait.h>Xuzhou Cheng1-2/+0
2022-08-25tests/qtest: migration-test: Skip running test_migrate_fd_proto on win32Bin Meng3-0/+8
2022-08-25tests/qtest: i440fx-test: Skip running request_{bios, pflash} for win32Bin Meng1-0/+6
2022-08-25tests/qtest: Build cases that use memory-backend-file for posix onlyBin Meng3-1/+16
2022-08-25tests/qtest: Build e1000e-test for posix onlyBin Meng1-1/+3
2022-08-25tests/qtest: Adapt {m48t59,rtc}-test cases for win32Bin Meng2-2/+2
2022-08-25tests/qtest: migration-test: Handle link() for win32Bin Meng1-0/+8
2022-08-25tests: Use g_mkdir_with_parents()Bin Meng1-3/+3
2022-08-25tests/qtest: Use g_mkdtemp()Bin Meng9-16/+16
2022-08-25tests/qtest: Use g_setenv()Bin Meng2-5/+5
2022-08-24tests/qtest/migration-test: Remove duplicated test_postcopy from the test planThomas Huth1-1/+0
2022-08-24tests/qtest/migration-test: Only wait for serial output where migration succeedsThomas Huth1-1/+3
2022-08-17tests: acpi: silence applesmc warning about invalid keyIgor Mammedov1-1/+3
2022-08-16tests/qtest: misc tweaks to readconfigDaniel P. Berrangé1-6/+6
2022-08-08Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2-0/+196
2022-08-08tests/qtest: add scenario for -readconfig handlingDaniel P. Berrangé2-0/+196
2022-08-01tests/qtest/migration-test: Run the dirty ring tests only with the x86 targetThomas Huth1-3/+4
2022-08-01misc: fix commonly doubled up wordsDaniel P. Berrangé1-3/+3
2022-08-01migration-test: Allow test to run without uffdPeter Xu1-23/+25
2022-08-01migration-test: Use migrate_ensure_converge() for auto-convergePeter Xu1-17/+2
2022-07-20tests: Add postcopy preempt testsPeter Xu1-2/+57
2022-07-20tests: Add postcopy tls recovery migration testPeter Xu1-9/+30
2022-07-20tests: Add postcopy tls migration testPeter Xu1-10/+51
2022-07-20tests: Move MigrateCommon upperPeter Xu1-72/+72
2022-07-20tests: Add dirty page rate limit testHyman Huang(黄勇)3-0/+280
2022-07-20softmmu/dirtylimit: Implement dirty page rate limitHyman Huang(黄勇)1-0/+2
2022-07-18qtest/machine-none: Add LoongArch supportSong Gao1-0/+1
2022-07-18Align Raspberry Pi DMA interrupts with Linux DTSAndrey Makarov2-1/+120
2022-07-18hw/adc: Fix CONV bit in NPCM7XX ADC CON registerHao Wu1-1/+1
2022-07-15Merge tag 'pull-aspeed-20220714' of https://github.com/legoater/qemu into sta...Peter Maydell2-0/+138
2022-07-14hw/gpio/aspeed: Don't let guests modify input pinsPeter Delevoryas1-1/+1
2022-07-14qtest/aspeed_gpio: Add input pin modification testPeter Delevoryas1-0/+27
2022-07-14hw: m25p80: add tests for BP and TB bit write protectIris Chen1-0/+111
2022-07-13datadir: Use bundle mechanismAkihiko Odaki1-18/+0
2022-07-13scsi/lsi53c895a: really fix use-after-free in lsi_do_msgout (CVE-2022-0216)Mauro Matteo Cascella1-0/+76
2022-07-05tests: use consistent bandwidth/downtime limits in migration testsDaniel P. Berrangé1-34/+20
2022-07-05tests: increase migration test converge downtime to 30 secondsDaniel P. Berrangé1-1/+1
2022-07-05tests: wait for migration completion before looking for STOP eventDaniel P. Berrangé1-1/+4
2022-07-05tests: wait max 120 seconds for migration test status changesDaniel P. Berrangé1-0/+14
2022-06-30hw: m25p80: add tests for write protect (WP# and SRWD bit)Iris Chen1-0/+62
2022-06-22hw: m25p80: fixing individual test failure when tests are running in isolationIris Chen1-11/+63
2022-06-16tests/9pfs: check fid being unaffected in fs_walk_2nd_nonexistentChristian Schoenebeck1-4/+22
2022-06-16tests/9pfs: guard recent 'Twalk' behaviour fixChristian Schoenebeck1-3/+39
2022-06-16tests/9pfs: compare QIDs in fs_walk_none() testChristian Schoenebeck1-0/+87