summary refs log tree commit diff stats
path: root/scripts/rust/rustc_args.py (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-12tests/qtest/migration-test: Fix and enable test_ignore_sharedNicholas Piggin1-6/+13
2024-12-12tests/qtest/migration: Split CPR testsFabiano Rosas4-33/+61
2024-12-12tests/qtest/migration: Split precopy testsFabiano Rosas4-968/+1011
2024-12-12tests/qtest/migration: Split file testsFabiano Rosas4-310/+341
2024-12-12tests/qtest/migration: Split postcopy testsFabiano Rosas4-77/+109
2024-12-12tests/qtest/migration: Split compression tests from migration-test.cFabiano Rosas4-160/+242
2024-12-12tests/qtest/migration: Split TLS tests from migration-test.cFabiano Rosas4-789/+804
2024-12-12tests/qtest/migration: Move common test codeFabiano Rosas6-1129/+1205
2024-12-12tests/qtest/migration: Isolate test initializationFabiano Rosas1-36/+86
2024-12-12tests/qtest/migration: Move kvm_dirty_ring_supported to utilsFabiano Rosas3-29/+30
2024-12-12tests/qtest/migration: Move ufd_version_check to utilsFabiano Rosas3-45/+52
2024-12-12tests/qtest/migration: Rename migration-helpers.cFabiano Rosas7-10/+12
2024-12-12tests/qtest/migration: Move qmp helpers to a separate fileFabiano Rosas7-497/+542
2024-12-12tests/qtest/migration: Move bootfile code to its own fileFabiano Rosas5-60/+86
2024-12-12tests/migration: Disambiguate guestperf vs. a-bFabiano Rosas33-9/+11
2024-12-12tests/qtest/migration: Stop calling everything "test"Fabiano Rosas1-36/+36
2024-12-12tests/qtest/migration: Standardize hook namesFabiano Rosas1-168/+174
2024-12-12tests/qtest: Use qtest_system_reset_nowait() where appropriatePeter Maydell2-16/+2
2024-12-12tests/qtest: Use qtest_system_reset() instead of open-coded versionsPeter Maydell7-47/+10
2024-12-12tests/qtest: Add qtest_system_reset() utility functionPeter Maydell2-0/+41
2024-12-12tests/qtest: add TIMEOUT_MULTIPLIERDmitry Frolov1-1/+1
2024-12-11MAINTAINERS: Add correct email address for Vikram GarhwalVikram Garhwal1-0/+2
2024-12-11MAINTAINERS: update email address for Leif LindholmLeif Lindholm2-3/+4
2024-12-11softfloat: Replace WHICH with RET in parts_pick_nanRichard Henderson1-15/+13
2024-12-11softfloat: Sink frac_cmp in parts_pick_nan until neededRichard Henderson1-10/+9
2024-12-11softfloat: Share code between parts_pick_nan casesRichard Henderson1-20/+12
2024-12-11softfloat: Inline pickNaNRichard Henderson2-104/+72
2024-12-11softfloat: Use parts_pick_nan in propagateFloatx80NaNRichard Henderson1-39/+6
2024-12-11softfloat: Move propagateFloatx80NaN to softfloat.cRichard Henderson2-52/+52
2024-12-11softfloat: Pad array size in pick_nan_muladdRichard Henderson1-1/+1
2024-12-11softfloat: Remove which from parts_pick_nan_muladdRichard Henderson1-22/+10
2024-12-11softfloat: Use goto for default nan case in pick_nan_muladdRichard Henderson1-10/+10
2024-12-11softfloat: Inline pickNaNMulAddRichard Henderson2-55/+40
2024-12-11fpu: Remove default handling for dnan_patternPeter Maydell1-14/+0
2024-12-11target/tricore: Set default NaN pattern explicitlyPeter Maydell1-0/+2
2024-12-11target/riscv: Set default NaN pattern explicitlyPeter Maydell1-0/+2
2024-12-11target/hexagon: Set default NaN pattern explicitlyPeter Maydell2-5/+2
2024-12-11target/xtensa: Set default NaN pattern explicitlyPeter Maydell1-0/+2
2024-12-11target/sparc: Set default NaN pattern explicitlyPeter Maydell2-4/+3
2024-12-11target/s390x: Set default NaN pattern explicitlyPeter Maydell1-0/+2
2024-12-11target/rx: Set default NaN pattern explicitlyPeter Maydell1-0/+2
2024-12-11target/sh4: Set default NaN pattern explicitlyPeter Maydell1-0/+2
2024-12-11target/ppc: Set default NaN pattern explicitlyPeter Maydell1-0/+4
2024-12-11target/openrisc: Set default NaN pattern explicitlyPeter Maydell1-0/+2
2024-12-11target/mips: Set default NaN pattern explicitlyPeter Maydell2-0/+10
2024-12-11target/m68k: Set default NaN pattern explicitlyPeter Maydell2-1/+3
2024-12-11target/loongarch: Set default NaN pattern explicitlyPeter Maydell1-0/+2
2024-12-11target/arm: Set default NaN pattern explicitlyPeter Maydell2-0/+7
2024-12-11target/alpha: Set default NaN pattern explicitlyPeter Maydell1-0/+2
2024-12-11target/hppa: Set default NaN pattern explicitlyPeter Maydell2-3/+2