aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2018-08-20Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180820' into stagingPeter Maydell6-52/+23
2018-08-20Merge remote-tracking branch 'remotes/marcel/tags/rdma-pull-request' into sta...Peter Maydell12-138/+229
2018-08-20s390x: remove 's390-squash-mcss' optionCornelia Huck6-51/+7
2018-08-20s390x: introduce 3.1 compat machineCornelia Huck1-1/+16
2018-08-20hw/dma/pl080: Remove hw_error() if DMA is enabledPeter Maydell1-1/+0
2018-08-20hw/dma/pl080: Correct bug in register address decode logicPeter Maydell1-2/+3
2018-08-20hw/dma/pl080: Provide device reset functionPeter Maydell1-0/+25
2018-08-20hw/dma/pl080: Don't use CPU address space for DMA accessesPeter Maydell3-8/+44
2018-08-20hw/dma/pl080: Support all three interrupt linesPeter Maydell1-5/+8
2018-08-20hw/dma/pl080: Allow use as embedded-struct devicePeter Maydell1-32/+2
2018-08-20nvic: Expose NMI linePeter Maydell3-0/+21
2018-08-20hw/watchdog/cmsdk_apb_watchdog: Implement CMSDK APB watchdog modulePeter Maydell3-0/+333
2018-08-20hw/timer/m48t59: Move away from old_mmio accessorsPeter Maydell1-48/+11
2018-08-20hw/misc: Remove mmio_interface devicePeter Maydell2-136/+0
2018-08-20hw/ssi/xilinx_spips: Remove unneeded MMIO request_ptr codePeter Maydell1-46/+0
2018-08-20sdhci: add i.MX SD Stable Clock bitHans-Erik Floryd2-0/+10
2018-08-20hw/arm/virt: Add virt-3.1 machine typeAndrew Jones1-5/+16
2018-08-20imx_serial: Generate interrupt on receive data ready if enabledHans-Erik Floryd1-1/+2
2018-08-20hw/intc/arm_gicv3_its: downgrade error_report to warn_report in kvm_arm_its_r...Jia He1-1/+1
2018-08-20Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell4-11/+12
2018-08-18config: split PVRDMA from RDMAMarcel Apfelbaum1-1/+1
2018-08-18hw/pvrdma: remove not needed includeMarcel Apfelbaum1-1/+0
2018-08-18hw/rdma: Add reference to pci_dev in backend_devYuval Shaia3-3/+7
2018-08-18hw/rdma: Bugfix - Support non-aligned buffersYuval Shaia2-0/+3
2018-08-18hw/rdma: Print backend QP number in hex formatYuval Shaia2-4/+4
2018-08-18hw/rdma: Cosmetic change - move to generic functionYuval Shaia1-5/+5
2018-08-18hw/pvrdma: Cosmetic change - indent rightYuval Shaia1-2/+2
2018-08-18hw/rdma: Reorder resource cleanupYuval Shaia1-1/+2
2018-08-18hw/rdma: Do not allocate memory for non-dma MRYuval Shaia1-31/+21
2018-08-18hw/rdma: Delete useless structure RdmaRmUserMRYuval Shaia3-17/+12
2018-08-18hw/pvrdma: Make default pkey 0xFFFFYuval Shaia2-1/+4
2018-08-18hw/pvrdma: Clean CQE before useYuval Shaia1-0/+1
2018-08-18hw/rdma: Modify debug macrosYuval Shaia3-4/+18
2018-08-18hw/pvrdma: Bugfix - provide the correct attr_mask to query_qpYuval Shaia1-2/+3
2018-08-18hw/rdma: Make distinction between device init and start modesYuval Shaia4-75/+155
2018-08-17vfio/ccw/pci: Allow devices to opt-in for ballooningAlex Williamson4-2/+57
2018-08-17vfio: Inhibit ballooning based on group attachment to a containerAlex Williamson1-0/+30
2018-08-17kvm: Use inhibit to prevent ballooning without synchronous mmuAlex Williamson1-3/+1
2018-08-16fw_cfg: ignore suffixes in the bootdevice list dependent on machine classMark Cave-Ayland2-2/+3
2018-08-16sysbus: always allow explicit_ofw_unit_address() to override address generationMark Cave-Ayland1-8/+7
2018-08-16machine: Fix coding style at machine_run_board_init()Dou Liyang1-1/+2
2018-08-16hw/arm/mps2-tz: Replace init_sysbus_child() with sysbus_init_child_obj()Thomas Huth1-21/+11
2018-08-16aspeed: add a max_ram_size property to the memory controllerCédric Le Goater3-0/+36
2018-08-16aspeed_sdmc: Handle ECC trainingJoel Stanley1-0/+9
2018-08-16aspeed_sdmc: Init status always idleJoel Stanley1-0/+15
2018-08-16aspeed_sdmc: Set 'cache initial sequence' always trueJoel Stanley1-0/+1
2018-08-16aspeed_sdmc: Fix saved valuesJoel Stanley1-19/+8
2018-08-16imx_spi: Unset XCH when TX FIFO becomes emptyTrent Piepho1-2/+1
2018-08-16loader: Implement .hex file loaderSu Hang2-0/+253
2018-08-16loader: add rom transaction APIStefan Hajnoczi1-0/+32