summaryrefslogtreecommitdiffstats
path: root/tests/qtest
Commit message (Expand)AuthorAgeFilesLines
* tests: Add postcopy preempt testsPeter Xu2022-07-201-2/+57
* tests: Add postcopy tls recovery migration testPeter Xu2022-07-201-9/+30
* tests: Add postcopy tls migration testPeter Xu2022-07-201-10/+51
* tests: Move MigrateCommon upperPeter Xu2022-07-201-72/+72
* tests: Add dirty page rate limit testHyman Huang(黄勇)2022-07-203-0/+280
* softmmu/dirtylimit: Implement dirty page rate limitHyman Huang(黄勇)2022-07-201-0/+2
* qtest/machine-none: Add LoongArch supportSong Gao2022-07-181-0/+1
* Align Raspberry Pi DMA interrupts with Linux DTSAndrey Makarov2022-07-182-1/+120
* hw/adc: Fix CONV bit in NPCM7XX ADC CON registerHao Wu2022-07-181-1/+1
* Merge tag 'pull-aspeed-20220714' of https://github.com/legoater/qemu into sta...Peter Maydell2022-07-152-0/+138
|\
| * hw/gpio/aspeed: Don't let guests modify input pinsPeter Delevoryas2022-07-141-1/+1
| * qtest/aspeed_gpio: Add input pin modification testPeter Delevoryas2022-07-141-0/+27
| * hw: m25p80: add tests for BP and TB bit write protectIris Chen2022-07-141-0/+111
* | datadir: Use bundle mechanismAkihiko Odaki2022-07-131-18/+0Star
* | scsi/lsi53c895a: really fix use-after-free in lsi_do_msgout (CVE-2022-0216)Mauro Matteo Cascella2022-07-131-0/+76
|/
* tests: use consistent bandwidth/downtime limits in migration testsDaniel P. Berrangé2022-07-051-34/+20Star
* tests: increase migration test converge downtime to 30 secondsDaniel P. Berrangé2022-07-051-1/+1
* tests: wait for migration completion before looking for STOP eventDaniel P. Berrangé2022-07-051-1/+4
* tests: wait max 120 seconds for migration test status changesDaniel P. Berrangé2022-07-051-0/+14
* hw: m25p80: add tests for write protect (WP# and SRWD bit)Iris Chen2022-06-301-0/+62
* hw: m25p80: fixing individual test failure when tests are running in isolationIris Chen2022-06-221-11/+63
* tests/9pfs: check fid being unaffected in fs_walk_2nd_nonexistentChristian Schoenebeck2022-06-161-4/+22
* tests/9pfs: guard recent 'Twalk' behaviour fixChristian Schoenebeck2022-06-161-3/+39
* tests/9pfs: compare QIDs in fs_walk_none() testChristian Schoenebeck2022-06-161-0/+87
* tests/9pfs: Twalk with nwname=0Christian Schoenebeck2022-06-161-0/+22
* tests/9pfs: walk to non-existent dirChristian Schoenebeck2022-06-161-0/+30
* vfio-user: handle PCI BAR accessesJagannathan Raman2022-06-151-4/+5
* Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson2022-06-112-4/+44
|\
| * tests/acpi: virt: update golden masters for VIOTMark Cave-Ayland2022-06-101-1/+0Star
| * tests/acpi: virt: allow VIOT acpi table changesMark Cave-Ayland2022-06-101-0/+1
| * tests/acpi: Update q35/CEDT.cxl for new memory addresses.Jonathan Cameron2022-06-101-1/+0Star
| * tests/acpi: Allow modification of q35 CXL CEDT table.Jonathan Cameron2022-06-101-0/+1
| * hw/cxl: Make the CXL fixed memory window setup a machine parameter.Jonathan Cameron2022-06-102-4/+4
| * tests: acpi: update expected DSDT.tis.tpm2/DSDT.tis.tpm12 blobsIgor Mammedov2022-06-101-2/+0Star
| * tests: acpi: white-list DSDT.tis.tpm2/DSDT.tis.tpm12 expected blobsIgor Mammedov2022-06-101-0/+2
| * tests: acpi: update expected DSDT.pvpanic-isa blobIgor Mammedov2022-06-101-1/+0Star
| * tests: acpi: add pvpanic-isa: testcaseIgor Mammedov2022-06-101-0/+12
| * tests: acpi: white-lists expected DSDT.pvpanic-isa blobIgor Mammedov2022-06-101-0/+1
| * tests: acpi: update expected blobsIgor Mammedov2022-06-101-1/+0Star
| * tests: acpi: add applesmc testcaseIgor Mammedov2022-06-101-0/+12
| * tests: acpi: add and white-list DSDT.applesmc expected blobIgor Mammedov2022-06-101-0/+1
| * tests: acpi: update expected blobsIgor Mammedov2022-06-101-32/+0Star
| * tests: acpi: white-list to be re-factored pc/q35 DSDTIgor Mammedov2022-06-101-0/+32
| * tests: acpi: update expected DSDT.ipmismbus blobIgor Mammedov2022-06-101-1/+0Star
| * tests: acpi: whitelist DSDT.ipmismbus expected blobIgor Mammedov2022-06-101-0/+1
| * tests: acpi: update expected blob DSDT.ipmismbusIgor Mammedov2022-06-101-1/+0Star
| * tests: acpi: q35: add test for smbus-ipmi deviceIgor Mammedov2022-06-101-0/+16
| * tests: acpi: add and whitelist DSDT.ipmismbus expected blobIgor Mammedov2022-06-101-0/+1
* | tests/qtest: Reduce npcm7xx_sdhci test image sizeHao Wu2022-06-101-1/+1
|/
* tests/qtest: use g_autofree for test_server_create_chrAlex Bennée2022-06-031-4/+3Star