summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170717'...Peter Maydell2017-07-186-3/+237
|\
| * hw/misc/mps2_scc: Implement MPS2 Serial Communication ControllerPeter Maydell2017-07-171-0/+43
| * hw/char/cmsdk-apb-timer: Implement CMSDK APB timer devicePeter Maydell2017-07-171-0/+59
| * 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/jasowang/tags/net-pull-request' into st...Peter Maydell2017-07-181-2/+8
|\ \
| * | net/net.c: Add vnet_hdr support in SocketReadStateZhang Chen2017-07-171-2/+7
| * | net: Add vnet_hdr_len arguments in NetClientStateZhang Chen2017-07-171-0/+1
| |/
* | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2017-07-174-10/+17
|\ \
| * | exec: [tcg] Use different TBs according to the vCPU's dynamic tracing stateLluís Vilanova2017-07-173-4/+11
| * | trace: [tcg] Delay changes to dynamic state when translatingLluís Vilanova2017-07-171-0/+3
| * | trace: Allocate cpu->trace_dstate in placeLluís Vilanova2017-07-171-6/+3Star
* | | 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