summaryrefslogtreecommitdiff
path: root/hw/s390x/ipl.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-11s390x: remove s390-zipl.romMichael Tokarev1-1/+1
2016-01-29s390: Clean up includesPeter Maydell1-0/+1
2016-01-13hw/s390x: Rename local variables Error *l_err to just errMarkus Armbruster1-6/+6
2016-01-13error: Strip trailing '\n' from error string arguments (again)Markus Armbruster1-4/+4
2015-11-11s390x/ipl: switch error reporting to error_setgDavid Hildenbrand1-7/+11
2015-11-11s390x/ipl: clean up qom definitions and turn into TYPE_DEVICEDavid Hildenbrand1-46/+6
2015-10-21s390x: machine reset function with new ipl cpu handlingDavid Hildenbrand1-13/+14
2015-10-21s390x/ipl: we always have an ipl deviceDavid Hildenbrand1-14/+12
2015-09-25s390: Remove ELF_MACHINE from cpu.hPeter Crosthwaite1-2/+2
2015-07-02s390x/ipl: Fix boot if no bootindex was specifiedChristian Borntraeger1-2/+2
2015-04-30s390x/ipl: sort into categoriesCornelia Huck1-0/+1
2015-03-30s390x/ipl: avoid sign extensionCornelia Huck1-1/+1
2015-03-30s390x: do not include ram_addr.hPaolo Bonzini1-1/+0
2015-03-16s390x/ipl: remove dead codeDominik Dingel1-3/+0
2015-03-11s390/bios: Make the s390-ccw.img relocatableThomas Huth1-3/+21
2015-02-13s390x/ipl: make s390x ipl device aware of migrationFan Zhang1-0/+28
2015-02-13s390x/ipl: drop reipl parameters on resetsFan Zhang1-0/+15
2015-02-13s390x/ipl: support diagnose 308 subcodes 5 and 6Fan Zhang1-15/+72
2015-02-13s390x/ipl: always load the bios for ccw machineFan Zhang1-46/+59
2015-02-03s390x/ipl: Improved code indentation in s390_ipl_init()Thomas Huth1-23/+24
2014-10-10s390x/kvm: proper use of the cpu states OPERATING and STOPPEDDavid Hildenbrand1-1/+1
2014-03-17s390/ipl: Fix error path on BIOS loadingChristian Borntraeger1-1/+1
2014-03-05elf-loader: add more return codesAlexey Kardashevskiy1-2/+2
2014-02-27s390x/ipl: Fix crash of ELF images with arbitrary entry pointsThomas Huth1-8/+13