aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2019-03-19xen-mapcache: use MAP_FIXED flag so the mmap address hint is always honoredRoger Pau Monne1-2/+8
2019-03-19riscv: sifive_u: Correct UART0's IRQ in the device treeBin Meng1-1/+1
2019-03-19riscv: sifive_uart: Generate TX interruptBin Meng1-1/+3
2019-03-19riscv: sifive_u: Allow up to 4 CPUs to be createdAlistair Francis1-1/+4
2019-03-19RISC-V: Allow interrupt controllers to claim interruptsMichael Clark1-0/+15
2019-03-19RISC-V: Replace __builtin_popcount with ctpop8 in PLICMichael Clark1-2/+2
2019-03-19spapr: Remove NULL checks on error_propagate() callsMarkus Armbruster1-3/+1
2019-03-19ppc/xics/spapr: Fix H_IPOLL implementationBenjamin Herrenschmidt1-1/+8
2019-03-19ppc/pnv: Fix variable size in pnv_psi_power9_irq_set()Greg Kurz1-1/+1
2019-03-19ppc/pnv: Use local_err variable in pnv_chip_power9_intc_create()Greg Kurz1-1/+1
2019-03-19spapr: Correctly set LPCR[GTSE] in H_REGISTER_PROCESS_TABLEDavid Gibson1-1/+2
2019-03-18virtio-gpu: clear command and fence queues on resetGerd Hoffmann1-0/+14
2019-03-18virtio-gpu: delay virglrenderer reset when blocked.Gerd Hoffmann1-1/+11
2019-03-18ati-vga: fix tracingGerd Hoffmann1-2/+2
2019-03-17Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20190316' into stagingPeter Maydell1-2/+2
2019-03-16hw/rdma: Fix the error prints in create_qp_rings()Kamal Heib1-3/+3
2019-03-16hw/pvrdma: Fix zero-initialization of resp in {query/modify}_qpKamal Heib1-3/+1
2019-03-16hw/rdma: Use {} instead of {0}Kamal Heib3-11/+11
2019-03-16hw/rdma: Remove unused parameter from rdma_poll_cq()Kamal Heib1-4/+3
2019-03-16hw/rdma: Fix broken paths to docs/devel/tracing.txtKamal Heib2-2/+2
2019-03-16hw/rdma: another clang compilation fixMarcel Apfelbaum1-2/+2
2019-03-16hw/pvrdma: Provide correct value to object_get_typenameYuval Shaia1-1/+1
2019-03-16hw/pvrdma: Unregister from shutdown notifier when device goes downYuval Shaia1-0/+2
2019-03-16hw/pvrdma: Delete pvrdma_exit functionYuval Shaia1-6/+0
2019-03-16hw/pvrdma: Delete unneeded function argumentYuval Shaia3-10/+7
2019-03-16hw/rdma: Free all receive buffers when QP is destroyedYuval Shaia6-9/+63
2019-03-16hw/rdma: Free all MAD receive buffers when device is closedYuval Shaia2-1/+35
2019-03-16{hmp, hw/pvrdma}: Expose device internals via monitor interfaceYuval Shaia5-1/+111
2019-03-16hw/pvrdma: Collect debugging statisticsYuval Shaia6-18/+106
2019-03-16hw/rdma: Protect against concurrent execution of poll_cqYuval Shaia3-0/+7
2019-03-16hw/rdma: Introduce protected qlistYuval Shaia4-21/+55
2019-03-16hw/rdma: Switch to generic error reporting wayYuval Shaia13-577/+363
2019-03-15Update seabios-hppa to latest upstreamHelge Deller1-2/+2
2019-03-15hw/arm/virt-acpi-build: use PCIE_MMCFG_BUS to retrieve end_bus_numberWei Yang1-2/+2
2019-03-15hw/arm/virt-acpi-build: Fix SMMUv3 GSIV valuesEric Auger1-1/+1
2019-03-15hw/intc/bcm2836_control: Implement local timerZoltán Baldaszti1-2/+99
2019-03-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell17-176/+935
2019-03-13Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-3/+3
2019-03-12i386, acpi: check acpi_memory_hotplug capacity in pre_plugWei Yang4-5/+26
2019-03-12gen_pcie_root_port: Add ACS (Access Control Services) capabilityKnut Omang2-0/+8
2019-03-12pcie: Add a simple PCIe ACS (Access Control Services) helper functionKnut Omang1-0/+38
2019-03-12vhost-user-blk: Add support to get/set inflight bufferXie Yongji1-0/+28
2019-03-12vhost-user: Support transferring inflight buffer between qemu and backendXie Yongji2-0/+203
2019-03-12nvdimm: use NVDIMM_ACPI_IO_LEN for the proper IO sizeWei Yang1-1/+1
2019-03-12nvdimm: use *function* directly instead of allocating it againWei Yang1-1/+1
2019-03-12nvdimm: fix typo in nvdimm_build_nvdimm_devices argumentWei Yang1-2/+2
2019-03-12intel_iommu: add scalable-mode option to make scalable mode workYi Sun2-0/+29
2019-03-12intel_iommu: add 256 bits qi_desc supportLiu, Yi L2-12/+37
2019-03-12intel_iommu: scalable mode emulationLiu, Yi L3-95/+442
2019-03-12vhost-user: split vhost_user_read()Marc-André Lureau1-8/+19