summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170717' int...Peter Maydell2017-07-174-28/+73
|\
| * pseries: Use smaller default hash page tables when guest can resizeDavid Gibson2017-07-172-0/+3
| * pseries: Implement HPT resizingDavid Gibson2017-07-171-0/+6
| * pseries: Stubs for HPT resizingDavid Gibson2017-07-171-0/+11
| * ppc/pnv: Remove unused XICSState referenceAlexey Kardashevskiy2017-07-171-2/+0Star
| * spapr: Implement DR-indicator for physical DRCs onlyDavid Gibson2017-07-171-4/+9
| * spapr: Remove sPAPRConfigureConnectorState sub-structureDavid Gibson2017-07-171-10/+6Star
| * spapr: Consolidate DRC state variablesDavid Gibson2017-07-171-4/+21
| * spapr: Cleanups relating to DRC awaiting_release fieldDavid Gibson2017-07-171-5/+6
| * spapr: Refactor spapr_drc_detach()David Gibson2017-07-171-1/+1
| * spapr: Remove 'awaiting_allocation' DRC flagDavid Gibson2017-07-171-1/+0Star
| * spapr: Treat devices added before inbound migration as coldpluggedLaurent Vivier2017-07-171-0/+8
| * spapr: Minor cleanups to events handlingDavid Gibson2017-07-171-5/+1Star
| * spapr: migrate pending_events of spapr stateDaniel Henrique Barboza2017-07-171-2/+7
* | 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