aboutsummaryrefslogtreecommitdiff
path: root/tests/qtest
AgeCommit message (Expand)AuthorFilesLines
2024-04-30Merge tag 'pull-target-arm-20240430' of https://git.linaro.org/people/pmaydel...Richard Henderson4-12/+214
2024-04-30tests/qtest : Add testcase for DM163Inès Varhol2-0/+196
2024-04-30hw/arm : Pass STM32L4x5 SYSCFG gpios to STM32L4x5 SoCInès Varhol2-12/+18
2024-04-30tests/qtest/ide-test: Verify READ NATIVE MAX ADDRESS is not limitedLev Kujawski1-1/+46
2024-04-25Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into stagingRichard Henderson1-1/+1
2024-04-25Merge tag 'pull-target-arm-20240425' of https://git.linaro.org/people/pmaydel...Richard Henderson2-1/+318
2024-04-25tests/qtest: Add tests for the STM32L4x5 USARTArnaud Minier2-1/+318
2024-04-25qmp: add dump machine type compatibility propertiesMaksim Davydov1-1/+1
2024-04-25tests/qtest : Use `g_assert_cmphex` instead of `g_assert_cmpuint`Inès Varhol10-151/+151
2024-04-24Merge tag 'housekeeping-20240424' of https://github.com/philmd/qemu into stagingRichard Henderson1-1/+0
2024-04-24target/nios2: Remove the deprecated Nios II targetPhilippe Mathieu-Daudé1-1/+0
2024-04-23tests/qtest/migration: Fix typo for vsock in SocketAddress_to_strHet Gala1-1/+1
2024-04-23tests/qtest/migration: Add negative tests to validate migration QAPIsHet Gala1-1/+54
2024-04-23tests/qtest/migration: Add multifd_tcp_plain test using list of channels inst...Het Gala1-4/+28
2024-04-23tests/qtest/migration: Add channels parameter in migrate_qmpHet Gala3-25/+29
2024-04-23tests/qtest/migration: Add migrate_set_ports into migrate_qmp to update migra...Het Gala1-0/+75
2024-04-23tests/qtest/migration: Add channels parameter in migrate_qmp_failHet Gala3-6/+16
2024-04-23tests/qtest/migration: Replace migrate_get_connect_uri inplace of migrate_get...Het Gala1-10/+19
2024-04-23tests/qtest/migration: Replace connect_uri and move migrate_get_socket_addres...Het Gala2-74/+63
2024-04-23tests/qtest/migration: Add 'to' object into migrate_qmp()Het Gala3-17/+19
2024-04-02qtest/libqos: Reduce size_to_prdtl() declaration scopePhilippe Mathieu-Daudé2-2/+1
2024-04-02tests/qtest: Fix STM32L4x5 GPIO test on 32-bitCédric Le Goater1-24/+35
2024-03-28qtest/virtio-9p-test.c: remove g_test_slow() gateDaniel Henrique Barboza1-9/+0
2024-03-28qtest/virtio-9p-test.c: create/remove temp dirs after each testDaniel Henrique Barboza1-12/+11
2024-03-25Merge tag 'pull-request-2024-03-25' of https://gitlab.com/thuth/qemu into sta...Peter Maydell3-4/+4
2024-03-25Merge tag 'pull-target-arm-20240325-1' of https://git.linaro.org/people/pmayd...Peter Maydell2-3/+7
2024-03-25tests/qtest/libqtest.c: Check for g_setenv() failurePeter Maydell1-1/+5
2024-03-25libqos/virtio.c: Correct 'flags' reading in qvirtqueue_kickZheyu Ma1-1/+1
2024-03-25misc/pca955*: Move models under hw/gpioCédric Le Goater2-3/+3
2024-03-25tests/qtest/npcm7xx_emc_test: Don't leak cmd_linePeter Maydell1-2/+2
2024-03-22migration: Revert mapped-ram multifd support to fd: URIFabiano Rosas1-43/+0
2024-03-18tests: acpi: update expected SSDT.dimmpxm blobIgor Mammedov1-1/+0
2024-03-18tests: acpi/smbios: whitelist expected blobsIgor Mammedov1-0/+1
2024-03-18tests: smbios: add test for legacy mode CLI optionsIgor Mammedov1-0/+17
2024-03-18tests: smbios: add test for -smbios type=11 optionIgor Mammedov1-0/+17
2024-03-18tests: smbios: make it possible to write SMBIOS only testIgor Mammedov1-9/+38
2024-03-13Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell1-1/+1
2024-03-12hw/i386/q35: Set virtio-iommu aw-bits default value to 39Eric Auger1-1/+1
2024-03-12Merge tag 'pull-error-2024-03-12' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell1-6/+7
2024-03-12target: Improve error reporting for CpuModelInfo member @propsMarkus Armbruster1-2/+3
2024-03-12target: Simplify type checks for CpuModelInfo member @propsMarkus Armbruster1-6/+6
2024-03-11migration/multifd: Add new migration test cases for legacy zero page checking.Hao Xiang1-0/+52
2024-03-08Merge tag 'pull-target-arm-20240308' of https://git.linaro.org/people/pmaydel...Peter Maydell2-1/+553
2024-03-08tests/libqos: add riscv/virt machine nodesDaniel Henrique Barboza2-0/+138
2024-03-07tests/qtest: Add STM32L4x5 GPIO QTest testcaseInès Varhol2-1/+553
2024-03-06tests: bump QOS_PATH_MAX_ELEMENT_SIZE againAlex Bennée1-1/+1
2024-03-05Merge tag 'pull-target-arm-20240305' of https://git.linaro.org/people/pmaydel...Peter Maydell3-2/+307
2024-03-05tests/qtest/stm32l4x5_rcc-test.c: Add tests for the STM32L4x5_RCCArnaud Minier2-1/+191
2024-03-05tests/qtest: Add testcase for BCM2835 BSCRayhan Faizel2-1/+116
2024-03-05Merge tag 'migration-next-pull-request' of https://gitlab.com/peterx/qemu int...Peter Maydell1-0/+137