aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-05-15block: Drop last of the sector-based aio callbacksEric Blake1-6/+0
2018-05-15file-win32: Switch to byte-based callbacksEric Blake1-1/+1
2018-05-15block: Support byte-based aio callbacksEric Blake1-0/+6
2018-05-15Merge remote-tracking branch 'remotes/kraxel/tags/input-20180515-pull-request...Peter Maydell1-0/+5
2018-05-15ps2: Fix mouse stream corruption due to lost dataGeoffrey McRae1-0/+5
2018-05-15Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.13-pull-r...Peter Maydell1-5/+17
2018-05-14Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180514' into stagingPeter Maydell1-2/+0
2018-05-14Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-14/+0
2018-05-14s390x: refactor reset/reipl handlingDavid Hildenbrand1-2/+0
2018-05-14Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2-4/+0
2018-05-14linux-user: correctly align types in thunking codeLaurent Vivier1-5/+17
2018-05-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell10-162/+462
2018-05-14net: Remove the deprecated "vlan" parameterThomas Huth2-4/+0
2018-05-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180510'...Peter Maydell6-52/+45
2018-05-10atomic.h: Work around gcc spurious "unused value" warningPeter Maydell1-1/+1
2018-05-10arm/boot: split load_dtb() from arm_load_kernel()Igor Mammedov2-41/+41
2018-05-10platform-bus-device: use device plug callback instead of machine_done notifierIgor Mammedov2-2/+3
2018-05-10pc: simplify MachineClass::get_hotplug_handler handlingIgor Mammedov1-8/+0
2018-05-10blockjob: drop block_job_pause/resume_all()Stefan Hajnoczi1-14/+0
2018-05-09translator: merge max_insns into DisasContextBaseEmilio G. Cota1-4/+4
2018-05-09qemu-options: Bail out on unsupported options instead of silently ignoring themThomas Huth1-1/+1
2018-05-09opts: don't silently truncate long option valuesDaniel P. Berrangé1-1/+1
2018-05-09accel: use g_strsplit for parsing accelerator namesDaniel P. Berrangé1-1/+0
2018-05-09exec: reintroduce MemoryRegion cachingPaolo Bonzini4-6/+169
2018-05-09exec: move memory access declarations to a common header, inline *_phys funct...Paolo Bonzini4-154/+292
2018-05-09memdev: remove "id" propertyPaolo Bonzini1-1/+0
2018-05-09qom: allow object_get_canonical_path_component without parentPaolo Bonzini1-0/+1
2018-05-08Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell5-28/+70
2018-05-08Merge remote-tracking branch 'remotes/riscv/tags/riscv-qemu-2.13-pull-2018050...Peter Maydell5-29/+21
2018-05-07spapr: rename "hotplug memory" terminology to "device memory"David Hildenbrand1-2/+2
2018-05-07pc: rename "hotplug memory" terminology to "device memory"David Hildenbrand1-1/+1
2018-05-07machine: rename MemoryHotplugState to DeviceMemoryStateDavid Hildenbrand1-4/+4
2018-05-07pc-dimm: move actual plug/unplug of a memory region to MemoryDeviceDavid Hildenbrand1-0/+3
2018-05-07pc-dimm: factor out capacity and slot checks into MemoryDeviceDavid Hildenbrand1-1/+0
2018-05-07pc-dimm: factor out address search into MemoryDevice codeDavid Hildenbrand2-5/+3
2018-05-07pc-dimm: pass in the machine and to the MemoryHotplugStateDavid Hildenbrand1-2/+2
2018-05-07pc-dimm: no need to pass the memory regionDavid Hildenbrand1-3/+2
2018-05-07machine: make MemoryHotplugState accessible via the machineDavid Hildenbrand4-13/+13
2018-05-07pc-dimm: factor out MemoryDevice interfaceDavid Hildenbrand2-2/+45
2018-05-06RISC-V: Make virt header comment title consistentMichael Clark1-1/+1
2018-05-06RISC-V: Make some header guards more specificMichael Clark2-4/+4
2018-05-06RISC-V: Remove unused class definitionsMichael Clark4-22/+0
2018-05-06RISC-V: Use ROM base address and size from memmapMichael Clark1-2/+0
2018-05-06RISC-V: Replace hardcoded constants with enum valuesMichael Clark4-0/+16
2018-05-04hw/arm/virt-acpi-build: Add smmuv3 node in IORT tablePrem Mallappa1-0/+15
2018-05-04hw/arm/virt: Add SMMUv3 to the virt boardPrem Mallappa1-0/+10
2018-05-04hw/arm/smmuv3: SkeletonPrem Mallappa1-0/+87
2018-05-04hw/arm/smmu-common: VMSAv8-64 page table walkEric Auger1-0/+14
2018-05-04hw/arm/smmu-common: IOMMU memory region and address space setupEric Auger1-0/+8
2018-05-04hw/arm/smmu-common: smmu base device and datatypesEric Auger1-0/+123