summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* hw/char/cmsdk-apb-uart.c: Implement CMSDK APB UARTPeter Maydell2017-07-171-0/+78
* include/exec/exec-all: document common exit conditionsAlex Bennée2017-07-171-3/+26
* qdev: support properties which don't set a default valuePeter Maydell2017-07-172-0/+30
* qdev-properties.h: Explicitly set the default value for arraylen propertiesPeter Maydell2017-07-171-0/+1
* Merge remote-tracking branch 'remotes/famz/tags/block-and-testing-pull-reques...Peter Maydell2017-07-172-1/+19
|\
| * block: invoke .bdrv_drain callback in coroutine context and from AioContextPaolo Bonzini2017-07-171-1/+1
| * coroutine-lock: add qemu_co_rwlock_downgrade and qemu_co_rwlock_upgradePaolo Bonzini2017-07-171-0/+18
* | memory.h: Add memory_region_init_{ram, rom, rom_device}() handling migrationPeter Maydell2017-07-142-1/+90
* | memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()Peter Maydell2017-07-141-16/+24
* | memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-7/+8
* | memory: Document that the RAM MR initializers do not handle migrationPeter Maydell2017-07-141-0/+19
* | include/hw/boards.h: Document memory_region_allocate_system_memory()Peter Maydell2017-07-141-0/+28
|/
* Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170714' into s...Peter Maydell2017-07-149-18/+137
|\
| * s390x/arch_dump: also dump guarded storage control blockChristian Borntraeger2017-07-141-0/+1
| * s390x/kvm: enable guarded storageFan Zhang2017-07-141-0/+3
| * s390x/cpumodel: wire up new hardware featuresJason J. Herne2017-07-141-2/+1Star
| * s390x/flic: migrate ais statesYi Min Zhao2017-07-141-0/+1
| * s390x/css: use SubchDev.orbHalil Pasic2017-07-141-3/+3
| * s390x/css: activate ChannelSubSys migrationHalil Pasic2017-07-141-0/+4
| * s390x/css: add ORB to SubchDevHalil Pasic2017-07-141-0/+1
| * s390x: add css_migration_enabled to machine classHalil Pasic2017-07-141-0/+7
| * s390x/css: update css_adapter_interruptYi Min Zhao2017-07-141-1/+1
| * s390x/sic: realize SIC handlingFei Li2017-07-141-0/+2
| * s390x/flic: introduce inject_airq callbackYi Min Zhao2017-07-141-0/+2
| * s390x/flic: introduce modify_ais_mode callbackFei Li2017-07-141-1/+8
| * s390x: add flags field for registering I/O adapterFei Li2017-07-142-2/+8
| * s390x/migration: Monitor commands for storage attributesClaudio Imbrenda2017-07-141-0/+4
| * s390x/migration: Storage attributes deviceClaudio Imbrenda2017-07-141-0/+77
| * linux-headers: update to 4.13-rc0Christian Borntraeger2017-07-143-9/+14
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-07-1416-89/+214
|\ \
| * | cpu: Convert to DEFINE_PROP_LINKFam Zheng2017-07-141-0/+1
| * | qdev: Add const qualifier to PropertyInfo definitionsFam Zheng2017-07-143-30/+30
| * | qdev: Introduce DEFINE_PROP_LINKFam Zheng2017-07-142-0/+10
| * | qdev: Introduce PropertyInfo.createFam Zheng2017-07-141-0/+1
| * | qom: enforce readonly nature of link's check callbackIgor Mammedov2017-07-142-4/+5
| * | nbd: Implement NBD_INFO_BLOCK_SIZE on clientEric Blake2017-07-141-0/+6
| * | nbd: Expose and debug more NBD constantsEric Blake2017-07-141-9/+28
| * | nbd: Create struct for tracking export infoEric Blake2017-07-141-4/+11
| * | memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy2017-07-143-11/+41
| * | memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy2017-07-146-24/+41
| * | qom/cpu: remove host_tid fieldAlex Bennée2017-07-141-2/+0Star
| * | gdbstub: rename cpu_index -> cpu_gdb_indexAlex Bennée2017-07-141-9/+0Star
| * | Revert "exec.c: Fix breakpoint invalidation race"Pranith Kumar2017-07-141-0/+3
| * | hmp: add hmp analogue for qmp-chardev-changeAnton Nefedov2017-07-141-0/+10
| * | char: avoid chardevice direct accessAnton Nefedov2017-07-141-0/+7
| * | char: forbid direct chardevice access for hotswap devicesAnton Nefedov2017-07-141-0/+10
| * | char: chardevice hotswapAnton Nefedov2017-07-141-0/+9
| * | char: add backend hotswap handlerAnton Nefedov2017-07-141-0/+5
| |/
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into...Peter Maydell2017-07-142-0/+18
|\ \ | |/ |/|
| * error: Implement the warn and free Error functionsAlistair Francis2017-07-131-0/+11