aboutsummaryrefslogtreecommitdiff
path: root/hw/s390x/s390-virtio-ccw.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-09Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...Peter Maydell1-2/+1
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-1/+1
2018-02-09Drop superfluous includes of qapi/qmp/qerror.hMarkus Armbruster1-1/+0
2018-02-09s390x/tcg: remove SMP warningDavid Hildenbrand1-4/+0
2018-01-19possible_cpus: add CPUArchId::type fieldIgor Mammedov1-0/+1
2017-12-15s390-ccw-virtio: allow for systems larger that 7.999TBChristian Borntraeger1-3/+27
2017-12-14s390x: change the QEMU cpu model to a stripped down z12David Hildenbrand1-0/+4
2017-12-14s390x: deprecate s390-squash-mcss machine propHalil Pasic1-1/+6
2017-12-14s390x/css: unrestrict cssidsHalil Pasic1-1/+0
2017-12-14s390x: introduce 2.12 compat machineCornelia Huck1-1/+16
2017-10-30s390x/kvm: use cpu model for gscb on compat machinesChristian Borntraeger1-8/+0
2017-10-20s390x: move s390x_new_cpu() into board codeIgor Mammedov1-0/+21
2017-10-20s390x/tcg: unlock NMIDavid Hildenbrand1-3/+1
2017-10-20s390x/tcg: switch to new SIGP handling codeDavid Hildenbrand1-3/+1
2017-10-20s390x/kvm: factor out SIGP code into sigp.cDavid Hildenbrand1-0/+3
2017-10-06s390/kvm: make TOD setting failures fatal for migrationCollin L. Walling1-5/+2
2017-10-06s390x/css: fix css migration compat handlingHalil Pasic1-3/+3
2017-10-06s390x: introduce and use S390_MAX_CPUSDavid Hildenbrand1-1/+1
2017-10-06s390x: raise CPU hotplug irq after really hotpluggedDavid Hildenbrand1-0/+4
2017-10-06Revert "s390x/ccw: create s390 phb conditionally"Christian Borntraeger1-7/+9
2017-10-06s390x: use generic cpu_model parsingIgor Mammedov1-25/+3
2017-09-19s390x: get rid of cpu_s390x_create()David Hildenbrand1-2/+27
2017-09-19s390x: get rid of cpu_states and use possible_cpus insteadDavid Hildenbrand1-26/+10
2017-09-19s390x: implement query-hotpluggable-cpusDavid Hildenbrand1-0/+41
2017-09-19s390x: CPU hot unplug via device_del cannot work for nowDavid Hildenbrand1-0/+10
2017-09-19target/s390x: use "core-id" for cpu number/address/id handlingDavid Hildenbrand1-1/+1
2017-09-19s390x: allow only 1 CPU with TCGDavid Hildenbrand1-0/+6
2017-09-19s390x: rename s390-virtio.h to s390-virtio-hcall.hDavid Hildenbrand1-1/+1
2017-09-19s390x: get rid of s390-virtio.cDavid Hildenbrand1-1/+158
2017-08-30s390x: avoid calling kvm_ functions outside of target/s390x/David Hildenbrand1-3/+1
2017-08-30target/s390x: no need to pass kvm_state to savevm_gtod handlersDavid Hildenbrand1-1/+1
2017-08-30target/s390x: simplify gs_allowed()David Hildenbrand1-12/+2
2017-08-30target/s390x: simplify ri_allowed()David Hildenbrand1-3/+0
2017-08-30s390x/ccw: create s390 phb conditionallyCornelia Huck1-6/+8
2017-08-30s390x: introduce 2.11 compat machineCornelia Huck1-1/+16
2017-07-21Use qemu_tolower() and qemu_toupper(), not tolower() and toupper()Peter Maydell1-1/+1
2017-07-14s390x/kvm: enable guarded storageFan Zhang1-0/+18
2017-07-14s390x/cpumodel: add esop/esop2 to z12 modelJason J. Herne1-0/+3
2017-07-14s390x/cpumodel: add zpci, aen and ais facilitiesYi Min Zhao1-0/+3
2017-07-14s390x: initialize cpu firstlyYi Min Zhao1-3/+3
2017-07-14s390x/css: activate ChannelSubSys migrationHalil Pasic1-5/+4
2017-07-14s390x: add css_migration_enabled to machine classHalil Pasic1-0/+13
2017-07-14s390x: add helper get_machine_classHalil Pasic1-23/+23
2017-07-14s390x/migration: Storage attributes deviceClaudio Imbrenda1-1/+9
2017-06-13migration: Split registration functions from vmstate.hJuan Quintela1-0/+1
2017-06-06migration: remove register_savevm()Laurent Vivier1-2/+6
2017-05-19s390x/css: realize css_create_schDong Jia Shi1-3/+8
2017-05-19s390x/css: add s390-squash-mcss machine optionXiao Feng Ren1-0/+21
2017-05-02hw/s390x: provide loadparm property for the machineFarhan Ali1-0/+37
2017-04-21s390x: initialize flic before I/O subsystemsFei Li1-1/+2