aboutsummaryrefslogtreecommitdiff
path: root/pc-bios/s390-ccw
AgeCommit message (Expand)Author
6 dayspc-bios/s390-ccw: Re-initialize receive queue index before each boot attemptThomas Huth
6 dayspc-bios/s390x: Initialize machine loadparm before probing IPL devicesJared Rossi
6 dayspc-bios/s390x: Initialize cdrom type to false for each IPL deviceJared Rossi
2024-10-23pc-bios/s390-ccw: Introduce `EXTRA_LDFLAGS`Marc Hartmayer
2024-10-23pc-bios/s390-ccw: Don't generate TEXTRELsJens Remus
2024-10-23pc-bios/s390-ccw: Clarify alignment is in bytesJens Remus
2024-10-23pc-bios/s390x: Enable multi-device boot loopJared Rossi
2024-10-23s390x: Rebuild IPLB for SCSI device directly from DIAG308Jared Rossi
2024-10-23s390x: Add individual loadparm assignment to CCW deviceJared Rossi
2024-10-23include/hw/s390x: Add include files for common IPL structsJared Rossi
2024-10-23pc-bios/s390-ccw: Enable failed IPL to return after errorJared Rossi
2024-10-23pc-bios/s390-ccw: Remove panics from Netboot IPL pathJared Rossi
2024-10-23pc-bios/s390-ccw: Remove panics from DASD IPL pathJared Rossi
2024-10-23pc-bios/s390-ccw: Remove panics from SCSI IPL pathJared Rossi
2024-10-23pc-bios/s390-ccw: Remove panics from ECKD IPL pathJared Rossi
2024-10-23pc-bios/s390-ccw: Remove panics from ISO IPL pathJared Rossi
2024-10-23pc-bios/s390-ccw: Merge netboot.mak into the main MakefileThomas Huth
2024-10-23pc-bios/s390-ccw: Link the netboot code into the main s390-ccw.img binaryJared Rossi
2024-10-23pc-bios/s390-ccw: Use the libc from SLOF and remove sclp printsJared Rossi
2024-07-02pc-bios/s390-ccw: Remove duplicated LDFLAGSThomas Huth
2023-06-29pc-bios/s390-ccw: Don't use __bss_start with the "larl" instructionThomas Huth
2023-06-29pc-bios/s390-ccw: Move the stack array into start.SThomas Huth
2023-06-29pc-bios/s390-ccw: Provide space for initial stack frame in start.SThomas Huth
2023-06-29pc-bios/s390-ccw: Fix indentation in start.SThomas Huth
2023-06-29pc-bios/s390-ccw/Makefile: Use -z noexecstack to silence linker warningThomas Huth
2023-06-29pc-bios/s390-ccw: Get rid of the the __u* typesThomas Huth
2023-06-29s390-ccw: Getting rid of ulongJuan Quintela
2023-06-06pc-bios/s390-ccw: always build network bootloaderPaolo Bonzini
2023-06-06configure: move SLOF submodule handling to pc-bios/s390-ccwPaolo Bonzini
2023-03-08pc-bios: Add support for List-Directed IPL from ECKD DASDJared Rossi
2022-11-16s390x: Fix spelling errorsThomas Huth
2022-10-06pc-bios/s390-ccw: Adopt meson style Make outputPaolo Bonzini
2022-10-06pc-bios/s390-ccw: detect CC options just oncePaolo Bonzini
2022-08-07pc-bios/s390-ccw: Fix booting with logical block size < physical block sizeThomas Huth
2022-08-01misc: fix commonly doubled up wordsDaniel P. Berrangé
2022-07-13pc-bios/s390-ccw: add -Wno-array-boundsPaolo Bonzini
2022-07-12Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2022-07-06pc-bios/s390-ccw/netboot.mak: Ignore Clang's warnings about GNU extensionsThomas Huth
2022-07-06pc-bios/s390-ccw/virtio: Remove "extern" keyword from prototypesThomas Huth
2022-07-06pc-bios/s390-ccw/virtio-blkdev: Request the right feature bitsThomas Huth
2022-07-06pc-bios/s390-ccw: Split virtio-scsi code from virtio_blk_setup_device()Thomas Huth
2022-07-06pc-bios/s390-ccw/virtio: Beautify the code for reading virtqueue configurationThomas Huth
2022-07-06pc-bios/s390-ccw/virtio: Read device config after feature negotiationThomas Huth
2022-07-06pc-bios/s390-ccw/virtio: Set missing status bits while initializingThomas Huth
2022-07-06pc-bios/s390-ccw/virtio-blkdev: Remove virtio_assume_scsi()Thomas Huth
2022-07-06pc-bios/s390-ccw/virtio-blkdev: Simplify/fix virtio_ipl_disk_is_valid()Thomas Huth
2022-07-06pc-bios/s390-ccw/bootmap: Improve the guessing logic in zipl_load_vblk()Thomas Huth
2022-07-06pc-bios/s390-ccw/virtio: Introduce a macro for the DASD block sizeThomas Huth
2022-07-06pc-bios/s390-ccw: Add a proper prototype for main()Thomas Huth
2022-07-06configure, pc-bios/s390-ccw: pass cross CFLAGS correctlyPaolo Bonzini