aboutsummaryrefslogtreecommitdiff
path: root/pc-bios/s390-ccw
AgeCommit message (Expand)Author
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
2022-06-01configure: enable cross-compilation of s390-ccwPaolo Bonzini
2022-01-12configure: parse --enable/--disable-strip automatically, flip defaultPaolo Bonzini
2021-06-02docs: fix references to docs/devel/s390-dasd-ipl.rstStefano Garzarella
2021-05-14pc-bios/s390-ccw: Fix inline assembly for older versions of ClangThomas Huth
2021-05-09pc-bios/s390-ccw: Allow building with Clang, tooThomas Huth
2021-05-09pc-bios/s390-ccw: Silence GCC 11 stringop-overflow warningPhilippe Mathieu-Daudé
2021-05-09pc-bios/s390-ccw: Fix the cc-option macro in the MakefileThomas Huth
2021-05-09pc-bios/s390-ccw: Silence warning from Clang by marking panic() as noreturnThomas Huth
2021-05-09pc-bios/s390-ccw/netboot: Use "-Wl," prefix to pass parameter to the linkerThomas Huth
2021-05-09pc-bios/s390-ccw: Use reset_psw pointer instead of hard-coded null pointerThomas Huth
2021-05-09pc-bios/s390-ccw/bootmap: Silence compiler warning from ClangThomas Huth
2021-05-09pc-bios/s390-ccw: don't try to read the next block if end of chunk is reachedMarc Hartmayer
2020-11-23pc-bios: s390x: Clear out leftover S390EP stringEric Farman
2020-11-23pc-bios: s390x: Ensure Read IPL memory is cleanEric Farman
2020-11-04s390-bios: Skip writing iplb location to low core for ccw iplJason J. Herne
2020-10-06pc-bios: s390x: Go into disabled wait when encountering a PGM exceptionJanosch Frank
2020-10-06pc-bios: s390x: Use reset PSW if avaliableJanosch Frank
2020-10-06pc-bios: s390x: Save PSW reworkJanosch Frank
2020-10-06pc-bios: s390x: Fix bootmap.c zipl component entry data handlingJanosch Frank
2020-10-06pc-bios/s390-ccw: break loop if a null block number is reachedMarc Hartmayer