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
/
coverage
/
compare_gcov_json.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-10-23
pc-bios/s390-ccw: Remove panics from ECKD IPL path
Jared Rossi
2
-58
/
+130
2024-10-23
pc-bios/s390-ccw: Remove panics from ISO IPL path
Jared Rossi
3
-38
/
+65
2024-10-23
docs/system/s390x/bootdevices: Update the documentation about network booting
Jared Rossi
1
-13
/
+7
2024-10-23
pc-bios/s390-ccw: Merge netboot.mak into the main Makefile
Thomas Huth
2
-46
/
+46
2024-10-23
hw/s390x: Remove the possibility to load the s390-netboot.img binary
Thomas Huth
5
-72
/
+6
2024-10-23
pc-bios/s390-ccw: Link the netboot code into the main s390-ccw.img binary
Jared Rossi
9
-40
/
+24
2024-10-23
pc-bios/s390-ccw: Use the libc from SLOF and remove sclp prints
Jared Rossi
19
-336
/
+140
2024-10-22
hw/s390x/ipl: Provide more memory to the s390-ccw.img firmware
Thomas Huth
1
-1
/
+9
2024-10-21
tests/functional: Convert the Avocado sh4 tuxrun test
Thomas Huth
4
-35
/
+60
2024-10-21
Revert "hw/sh4/r2d: Realize IDE controller before accessing it"
Thomas Huth
1
-1
/
+1
2024-10-21
tests/functional: Convert the Avocado ppc32 tuxrun test
Thomas Huth
4
-16
/
+37
2024-10-21
tests/functional: Convert the Avocado mips64el tuxrun test
Thomas Huth
4
-19
/
+38
2024-10-21
tests/functional: Convert the Avocado mips64 tuxrun test
Thomas Huth
3
-17
/
+39
2024-10-21
tests/functional: Convert the Avocado mipsel tuxrun test
Thomas Huth
3
-17
/
+37
2024-10-21
tests/functional: Convert the Avocado mips tuxrun test
Thomas Huth
3
-18
/
+37
2024-10-21
tests/functional: Convert the Avocado x86_64 tuxrun test
Thomas Huth
4
-18
/
+38
2024-10-21
tests/functional: Convert the Avocado i386 tuxrun test
Thomas Huth
4
-16
/
+40
2024-10-21
tests/functional: Convert the Avocado riscv64 tuxrun tests
Thomas Huth
3
-31
/
+42
2024-10-21
tests/functional: Convert the Avocado riscv32 tuxrun tests
Thomas Huth
3
-31
/
+42
2024-10-21
tests/functional: Convert the Avocado arm tuxrun tests
Thomas Huth
4
-56
/
+73
2024-10-21
tests/functional: Convert the Avocado s390x tuxrun test
Thomas Huth
3
-18
/
+35
2024-10-21
tests/functional: Convert the Avocado sparc64 tuxrun test
Thomas Huth
4
-16
/
+36
2024-10-21
tests/functional: Convert the Avocado ppc64 tuxrun tests
Thomas Hu