Age | Commit message (Expand) | Author |
2022-08-01 | misc: fix commonly doubled up words | Daniel P. Berrangé |
2022-07-13 | pc-bios/s390-ccw: add -Wno-array-bounds | Paolo Bonzini |
2022-07-12 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Peter Maydell |
2022-07-06 | pc-bios/s390-ccw/netboot.mak: Ignore Clang's warnings about GNU extensions | Thomas Huth |
2022-07-06 | pc-bios/s390-ccw/virtio: Remove "extern" keyword from prototypes | Thomas Huth |
2022-07-06 | pc-bios/s390-ccw/virtio-blkdev: Request the right feature bits | Thomas Huth |
2022-07-06 | pc-bios/s390-ccw: Split virtio-scsi code from virtio_blk_setup_device() | Thomas Huth |
2022-07-06 | pc-bios/s390-ccw/virtio: Beautify the code for reading virtqueue configuration | Thomas Huth |
2022-07-06 | pc-bios/s390-ccw/virtio: Read device config after feature negotiation | Thomas Huth |
2022-07-06 | pc-bios/s390-ccw/virtio: Set missing status bits while initializing | Thomas Huth |
2022-07-06 | pc-bios/s390-ccw/virtio-blkdev: Remove virtio_assume_scsi() | Thomas Huth |
2022-07-06 | pc-bios/s390-ccw/virtio-blkdev: Simplify/fix virtio_ipl_disk_is_valid() | Thomas Huth |
2022-07-06 | pc-bios/s390-ccw/bootmap: Improve the guessing logic in zipl_load_vblk() | Thomas Huth |
2022-07-06 | pc-bios/s390-ccw/virtio: Introduce a macro for the DASD block size | Thomas Huth |
2022-07-06 | pc-bios/s390-ccw: Add a proper prototype for main() | Thomas Huth |
2022-07-06 | configure, pc-bios/s390-ccw: pass cross CFLAGS correctly | Paolo Bonzini |
2022-06-01 | configure: enable cross-compilation of s390-ccw | Paolo Bonzini |
2022-01-12 | configure: parse --enable/--disable-strip automatically, flip default | Paolo Bonzini |
2021-06-02 | docs: fix references to docs/devel/s390-dasd-ipl.rst | Stefano Garzarella |
2021-05-14 | pc-bios/s390-ccw: Fix inline assembly for older versions of Clang | Thomas Huth |
2021-05-09 | pc-bios/s390-ccw: Allow building with Clang, too | Thomas Huth |
2021-05-09 | pc-bios/s390-ccw: Silence GCC 11 stringop-overflow warning | Philippe Mathieu-Daudé |
2021-05-09 | pc-bios/s390-ccw: Fix the cc-option macro in the Makefile | Thomas Huth |
2021-05-09 | pc-bios/s390-ccw: Silence warning from Clang by marking panic() as noreturn | Thomas Huth |
2021-05-09 | pc-bios/s390-ccw/netboot: Use "-Wl," prefix to pass parameter to the linker | Thomas Huth |
2021-05-09 | pc-bios/s390-ccw: Use reset_psw pointer instead of hard-coded null pointer | Thomas Huth |
2021-05-09 | pc-bios/s390-ccw/bootmap: Silence compiler warning from Clang | Thomas Huth |
2021-05-09 | pc-bios/s390-ccw: don't try to read the next block if end of chunk is reached | Marc Hartmayer |
2020-11-23 | pc-bios: s390x: Clear out leftover S390EP string | Eric Farman |
2020-11-23 | pc-bios: s390x: Ensure Read IPL memory is clean | Eric Farman |
2020-11-04 | s390-bios: Skip writing iplb location to low core for ccw ipl | Jason J. Herne |
2020-10-06 | pc-bios: s390x: Go into disabled wait when encountering a PGM exception | Janosch Frank |
2020-10-06 | pc-bios: s390x: Use reset PSW if avaliable | Janosch Frank |
2020-10-06 | pc-bios: s390x: Save PSW rework | Janosch Frank |
2020-10-06 | pc-bios: s390x: Fix bootmap.c zipl component entry data handling | Janosch Frank |
2020-10-06 | pc-bios/s390-ccw: break loop if a null block number is reached | Marc Hartmayer |
2020-10-06 | pc-bios/s390-ccw: fix off-by-one error | Marc Hartmayer |
2020-10-06 | pc-bios/s390-ccw/main: Remove superfluous call to enable_subchannel() | Thomas Huth |
2020-10-06 | pc-bios/s390-ccw: Allow booting in case the first virtio-blk disk is bad | Thomas Huth |
2020-10-06 | pc-bios/s390-ccw: Scan through all devices if no boot device specified | Thomas Huth |
2020-10-06 | pc-bios/s390-ccw: Do not bail out early if not finding a SCSI disk | Thomas Huth |
2020-10-06 | pc-bios/s390-ccw: Move the inner logic of find_subch() to a separate function | Thomas Huth |
2020-10-06 | pc-bios/s390-ccw: Introduce ENODEV define and remove guards of others | Thomas Huth |
2020-10-06 | pc-bios/s390-ccw: Move ipl-related code from main() into a separate function | Thomas Huth |
2020-10-06 | pc-bios/s390-ccw/Makefile: Compile with -std=gnu99, -fwrapv and -fno-common | Thomas Huth |
2020-09-01 | build: fix recurse-all target | Paolo Bonzini |
2020-08-21 | pc-bios/s390-ccw: do not use rules.mak | Thomas Huth |
2020-07-02 | pc-bios/s390-ccw: Generate and include dependency files in the Makefile | Thomas Huth |
2020-07-02 | pc-bios: s390x: Make u32 ptr check explicit | Janosch Frank |
2020-07-02 | pc-bios: s390x: Use ebcdic2ascii table | Janosch Frank |