aboutsummaryrefslogtreecommitdiff
path: root/hw/s390x/ipl.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-28s390x/ipl: Load network boot imageFarhan Ali1-0/+89
2017-02-28s390x/ipl: Extend S390IPLState to support network bootFarhan Ali1-0/+1
2016-07-11s390x/css: Unplug handler of virtual css bridgeJing Liu1-6/+8
2016-07-11s390x/ipl: fix reboots for migration from different biosDavid Hildenbrand1-2/+9
2016-07-11s390x/ipl: Support IPL from selected SCSI deviceAlexander Yarygin1-0/+18
2016-05-18s390: remove misleading commentMichael Tokarev1-1/+1
2016-05-17s390x/ipl: Remove redundant usage of gr7Alexander Yarygin1-27/+6
2016-05-17s390x/ipl: Add ssid field to IplParameterBlockAlexander Yarygin1-0/+1
2016-05-17s390x/ipl: Provide ipl parameter blockAlexander Yarygin1-0/+7
2016-05-17s390x/ipl: Extend the IplParameterBlock structAlexander Yarygin1-0/+24
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite1-2/+2