summaryrefslogtreecommitdiffstats
path: root/pc-bios/s390-ccw
Commit message (Expand)AuthorAgeFilesLines
* s390x: Fix spelling errorsThomas Huth2022-11-163-3/+3
* pc-bios/s390-ccw: Adopt meson style Make outputPaolo Bonzini2022-10-062-16/+16
* pc-bios/s390-ccw: detect CC options just oncePaolo Bonzini2022-10-062-13/+27
* pc-bios/s390-ccw: Fix booting with logical block size < physical block sizeThomas Huth2022-08-071-1/+1
* misc: fix commonly doubled up wordsDaniel P. Berrangé2022-08-011-1/+1
* pc-bios/s390-ccw: add -Wno-array-boundsPaolo Bonzini2022-07-131-0/+1
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2022-07-122-13/+13
|\
| * configure, pc-bios/s390-ccw: pass cross CFLAGS correctlyPaolo Bonzini2022-07-062-13/+13
* | pc-bios/s390-ccw/netboot.mak: Ignore Clang's warnings about GNU extensionsThomas Huth2022-07-061-2/+5
* | pc-bios/s390-ccw/virtio: Remove "extern" keyword from prototypesThomas Huth2022-07-061-6/+6
* | pc-bios/s390-ccw/virtio-blkdev: Request the right feature bitsThomas Huth2022-07-061-0/+4
* | pc-bios/s390-ccw: Split virtio-scsi code from virtio_blk_setup_device()Thomas Huth2022-07-064-27/+38
* | pc-bios/s390-ccw/virtio: Beautify the code for reading virtqueue configurationThomas Huth2022-07-061-3/+2Star
* | pc-bios/s390-ccw/virtio: Read device config after feature negotiationThomas Huth2022-07-061-4/+3Star
* | pc-bios/s390-ccw/virtio: Set missing status bits while initializingThomas Huth2022-07-061-4/+14
* | pc-bios/s390-ccw/virtio-blkdev: Remove virtio_assume_scsi()Thomas Huth2022-07-062-25/+0Star
* | pc-bios/s390-ccw/virtio-blkdev: Simplify/fix virtio_ipl_disk_is_valid()Thomas Huth2022-07-062-36/+7Star
* | pc-bios/s390-ccw/bootmap: Improve the guessing logic in zipl_load_vblk()Thomas Huth2022-07-061-4/+23
* | pc-bios/s390-ccw/virtio: Introduce a macro for the DASD block sizeThomas Huth2022-07-062-1/+2
* | pc-bios/s390-ccw: Add a proper prototype for main()Thomas Huth2022-07-062-2/+2
|/
* configure: enable cross-compilation of s390-ccwPaolo Bonzini2022-06-012-5/+6
* configure: parse --enable/--disable-strip automatically, flip defaultPaolo Bonzini2022-01-121-2/+0Star
* docs: fix references to docs/devel/s390-dasd-ipl.rstStefano Garzarella2021-06-021-1/+1
* pc-bios/s390-ccw: Fix inline assembly for older versions of ClangThomas Huth2021-05-144-8/+8
* pc-bios/s390-ccw: Allow building with Clang, tooThomas Huth2021-05-091-1/+2
* pc-bios/s390-ccw: Silence GCC 11 stringop-overflow warningPhilippe Mathieu-Daudé2021-05-091-0/+1
* pc-bios/s390-ccw: Fix the cc-option macro in the MakefileThomas Huth2021-05-091-2/+2
* pc-bios/s390-ccw: Silence warning from Clang by marking panic() as noreturnThomas Huth2021-05-091-0/+1
* pc-bios/s390-ccw/netboot: Use "-Wl," prefix to pass parameter to the linkerThomas Huth2021-05-091-1/+1
* pc-bios/s390-ccw: Use reset_psw pointer instead of hard-coded null pointerThomas Huth2021-05-091-2/+2
* pc-bios/s390-ccw/bootmap: Silence compiler warning from ClangThomas Huth2021-05-091-1/+1
* pc-bios/s390-ccw: don't try to read the next block if end of chunk is reachedMarc Hartmayer2021-05-091-1/+1
* pc-bios: s390x: Clear out leftover S390EP stringEric Farman2020-11-233-1/+10
* pc-bios: s390x: Ensure Read IPL memory is cleanEric Farman2020-11-231-0/+3
* s390-bios: Skip writing iplb location to low core for ccw iplJason J. Herne2020-11-041-1/+3
* pc-bios: s390x: Go into disabled wait when encountering a PGM exceptionJanosch Frank2020-10-061-1/+4
* pc-bios: s390x: Use reset PSW if avaliableJanosch Frank2020-10-063-9/+24
* pc-bios: s390x: Save PSW reworkJanosch Frank2020-10-061-20/+13Star
* pc-bios: s390x: Fix bootmap.c zipl component entry data handlingJanosch Frank2020-10-062-3/+9
* pc-bios/s390-ccw: break loop if a null block number is reachedMarc Hartmayer2020-10-061-1/+1
* pc-bios/s390-ccw: fix off-by-one errorMarc Hartmayer2020-10-061-1/+1
* pc-bios/s390-ccw/main: Remove superfluous call to enable_subchannel()Thomas Huth2020-10-061-1/+0Star
* pc-bios/s390-ccw: Allow booting in case the first virtio-blk disk is badThomas Huth2020-10-062-12/+24
* pc-bios/s390-ccw: Scan through all devices if no boot device specifiedThomas Huth2020-10-061-15/+31
* pc-bios/s390-ccw: Do not bail out early if not finding a SCSI diskThomas Huth2020-10-065-16/+37
* pc-bios/s390-ccw: Move the inner logic of find_subch() to a separate functionThomas Huth2020-10-061-42/+57
* pc-bios/s390-ccw: Introduce ENODEV define and remove guards of othersThomas Huth2020-10-061-4/+2Star
* pc-bios/s390-ccw: Move ipl-related code from main() into a separate functionThomas Huth2020-10-061-8/+12
* pc-bios/s390-ccw/Makefile: Compile with -std=gnu99, -fwrapv and -fno-commonThomas Huth2020-10-061-3/+4
* build: fix recurse-all targetPaolo Bonzini2020-09-011-1/+2