summaryrefslogtreecommitdiff
path: root/hw/s390x
AgeCommit message (Expand)AuthorFilesLines
2017-08-30s390x/pci: fixup trap_msix()Yi Min Zhao1-2/+2
2017-08-30s390x/s390-stattrib: Mark the storage attribute as not user_creatableThomas Huth2-0/+8
2017-08-30s390x/kvm: move KVM declarations and stubs to separate filesDavid Hildenbrand1-0/+1
2017-08-30s390x: avoid calling kvm_ functions outside of target/s390x/David Hildenbrand1-3/+1
2017-08-30target/s390x: move gtod_*() declarations to s390-virtio.hDavid Hildenbrand1-0/+2
2017-08-30s390x: drop inclusion of sysemu/kvm.h from some filesDavid Hildenbrand3-3/+1
2017-08-30s390x/cpumodel: factor out determination of default model nameDavid Hildenbrand1-6/+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/kvm: drop KVMState parameter from s390_get_memslot_count()David Hildenbrand1-1/+1
2017-08-30s390x/s390-skeys: Mark the storage key devices with user_creatable = falseThomas Huth2-0/+8
2017-08-30s390x/sclp: properly guard pci-specific functionsCornelia Huck3-25/+36
2017-08-30s390x/ccw: create s390 phb conditionallyCornelia Huck1-6/+8
2017-08-30s390x: chsc nt2 events are pci-onlyCornelia Huck3-6/+6
2017-08-30s390x/pci: add stubsCornelia Huck2-1/+78
2017-08-30s390x/ipl: The s390-ipl device is not hot-pluggableThomas Huth1-0/+2
2017-08-30s390x: introduce 2.11 compat machineCornelia Huck1-1/+16
2017-08-30s390x/css: generate solicited crw for rchp completion signalingDong Jia Shi1-6/+10
2017-08-30s390x/css: use macro for event-information pending error recover codeDong Jia Shi1-1/+1
2017-08-01trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy1-10/+10
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé1-1/+1
2017-07-28s390x/css: fix bits must be zero check for TICHalil Pasic1-1/+2
2017-07-28s390x/css: check ccw address validityHalil Pasic1-0/+4
2017-07-21Use qemu_tolower() and qemu_toupper(), not tolower() and toupper()Peter Maydell1-1/+1
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell1-2/+1
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-1/+1
2017-07-14Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170714' into s...Peter Maydell9-46/+846
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: use SubchDev.orbHalil Pasic1-15/+15
2017-07-14s390x/css: activate ChannelSubSys migrationHalil Pasic2-5/+9
2017-07-14s390x/css: add ORB to SubchDevHalil Pasic1-0/+35
2017-07-14s390x/css: add missing css state conditionallyHalil Pasic1-0/+74
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/css: update css_adapter_interruptYi Min Zhao3-4/+18
2017-07-14s390x/sic: realize SIC handlingFei Li2-0/+27
2017-07-14s390x: add flags field for registering I/O adapterFei Li3-4/+9
2017-07-14s390x/migration: Monitor commands for storage attributesClaudio Imbrenda1-0/+62
2017-07-14s390x/migration: Storage attributes deviceClaudio Imbrenda4-1/+543
2017-07-14virtio-crypto: Convert to DEFINE_PROP_LINKFam Zheng1-3/+0
2017-07-14virtio-rng: Convert to DEFINE_PROP_LINKFam Zheng1-2/+0
2017-07-14virtio-scsi: Convert to DEFINE_PROP_LINKFam Zheng1-2/+0
2017-07-14virtio-blk: Convert to DEFINE_PROP_LINKFam Zheng1-2/+0
2017-07-14qdev: Add const qualifier to PropertyInfo definitionsFam Zheng2-3/+3
2017-07-14memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy3-7/+22
2017-07-14memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy3-8/+8