summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* sun4u: ensure kernel_top is always initialisedMark Cave-Ayland2018-08-201-2/+2
* Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180820' into stagingPeter Maydell2018-08-206-52/+23Star
|\
| * s390x: remove 's390-squash-mcss' optionCornelia Huck2018-08-206-51/+7Star
| * s390x: introduce 3.1 compat machineCornelia Huck2018-08-201-1/+16
* | Merge remote-tracking branch 'remotes/marcel/tags/rdma-pull-request' into sta...Peter Maydell2018-08-2012-138/+229
|\ \
| * | config: split PVRDMA from RDMAMarcel Apfelbaum2018-08-181-1/+1
| * | hw/pvrdma: remove not needed includeMarcel Apfelbaum2018-08-181-1/+0Star
| * | hw/rdma: Add reference to pci_dev in backend_devYuval Shaia2018-08-183-3/+7
| * | hw/rdma: Bugfix - Support non-aligned buffersYuval Shaia2018-08-182-0/+3
| * | hw/rdma: Print backend QP number in hex formatYuval Shaia2018-08-182-4/+4
| * | hw/rdma: Cosmetic change - move to generic functionYuval Shaia2018-08-181-5/+5
| * | hw/pvrdma: Cosmetic change - indent rightYuval Shaia2018-08-181-2/+2
| * | hw/rdma: Reorder resource cleanupYuval Shaia2018-08-181-1/+2
| * | hw/rdma: Do not allocate memory for non-dma MRYuval Shaia2018-08-181-31/+21Star
| * | hw/rdma: Delete useless structure RdmaRmUserMRYuval Shaia2018-08-183-17/+12Star
| * | hw/pvrdma: Make default pkey 0xFFFFYuval Shaia2018-08-182-1/+4
| * | hw/pvrdma: Clean CQE before useYuval Shaia2018-08-181-0/+1
| * | hw/rdma: Modify debug macrosYuval Shaia2018-08-183-4/+18
| * | hw/pvrdma: Bugfix - provide the correct attr_mask to query_qpYuval Shaia2018-08-181-2/+3
| * | hw/rdma: Make distinction between device init and start modesYuval Shaia2018-08-184-75/+155
* | | hw/dma/pl080: Remove hw_error() if DMA is enabledPeter Maydell2018-08-201-1/+0Star
* | | hw/dma/pl080: Correct bug in register address decode logicPeter Maydell2018-08-201-2/+3
* | | hw/dma/pl080: Provide device reset functionPeter Maydell2018-08-201-0/+25
* | | hw/dma/pl080: Don't use CPU address space for DMA accessesPeter Maydell2018-08-203-8/+44
* | | hw/dma/pl080: Support all three interrupt linesPeter Maydell2018-08-201-5/+8
* | | hw/dma/pl080: Allow use as embedded-struct devicePeter Maydell2018-08-201-32/+2Star
* | | nvic: Expose NMI linePeter Maydell2018-08-203-0/+21
* | | hw/watchdog/cmsdk_apb_watchdog: Implement CMSDK APB watchdog modulePeter Maydell2018-08-203-0/+333
* | | hw/timer/m48t59: Move away from old_mmio accessorsPeter Maydell2018-08-201-48/+11Star
* | | hw/misc: Remove mmio_interface devicePeter Maydell2018-08-202-136/+0Star
* | | hw/ssi/xilinx_spips: Remove unneeded MMIO request_ptr codePeter Maydell2018-08-201-46/+0Star
* | | sdhci: add i.MX SD Stable Clock bitHans-Erik Floryd2018-08-202-0/+10
* | | hw/arm/virt: Add virt-3.1 machine typeAndrew Jones2018-08-201-5/+16
* | | imx_serial: Generate interrupt on receive data ready if enabledHans-Erik Floryd2018-08-201-1/+2
* | | hw/intc/arm_gicv3_its: downgrade error_report to warn_report in kvm_arm_its_r...Jia He2018-08-201-1/+1
| |/ |/|
* | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2018-08-204-11/+12
|\ \
| * | fw_cfg: ignore suffixes in the bootdevice list dependent on machine classMark Cave-Ayland2018-08-172-2/+3
| * | sysbus: always allow explicit_ofw_unit_address() to override address generationMark Cave-Ayland2018-08-171-8/+7Star
| * | machine: Fix coding style at machine_run_board_init()Dou Liyang2018-08-171-1/+2
| |/
* | vfio/ccw/pci: Allow devices to opt-in for ballooningAlex Williamson2018-08-174-2/+57
* | vfio: Inhibit ballooning based on group attachment to a containerAlex Williamson2018-08-171-0/+30
* | kvm: Use inhibit to prevent ballooning without synchronous mmuAlex Williamson2018-08-171-3/+1Star
|/
* hw/arm/mps2-tz: Replace init_sysbus_child() with sysbus_init_child_obj()Thomas Huth2018-08-161-21/+11Star
* aspeed: add a max_ram_size property to the memory controllerCédric Le Goater2018-08-163-0/+36
* aspeed_sdmc: Handle ECC trainingJoel Stanley2018-08-161-0/+9
* aspeed_sdmc: Init status always idleJoel Stanley2018-08-161-0/+15
* aspeed_sdmc: Set 'cache initial sequence' always trueJoel Stanley2018-08-161-0/+1
* aspeed_sdmc: Fix saved valuesJoel Stanley2018-08-161-19/+8Star
* imx_spi: Unset XCH when TX FIFO becomes emptyTrent Piepho2018-08-161-2/+1Star
* loader: Implement .hex file loaderSu Hang2018-08-162-0/+253