aboutsummaryrefslogtreecommitdiff
path: root/pc-bios/s390-ccw
AgeCommit message (Expand)AuthorFilesLines
13 dayspc-bios/s390-ccw: Abort IPL on invalid loadparmJared Rossi1-6/+9
13 dayspc-bios/s390-ccw/netmain: Fix error messages with regards to the TFTP serverThomas Huth1-11/+8
13 dayspc-bios/s390-ccw: Fix boot problem with virtio-net devicesThomas Huth3-10/+29
13 dayspc-bios/s390-ccw/virtio: Add a function to reset a virtio deviceThomas Huth2-1/+7
2024-11-18pc-bios/s390-ccw: Re-initialize receive queue index before each boot attemptThomas Huth1-0/+2
2024-11-18pc-bios/s390x: Initialize machine loadparm before probing IPL devicesJared Rossi1-1/+2
2024-11-18pc-bios/s390x: Initialize cdrom type to false for each IPL deviceJared Rossi1-0/+1
2024-10-23pc-bios/s390-ccw: Introduce `EXTRA_LDFLAGS`Marc Hartmayer1-2/+3
2024-10-23pc-bios/s390-ccw: Don't generate TEXTRELsJens Remus2-3/+6
2024-10-23pc-bios/s390-ccw: Clarify alignment is in bytesJens Remus1-2/+2
2024-10-23pc-bios/s390x: Enable multi-device boot loopJared Rossi4-21/+57
2024-10-23s390x: Rebuild IPLB for SCSI device directly from DIAG308Jared Rossi1-3/+8
2024-10-23s390x: Add individual loadparm assignment to CCW deviceJared Rossi1-3/+7
2024-10-23include/hw/s390x: Add include files for common IPL structsJared Rossi2-80/+6
2024-10-23pc-bios/s390-ccw: Enable failed IPL to return after errorJared Rossi8-56/+108
2024-10-23pc-bios/s390-ccw: Remove panics from Netboot IPL pathJared Rossi4-9/+18
2024-10-23pc-bios/s390-ccw: Remove panics from DASD IPL pathJared Rossi2-31/+37
2024-10-23pc-bios/s390-ccw: Remove panics from SCSI IPL pathJared Rossi3-71/+164
2024-10-23pc-bios/s390-ccw: Remove panics from ECKD IPL pathJared Rossi2-58/+130
2024-10-23pc-bios/s390-ccw: Remove panics from ISO IPL pathJared Rossi3-38/+65
2024-10-23pc-bios/s390-ccw: Merge netboot.mak into the main MakefileThomas Huth2-46/+46
2024-10-23pc-bios/s390-ccw: Link the netboot code into the main s390-ccw.img binaryJared Rossi9-40/+24
2024-10-23pc-bios/s390-ccw: Use the libc from SLOF and remove sclp printsJared Rossi17-335/+136
2024-07-02pc-bios/s390-ccw: Remove duplicated LDFLAGSThomas Huth1-3/+1
2023-06-29pc-bios/s390-ccw: Don't use __bss_start with the "larl" instructionThomas Huth1-2/+4
2023-06-29pc-bios/s390-ccw: Move the stack array into start.SThomas Huth4-3/+6
2023-06-29pc-bios/s390-ccw: Provide space for initial stack frame in start.SThomas Huth1-1/+4
2023-06-29pc-bios/s390-ccw: Fix indentation in start.SThomas Huth1-68/+68
2023-06-29pc-bios/s390-ccw/Makefile: Use -z noexecstack to silence linker warningThomas Huth1-1/+1
2023-06-29pc-bios/s390-ccw: Get rid of the the __u* typesThomas Huth2-120/+116
2023-06-29s390-ccw: Getting rid of ulongJuan Quintela7-22/+21
2023-06-06pc-bios/s390-ccw: always build network bootloaderPaolo Bonzini1-5/+0
2023-06-06configure: move SLOF submodule handling to pc-bios/s390-ccwPaolo Bonzini1-0/+11
2023-03-08pc-bios: Add support for List-Directed IPL from ECKD DASDJared Rossi2-39/+148
2022-11-16s390x: Fix spelling errorsThomas Huth3-3/+3
2022-10-06pc-bios/s390-ccw: Adopt meson style Make outputPaolo Bonzini2-16/+16
2022-10-06pc-bios/s390-ccw: detect CC options just oncePaolo Bonzini2-13/+27
2022-08-07pc-bios/s390-ccw: Fix booting with logical block size < physical block sizeThomas Huth1-1/+1
2022-08-01misc: fix commonly doubled up wordsDaniel P. Berrangé1-1/+1
2022-07-13pc-bios/s390-ccw: add -Wno-array-boundsPaolo Bonzini1-0/+1
2022-07-12Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2-13/+13
2022-07-06pc-bios/s390-ccw/netboot.mak: Ignore Clang's warnings about GNU extensionsThomas Huth1-2/+5
2022-07-06pc-bios/s390-ccw/virtio: Remove "extern" keyword from prototypesThomas Huth1-6/+6
2022-07-06pc-bios/s390-ccw/virtio-blkdev: Request the right feature bitsThomas Huth1-0/+4
2022-07-06pc-bios/s390-ccw: Split virtio-scsi code from virtio_blk_setup_device()Thomas Huth4-27/+38
2022-07-06pc-bios/s390-ccw/virtio: Beautify the code for reading virtqueue configurationThomas Huth1-3/+2
2022-07-06pc-bios/s390-ccw/virtio: Read device config after feature negotiationThomas Huth1-4/+3
2022-07-06pc-bios/s390-ccw/virtio: Set missing status bits while initializingThomas Huth1-4/+14
2022-07-06pc-bios/s390-ccw/virtio-blkdev: Remove virtio_assume_scsi()Thomas Huth2-25/+0
2022-07-06pc-bios/s390-ccw/virtio-blkdev: Simplify/fix virtio_ipl_disk_is_valid()Thomas Huth2-36/+7