summaryrefslogtreecommitdiffstats
path: root/include/hw
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
* | memory.h: Add memory_region_init_{ram, rom, rom_device}() handling migrationPeter Maydell2017-07-141-1/+2
* | 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-145-9/+122
|\
| * 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
* | 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-141-1/+2
* | memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy2017-07-142-1/+6
* | memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy2017-07-144-4/+5
|/
* Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell2017-07-132-0/+122
|\
| * include/hw/ptimer.h: Add documentation commentsPeter Maydell2017-07-111-0/+120
| * hw/misc: add missing includesPhilippe Mathieu-Daudé2017-07-111-0/+2
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170711'...Peter Maydell2017-07-131-1/+3
|\ \
| * | aspeed: Register all watchdogsJoel Stanley2017-07-111-1/+3
| |/
* | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170711' int...Peter Maydell2017-07-113-6/+5Star
|\ \
| * | spapr: introduce the XIVE_EXPLOIT option in CASCédric Le Goater2017-07-111-0/+1
| * | spapr: Remove unnecessary differences between hotplug and coldplug pathsDavid Gibson2017-07-111-1/+1
| * | spapr: Add DRC release methodDavid Gibson2017-07-111-0/+1
| * | spapr: refresh "platform-specific" hcalls commentGreg Kurz2017-07-111-3/+2Star
| * | spapr: make spapr_populate_hotplug_cpu_dt() staticGreg Kurz2017-07-111-2/+0Star
| |/
* / vfio: Test realized when using VFIOGroup.device_list iteratorAlex Williamson2017-07-101-0/+1
|/
* xenfb: remove xen_init_display "temporary" hackStefano Stabellini2017-07-071-2/+0Star