aboutsummaryrefslogtreecommitdiff
path: root/hw/s390x/ipl.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-12machine: use QAPI struct for boot configurationPaolo Bonzini1-14/+6
2022-04-06virtio-ccw: do not include headers for all virtio devicesPaolo Bonzini1-0/+3
2022-04-06s390x: follow qdev tree to detect SCSI device on a CCW busPaolo Bonzini1-8/+12
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-01-18s390x/ipl: support extended kernel command line sizeMarc Hartmayer1-4/+23
2021-10-13s390x/ipl: check kernel command line sizeMarc Hartmayer1-1/+11
2021-08-26error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster1-5/+1
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+0
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini1-0/+1
2020-12-10s390x: do not use ram_size globalPaolo Bonzini1-4/+6
2020-12-10s390: remove bios_namePaolo Bonzini1-6/+2
2020-07-24s390x/protvirt: allow to IPL secure guests with -no-rebootChristian Borntraeger1-1/+2
2020-07-10error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster1-13/+10
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-2/+2
2020-04-29s390x: protvirt: Support unpack facilityJanosch Frank1-3/+56
2020-03-23s390/ipl: fix off-by-one in update_machine_ipl_properties()Halil Pasic1-1/+1
2020-03-10s390/ipl: sync back loadparmHalil Pasic1-0/+25
2020-02-27s390x: Rename and use constants for short PSW address and maskJanosch Frank1-1/+1
2020-02-20Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé1-1/+1
2020-01-30hw/s390x/ipl: replace deprecated qdev_reset_all registrationDamien Hedde1-1/+9
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic1-3/+4
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-0/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster1-0/+1
2019-05-17s390/ipl: cast to SCSIDevice directlyCornelia Huck1-2/+1
2019-04-12s390 vfio-ccw: Add bootindex property and IPLB dataJason J. Herne1-15/+46
2019-04-03hw/s390x/ipl: avoid taking address of fields in packed structDaniel P. Berrangé1-7/+5
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick1-3/+6
2018-07-02loader: Check access size when calling rom_ptr() to avoid crashesThomas Huth1-6/+12
2018-07-02s390/ipl: fix ipl with -no-rebootChristian Borntraeger1-1/+7
2018-06-18s390x/ipl: Try to detect Linux vs non Linux for initial IPL PSWChristian Borntraeger1-5/+22
2018-05-14s390x: refactor reset/reipl handlingDavid Hildenbrand1-5/+38
2018-05-02pc-bios/s390-ccw: fix loadparm initialization and int conversionCollin Walling1-0/+4
2018-04-09s390: Ensure IPL from SCSI works as expectedViktor Mihajlovski1-2/+29
2018-04-09s390: Refactor IPL parameter block generationViktor Mihajlovski1-30/+51
2018-03-08s390/ipl: only print boot menu error if -boot menu=on was specifiedCollin L. Walling1-4/+6
2018-03-08hw/s390x/ipl: Bail out if the network bootloader can not be foundThomas Huth1-2/+3
2018-02-26s390-ccw: interactive boot menu for scsiCollin L. Walling1-0/+2
2018-02-26s390-ccw: use zipl values when no boot menu options are presentCollin L. Walling1-0/+5
2018-02-26s390-ccw: parse and set boot menu optionsCollin L. Walling1-0/+52
2018-02-26s390-ccw: move auxiliary IPL data to separate locationCollin L. Walling1-1/+17
2017-08-30s390x/ipl: The s390-ipl device is not hot-pluggableThomas Huth1-0/+2
2017-07-05hw/s390x/ipl: Fix endianness problem with netboot_start_addrThomas Huth1-1/+1
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake1-1/+1
2017-05-02hw/s390x/ipl: Fix crash with virtio-scsi-pci deviceThomas Huth1-1/+7
2017-05-02hw/s390x/ipl: enable LOADPARM in IPIB for a boot deviceFarhan Ali1-2/+29