index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
rust
/
rustc_args.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-12-12
tests/qtest/migration-test: Fix and enable test_ignore_shared
Nicholas Piggin
1
-6
/
+13
2024-12-12
tests/qtest/migration: Split CPR tests
Fabiano Rosas
4
-33
/
+61
2024-12-12
tests/qtest/migration: Split precopy tests
Fabiano Rosas
4
-968
/
+1011
2024-12-12
tests/qtest/migration: Split file tests
Fabiano Rosas
4
-310
/
+341
2024-12-12
tests/qtest/migration: Split postcopy tests
Fabiano Rosas
4
-77
/
+109
2024-12-12
tests/qtest/migration: Split compression tests from migration-test.c
Fabiano Rosas
4
-160
/
+242
2024-12-12
tests/qtest/migration: Split TLS tests from migration-test.c
Fabiano Rosas
4
-789
/
+804
2024-12-12
tests/qtest/migration: Move common test code
Fabiano Rosas
6
-1129
/
+1205
2024-12-12
tests/qtest/migration: Isolate test initialization
Fabiano Rosas
1
-36
/
+86
2024-12-12
tests/qtest/migration: Move kvm_dirty_ring_supported to utils
Fabiano Rosas
3
-29
/
+30
2024-12-12
tests/qtest/migration: Move ufd_version_check to utils
Fabiano Rosas
3
-45
/
+52
2024-12-12
tests/qtest/migration: Rename migration-helpers.c
Fabiano Rosas
7
-10
/
+12
2024-12-12
tests/qtest/migration: Move qmp helpers to a separate file
Fabiano Rosas
7
-497
/
+542
2024-12-12
tests/qtest/migration: Move bootfile code to its own file
Fabiano Rosas
5
-60
/
+86
2024-12-12
tests/migration: Disambiguate guestperf vs. a-b
Fabiano Rosas
33
-9
/
+11
2024-12-12
tests/qtest/migration: Stop calling everything "test"
Fabiano Rosas
1
-36
/
+36
2024-12-12
tests/qtest/migration: Standardize hook names
Fabiano Rosas
1
-168
/
+174
2024-12-12
tests/qtest: Use qtest_system_reset_nowait() where appropriate
Peter Maydell
2
-16
/
+2
2024-12-12
tests/qtest: Use qtest_system_reset() instead of open-coded versions
Peter Maydell
7
-47
/
+10
2024-12-12
tests/qtest: Add qtest_system_reset() utility function
Peter Maydell
2
-0
/
+41
2024-12-12
tests/qtest: add TIMEOUT_MULTIPLIER
Dmitry Frolov
1
-1
/
+1
2024-12-11
MAINTAINERS: Add correct email address for Vikram Garhwal
Vikram Garhwal
1
-0
/
+2
2024-12-11
MAINTAINERS: update email address for Leif Lindholm
Leif Lindholm
2
-3
/
+4
2024-12-11
softfloat: Replace WHICH with RET in parts_pick_nan
Richard Henderson
1
-15
/
+13
2024-12-11
softfloat: Sink frac_cmp in parts_pick_nan until needed
Richard Henderson
1
-10
/
+9
2024-12-11
softfloat: Share code between parts_pick_nan cases
Richard Henderson
1
-20
/
+12
2024-12-11
softfloat: Inline pickNaN
Richard Henderson
2
-104
/
+72
2024-12-11
softfloat: Use parts_pick_nan in propagateFloatx80NaN
Richard Henderson
1
-39
/
+6
2024-12-11
softfloat: Move propagateFloatx80NaN to softfloat.c
Richard Henderson
2
-52
/
+52
2024-12-11
softfloat: Pad array size in pick_nan_muladd
Richard Henderson
1
-1
/
+1
2024-12-11
softfloat: Remove which from parts_pick_nan_muladd
Richard Henderson
1
-22
/
+10
2024-12-11
softfloat: Use goto for default nan case in pick_nan_muladd
Richard Henderson
1
-10
/
+10
2024-12-11
softfloat: Inline pickNaNMulAdd
Richard Henderson
2
-55
/
+40
2024-12-11
fpu: Remove default handling for dnan_pattern
Peter Maydell
1
-14
/
+0
2024-12-11
target/tricore: Set default NaN pattern explicitly
Peter Maydell
1
-0
/
+2
2024-12-11
target/riscv: Set default NaN pattern explicitly
Peter Maydell
1
-0
/
+2
2024-12-11
target/hexagon: Set default NaN pattern explicitly
Peter Maydell
2
-5
/
+2
2024-12-11
target/xtensa: Set default NaN pattern explicitly
Peter Maydell
1
-0
/
+2
2024-12-11
target/sparc: Set default NaN pattern explicitly
Peter Maydell
2
-4
/
+3
2024-12-11
target/s390x: Set default NaN pattern explicitly
Peter Maydell
1
-0
/
+2
2024-12-11
target/rx: Set default NaN pattern explicitly
Peter Maydell
1
-0
/
+2
2024-12-11
target/sh4: Set default NaN pattern explicitly
Peter Maydell
1
-0
/
+2
2024-12-11
target/ppc: Set default NaN pattern explicitly
Peter Maydell
1
-0
/
+4
2024-12-11
target/openrisc: Set default NaN pattern explicitly
Peter Maydell
1
-0
/
+2
2024-12-11
target/mips: Set default NaN pattern explicitly
Peter Maydell
2
-0
/
+10
2024-12-11
target/m68k: Set default NaN pattern explicitly
Peter Maydell
2
-1
/
+3
2024-12-11
target/loongarch: Set default NaN pattern explicitly
Peter Maydell
1
-0
/
+2
2024-12-11
target/arm: Set default NaN pattern explicitly
Peter Maydell
2
-0
/
+7
2024-12-11
target/alpha: Set default NaN pattern explicitly
Peter Maydell
1
-0
/
+2
2024-12-11
target/hppa: Set default NaN pattern explicitly
Peter Maydell
2
-3
/
+2
[next]