index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pc-bios
/
s390-ccw
Age
Commit message (
Expand
)
Author
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
2020-07-02
pc-bios: s390x: Move panic() into header and add infinite loop
Janosch Frank
2020-07-02
pc-bios: s390x: Use PSW masks where possible and introduce PSW_MASK_SHORT_ADDR
Janosch Frank
2020-07-02
pc-bios: s390x: Rename PSW_MASK_ZMODE to PSW_MASK_64
Janosch Frank
2020-07-02
pc-bios: s390x: Get rid of magic offsets into the lowcore
Janosch Frank
2020-07-02
pc-bios: s390x: Move sleep and yield to helper.h
Janosch Frank
2020-07-02
pc-bios: s390x: Consolidate timing functions into time.h
Janosch Frank
2020-07-02
pc-bios: s390x: cio.c cleanup and compile fix
Janosch Frank
2020-03-16
misc: Replace zero-length arrays with flexible array member (automatic)
Philippe Mathieu-Daudé
2020-03-10
pc-bios: s390x: Save iplb location in lowcore
Janosch Frank
2019-12-18
pc-bios/s390x: Fix reset psw mask
Janosch Frank
2019-11-29
pc-bios/s390-ccw: fix sclp_get_loadparm_ascii
Claudio Imbrenda
2019-09-18
pc-bios/s390-ccw/net: fix a possible memory leak in get_uuid()
Yifan Luo
2019-09-18
pc-bios/s390-ccw: Do not pre-initialize empty array
Thomas Huth
2019-05-08
s390-bios: Skip bootmap signature entries
Jason J. Herne
2019-05-08
pc-bios/s390-ccw: Clean up harmless misuse of isdigit()
Markus Armbruster
2019-04-12
s390-bios: Use control unit type to find bootable devices
Jason J. Herne
2019-04-12
s390-bios: Support booting from real dasd device
Jason J. Herne
2019-04-12
s390-bios: Add channel command codes/structs needed for dasd-ipl
Jason J. Herne
[next]