aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)AuthorFilesLines
2018-06-28nvdimm: convert nvdimm_mr into a pointerDavid Hildenbrand1-1/+1
2018-06-28pc-dimm: merge get_(vmstate_)memory_region()David Hildenbrand1-1/+2
2018-06-28pc-dimm: remove pc_dimm_get_free_slot() from headerDavid Hildenbrand1-2/+0
2018-06-28pc-dimm: rename pc_dimm_memory_* to pc_dimm_*David Hildenbrand1-3/+3
2018-06-26Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180626'...Peter Maydell6-29/+105
2018-06-26aspeed/timer: use the APB frequency from the SCUCédric Le Goater1-0/+4
2018-06-26aspeed/scu: introduce clock frequenciesCédric Le Goater1-4/+66
2018-06-26hw/arm/smmuv3: Add notifications on invalidationEric Auger1-0/+6
2018-06-26hw/arm/smmuv3: IOTLB emulationEric Auger1-0/+13
2018-06-26hw/arm/smmuv3: Cache/invalidate config dataEric Auger2-0/+6
2018-06-26hw/arm/omap: Use qemu_log_mask(GUEST_ERROR) instead of fprintfPhilippe Mathieu-Daudé1-6/+6
2018-06-26hw/arm/omap1: Use qemu_log_mask(GUEST_ERROR) instead of fprintfPhilippe Mathieu-Daudé1-18/+0
2018-06-26xilinx_spips: Make dma transactions as per dma_burst_sizeSai Pavan Boddu1-1/+4
2018-06-26Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180626-pull-request' ...Peter Maydell1-5/+0
2018-06-26virtio-gpu-3d: Drop workaround for VIRTIO_GPU_CAPSET_VIRGL2 definePeter Maydell1-5/+0
2018-06-26Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-0/+3
2018-06-25Merge branch 'master' of git://git.qemu.org/qemu into x86-nextEduardo Habkost1-0/+4
2018-06-25hw/i386: Deprecate the machine types pc-0.10 and pc-0.11Thomas Huth1-0/+3
2018-06-25Merge remote-tracking branch 'remotes/kraxel/tags/audio-20180625-pull-request...Peter Maydell1-0/+4
2018-06-25audio/hda: enable new timer code by default.Gerd Hoffmann1-0/+4
2018-06-22i386: Enable TOPOEXT feature on AMD EPYC CPUBabu Moger1-0/+12
2018-06-22Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180622'...Peter Maydell5-2/+121
2018-06-22hw/arm/iotkit: Wire up MPC interrupt linesPeter Maydell1-0/+6
2018-06-22hw/arm/iotkit: Instantiate MPCPeter Maydell1-0/+2
2018-06-22hw/misc/iotkit-secctl.c: Implement SECMPCINTSTATUSPeter Maydell1-0/+8
2018-06-22hw/misc/tz-mpc.c: Implement registersPeter Maydell1-0/+10
2018-06-22hw/misc/tz-mpc.c: Implement the Arm TrustZone Memory Protection ControllerPeter Maydell1-0/+70
2018-06-22hw/arm/virt: Use 256MB ECAM region by defaultEric Auger1-0/+1
2018-06-22hw/arm/virt: Add a new 256MB ECAM regionEric Auger1-0/+4
2018-06-22hw/arm/virt: GICv3 DT node with one or two redistributor regionsEric Auger1-0/+14
2018-06-22hw/intc/arm_gicv3: Introduce redist-region-count array propertyEric Auger1-2/+6
2018-06-22spapr: Use maximum page size capability to simplify memory backend checkingDavid Gibson1-0/+3
2018-06-22spapr: Maximum (HPT) pagesize propertyDavid Gibson1-1/+3
2018-06-21ppc4xx_i2c: Implement directcntl registerBALATON Zoltan1-0/+4
2018-06-21ppc4xx_i2c: Remove unimplemented sdata and intr registersBALATON Zoltan1-3/+1
2018-06-21spapr: remove unused spapr_irq routinesCédric Le Goater1-4/+0
2018-06-21spapr: split the IRQ allocation sequenceCédric Le Goater1-0/+4
2018-06-21spapr: Add cpu_apply hook to capabilitiesDavid Gibson1-0/+1
2018-06-21spapr: Compute effective capability values earlierDavid Gibson1-1/+2
2018-06-21ppc/pnv: introduce Pnv8Chip and Pnv9Chip modelsCédric Le Goater1-1/+23
2018-06-21spapr_cpu_core: migrate per-CPU dataGreg Kurz1-0/+1
2018-06-21ppc/pnv: introduce a new isa_create() operation to the chip modelCédric Le Goater2-2/+2
2018-06-21ppc/pnv: introduce a new intc_create() operation to the chip modelCédric Le Goater1-0/+1
2018-06-19Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180618-pull-request' ...Peter Maydell1-0/+12
2018-06-18hw/display: add standalone ramfb deviceGerd Hoffmann1-0/+3
2018-06-18hw/display: add ramfb, a simple boot framebuffer living in guest ramGerd Hoffmann1-0/+9
2018-06-16target/ppc, spapr: Move VPA information to machine_dataDavid Gibson1-0/+11
2018-06-16pnv_core: Allocate cpu thread objects individuallyDavid Gibson1-1/+1
2018-06-16mos6522: expose mos6522_update_irq() through MOS6522DeviceClassMark Cave-Ayland1-0/+1
2018-06-16mac_newworld: add PMU deviceMark Cave-Ayland2-0/+239