summaryrefslogtreecommitdiff
path: root/hw/s390x
AgeCommit message (Expand)AuthorFilesLines
2018-05-02pc-bios/s390-ccw: fix loadparm initialization and int conversionCollin Walling1-0/+4
2018-04-30hw/s390x: Allow to configure the consoles with the "-serial" parameterThomas Huth2-2/+31
2018-04-30s390x/kvm: cleanup calls to cpu_synchronize_state()David Hildenbrand1-8/+0
2018-04-30s390x/sclp: extend SCLP event masks to 64 bitsClaudio Imbrenda1-9/+41
2018-04-30s390x: introduce 2.13 compat machineCornelia Huck1-1/+16
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-04-03hw/s390x: fix memory leak in s390_init_ipl_dev()Greg Kurz1-1/+4
2018-03-23s390x/pci: forbid multifunction pci deviceYi Min Zhao1-0/+10
2018-03-13migration: introduce postcopy-only pendingVladimir Sementsov-Ogievskiy1-3/+4
2018-03-08s390x/virtio: Convert virtio-ccw from *_exit to *_unrealizeNia Alarie2-18/+18
2018-03-08s390x/sclp: clean up sclp masksClaudio Imbrenda3-14/+14
2018-03-08s390x/sclp: proper support of larger send and receive masksClaudio Imbrenda2-14/+75
2018-03-08s390x/sclpconsole: Remove dead code - remove exit handlersNia Alarie1-14/+0
2018-03-08numa: we don't implement NUMA for s390xDavid Hildenbrand1-3/+5
2018-03-08hw/s390x: Add the possibility to specify the netboot image on the command lineThomas Huth1-1/+3
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-03-06use g_path_get_basename instead of basenameJulia Suvorova1-1/+1
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster1-1/+1
2018-02-27Merge tag 'tags/s390-ccw-bios-2018-02-26' into s390-nextCornelia Huck2-3/+105
2018-02-26s390x/sclp: remove memory hotplug supportDavid Hildenbrand1-305/+5
2018-02-26qmp: expose s390-specific CPU infoViktor Mihajlovski1-1/+1
2018-02-26s390/stattrib: Make SaveVMHandlers data staticDr. David Alan Gilbert1-13/+13
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. Walling2-0/+6
2018-02-26s390-ccw: parse and set boot menu optionsCollin L. Walling2-2/+59
2018-02-26s390-ccw: move auxiliary IPL data to separate locationCollin L. Walling2-3/+40
2018-02-09Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...Peter Maydell4-4/+6
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-1/+1
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2-0/+2
2018-02-09Include qmp-commands.h exactly where neededMarkus Armbruster1-1/+0
2018-02-09Drop superfluous includes of qapi/qmp/qerror.hMarkus Armbruster1-1/+0
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09s390x/pci: use the right pal and pba in reg_ioat()Yi Min Zhao1-0/+2
2018-02-09s390x/pci: fixup global refreshYi Min Zhao3-15/+63
2018-02-09s390x/pci: fixup the code walking IOMMU tablesYi Min Zhao3-78/+225
2018-02-09s390x/sclp: fix event mask handlingChristian Borntraeger1-2/+2
2018-02-09s390x/flic: cache the common flic class in a central functionDavid Hildenbrand2-7/+7
2018-02-09s390x/tcg: remove SMP warningDavid Hildenbrand1-4/+0
2018-02-09Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-1/+2
2018-01-22s390x: fix storage attributes migration for non-small guestsClaudio Imbrenda1-2/+2
2018-01-22hw/s390x: Replace fprintf(stderr, "*\n" with qemu_log_mask()Alistair Francis1-2/+3
2018-01-22s390x/sclp: fix missing be conversionDavid Hildenbrand1-2/+2
2018-01-22s390x/sclp: fixup highest CPU addressChristian Borntraeger1-1/+1
2018-01-19possible_cpus: add CPUArchId::type fieldIgor Mammedov1-0/+1
2018-01-11Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin9-186/+289
2017-12-18misc: remove duplicated includesPhilippe Mathieu-Daudé1-1/+0
2017-12-18Remove empty statementsLadi Prosek1-1/+1
2017-12-15s390-ccw-virtio: allow for systems larger that 7.999TBChristian Borntraeger1-3/+27