summaryrefslogtreecommitdiffstats
path: root/hw/s390x
Commit message (Expand)AuthorAgeFilesLines
* s390x/pci: fixup trap_msix()Yi Min Zhao2017-08-301-2/+2
* s390x/s390-stattrib: Mark the storage attribute as not user_creatableThomas Huth2017-08-302-0/+8
* s390x/kvm: move KVM declarations and stubs to separate filesDavid Hildenbrand2017-08-301-0/+1
* s390x: avoid calling kvm_ functions outside of target/s390x/David Hildenbrand2017-08-301-3/+1Star
* target/s390x: move gtod_*() declarations to s390-virtio.hDavid Hildenbrand2017-08-301-0/+2
* s390x: drop inclusion of sysemu/kvm.h from some filesDavid Hildenbrand2017-08-303-3/+1Star
* s390x/cpumodel: factor out determination of default model nameDavid Hildenbrand2017-08-301-6/+1Star
* target/s390x: no need to pass kvm_state to savevm_gtod handlersDavid Hildenbrand2017-08-301-1/+1
* target/s390x: simplify gs_allowed()David Hildenbrand2017-08-301-12/+2Star
* target/s390x: simplify ri_allowed()David Hildenbrand2017-08-301-3/+0Star
* s390x/kvm: drop KVMState parameter from s390_get_memslot_count()David Hildenbrand2017-08-301-1/+1
* s390x/s390-skeys: Mark the storage key devices with user_creatable = falseThomas Huth2017-08-302-0/+8
* s390x/sclp: properly guard pci-specific functionsCornelia Huck2017-08-303-25/+36
* s390x/ccw: create s390 phb conditionallyCornelia Huck2017-08-301-6/+8
* s390x: chsc nt2 events are pci-onlyCornelia Huck2017-08-303-6/+6
* s390x/pci: add stubsCornelia Huck2017-08-302-1/+78
* s390x/ipl: The s390-ipl device is not hot-pluggableThomas Huth2017-08-301-0/+2
* s390x: introduce 2.11 compat machineCornelia Huck2017-08-301-1/+16
* s390x/css: generate solicited crw for rchp completion signalingDong Jia Shi2017-08-301-6/+10
* s390x/css: use macro for event-information pending error recover codeDong Jia Shi2017-08-301-1/+1
* trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy2017-08-011-10/+10
* docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé2017-07-311-1/+1
* s390x/css: fix bits must be zero check for TICHalil Pasic2017-07-281-1/+2
* s390x/css: check ccw address validityHalil Pasic2017-07-281-0/+4
* Use qemu_tolower() and qemu_toupper(), not tolower() and toupper()Peter Maydell2017-07-211-1/+1
* hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell2017-07-141-2/+1Star
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-1/+1
* Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170714' into s...Peter Maydell2017-07-149-46/+846
|\
| * s390x/kvm: enable guarded storageFan Zhang2017-07-141-0/+18
| * s390x/cpumodel: add esop/esop2 to z12 modelJason J. Herne2017-07-141-0/+3
| * s390x/cpumodel: add zpci, aen and ais facilitiesYi Min Zhao2017-07-141-0/+3
| * s390x: initialize cpu firstlyYi Min Zhao2017-07-141-3/+3
| * s390x/css: use SubchDev.orbHalil Pasic2017-07-141-15/+15
| * s390x/css: activate ChannelSubSys migrationHalil Pasic2017-07-142-5/+9
| * s390x/css: add ORB to SubchDevHalil Pasic2017-07-141-0/+35
| * s390x/css: add missing css state conditionallyHalil Pasic2017-07-141-0/+74
| * s390x: add css_migration_enabled to machine classHalil Pasic2017-07-141-0/+13
| * s390x: add helper get_machine_classHalil Pasic2017-07-141-23/+23
| * s390x/css: update css_adapter_interruptYi Min Zhao2017-07-143-4/+18
| * s390x/sic: realize SIC handlingFei Li2017-07-142-0/+27
| * s390x: add flags field for registering I/O adapterFei Li2017-07-143-4/+9
| * s390x/migration: Monitor commands for storage attributesClaudio Imbrenda2017-07-141-0/+62
| * s390x/migration: Storage attributes deviceClaudio Imbrenda2017-07-144-1/+543
* | virtio-crypto: Convert to DEFINE_PROP_LINKFam Zheng2017-07-141-3/+0Star
* | virtio-rng: Convert to DEFINE_PROP_LINKFam Zheng2017-07-141-2/+0Star
* | virtio-scsi: Convert to DEFINE_PROP_LINKFam Zheng2017-07-141-2/+0Star
* | virtio-blk: Convert to DEFINE_PROP_LINKFam Zheng2017-07-141-2/+0Star
* | qdev: Add const qualifier to PropertyInfo definitionsFam Zheng2017-07-142-3/+3
* | memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy2017-07-143-7/+22
* | memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy2017-07-143-8/+8
|/