summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* hw/arm/mps2: Add UARTsPeter Maydell2017-07-172-1/+89
* hw/char/cmsdk-apb-uart.c: Implement CMSDK APB UARTPeter Maydell2017-07-173-0/+413
* hw/arm/mps2: Implement skeleton mps2-an385 and mps2-an511 board modelsPeter Maydell2017-07-172-0/+271
* qdev: support properties which don't set a default valuePeter Maydell2017-07-171-1/+1
* hw/display/qxl.c Use memory_region_init_ram()Peter Maydell2017-07-141-6/+3Star
* hw/pci/pci.c: Use memory_region_init_rom()Peter Maydell2017-07-141-2/+1Star
* hw/block/pflash_cfi01, pflash_cfi02: Use memory_region_init_rom_device()Peter Maydell2017-07-142-4/+2Star
* hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell2017-07-1451-167/+89Star
* memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()Peter Maydell2017-07-148-11/+11
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-1468-105/+105
* Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170714' into s...Peter Maydell2017-07-1412-50/+1090
|\
| * 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/flic: migrate ais statesYi Min Zhao2017-07-142-0/+101
| * s390x/cpumodel: add zpci, aen and ais facilitiesYi Min Zhao2017-07-143-4/+5
| * 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-142-0/+94
| * 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/flic: introduce inject_airq callbackYi Min Zhao2017-07-143-0/+49
| * s390x/flic: introduce modify_ais_mode callbackFei Li2017-07-142-1/+72
| * s390x: add flags field for registering I/O adapterFei Li2017-07-145-6/+12
| * s390x/migration: Monitor commands for storage attributesClaudio Imbrenda2017-07-141-0/+62
| * s390x/migration: Storage attributes deviceClaudio Imbrenda2017-07-144-1/+543
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-07-1465-373/+475
|\ \
| * | spapr_rng: Convert to DEFINE_PROP_LINKFam Zheng2017-07-141-6/+2Star
| * | mips_cmgcr: Convert to DEFINE_PROP_LINKFam Zheng2017-07-141-12/+4Star
| * | ivshmem: Convert to DEFINE_PROP_LINKFam Zheng2017-07-141-17/+7Star
| * | dimm: Convert to DEFINE_PROP_LINKFam Zheng2017-07-141-23/+7Star
| * | virtio-crypto: Convert to DEFINE_PROP_LINKFam Zheng2017-07-143-25/+7Star
| * | virtio-rng: Convert to DEFINE_PROP_LINKFam Zheng2017-07-143-15/+1Star
| * | virtio-scsi: Convert to DEFINE_PROP_LINKFam Zheng2017-07-143-15/+2Star
| * | virtio-blk: Convert to DEFINE_PROP_LINKFam Zheng2017-07-143-8/+2Star
| * | qdev: Add const qualifier to PropertyInfo definitionsFam Zheng2017-07-144-29/+29
| * | qdev: Introduce DEFINE_PROP_LINKFam Zheng2017-07-141-0/+18
| * | qdev: Introduce PropertyInfo.createFam Zheng2017-07-141-12/+19
| * | qom: enforce readonly nature of link's check callbackIgor Mammedov2017-07-146-6/+7
| * | memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy2017-07-1410-42/+139
| * | memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy2017-07-1412-44/+53
| * | chardev: fix parallel device can't be reconnectPeng Hao2017-07-141-0/+6
| * | mttcg/i386: Patch instruction using async_safe_* frameworkPranith Kumar2017-07-141-46/+39Star
| * | serial: chardev hotswap supportAnton Nefedov2017-07-141-1/+29
| * | serial: move TIOCM update to a separate functionAnton Nefedov2017-07-141-12/+19
| * | virtio-console: chardev hotswap supportAnton Nefedov2017-07-141-2/+28
| * | char: avoid chardevice direct accessAnton Nefedov2017-07-1421-31/+28Star