summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2018-05-10atomic.h: Work around gcc spurious "unused value" warningPeter Maydell
2018-05-10arm/boot: split load_dtb() from arm_load_kernel()Igor Mammedov
2018-05-10platform-bus-device: use device plug callback instead of machine_done notifierIgor Mammedov
2018-05-10pc: simplify MachineClass::get_hotplug_handler handlingIgor Mammedov
2018-05-08Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2018-05-08Merge remote-tracking branch 'remotes/riscv/tags/riscv-qemu-2.13-pull-2018050...Peter Maydell
2018-05-07spapr: rename "hotplug memory" terminology to "device memory"David Hildenbrand
2018-05-07pc: rename "hotplug memory" terminology to "device memory"David Hildenbrand
2018-05-07machine: rename MemoryHotplugState to DeviceMemoryStateDavid Hildenbrand
2018-05-07pc-dimm: move actual plug/unplug of a memory region to MemoryDeviceDavid Hildenbrand
2018-05-07pc-dimm: factor out capacity and slot checks into MemoryDeviceDavid Hildenbrand
2018-05-07pc-dimm: factor out address search into MemoryDevice codeDavid Hildenbrand
2018-05-07pc-dimm: pass in the machine and to the MemoryHotplugStateDavid Hildenbrand
2018-05-07pc-dimm: no need to pass the memory regionDavid Hildenbrand
2018-05-07machine: make MemoryHotplugState accessible via the machineDavid Hildenbrand
2018-05-07pc-dimm: factor out MemoryDevice interfaceDavid Hildenbrand
2018-05-06RISC-V: Make virt header comment title consistentMichael Clark
2018-05-06RISC-V: Make some header guards more specificMichael Clark
2018-05-06RISC-V: Remove unused class definitionsMichael Clark
2018-05-06RISC-V: Use ROM base address and size from memmapMichael Clark
2018-05-06RISC-V: Replace hardcoded constants with enum valuesMichael Clark
2018-05-04hw/arm/virt-acpi-build: Add smmuv3 node in IORT tablePrem Mallappa
2018-05-04hw/arm/virt: Add SMMUv3 to the virt boardPrem Mallappa
2018-05-04hw/arm/smmuv3: SkeletonPrem Mallappa
2018-05-04hw/arm/smmu-common: VMSAv8-64 page table walkEric Auger
2018-05-04hw/arm/smmu-common: IOMMU memory region and address space setupEric Auger
2018-05-04hw/arm/smmu-common: smmu base device and datatypesEric Auger
2018-05-04Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-05-04' into ...Peter Maydell
2018-05-04Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180504' into stagingPeter Maydell
2018-05-04Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.13-20180504' int...Peter Maydell
2018-05-04qobject: Modify qobject_ref() to return objMarc-André Lureau
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau
2018-05-04qobject: use a QObjectBase_ structMarc-André Lureau
2018-05-04qobject: Ensure base is at offset 0Marc-André Lureau
2018-05-04mac_newworld: move wiring of macio IRQs to macio_newworld_realize()Mark Cave-Ayland
2018-05-04uninorth: create new uninorth deviceMark Cave-Ayland
2018-05-04spapr: Make a helper to set up cpu entry point stateDavid Gibson
2018-05-03linux-user: remove useless padding in flock64 structureLaurent Vivier
2018-05-03linux-user: ARM-FDPIC: Identify ARM FDPIC binariesChristophe Lyon
2018-04-30hw/s390x: Allow to configure the consoles with the "-serial" parameterThomas Huth
2018-04-30s390x/sclp: extend SCLP event masks to 64 bitsClaudio Imbrenda
2018-04-27Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180427-pull-request' i...Peter Maydell
2018-04-27console: introduce dpy_gfx_update_fullTina Zhang
2018-04-27spapr: Support ibm,dynamic-memory-v2 propertyBharata B Rao
2018-04-27target/ppc: Pass cpu instead of env to ppc_create_page_sizes_prop()David Gibson
2018-04-27Add host_memory_backend_pagesize() helperDavid Gibson
2018-04-27spapr: Introduce pseries-2.13 machine typeDavid Gibson
2018-04-27uninorth: rename UNINState to UNINHostStateMark Cave-Ayland
2018-04-27uninorth: move PCI IO (ISA) memory region into the uninorth deviceMark Cave-Ayland
2018-04-27uninorth: use object link to pass OpenPIC object to uninorthMark Cave-Ayland