summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-02-2712-28/+1202
|\
| * Fixed assert in vhost_user_set_mem_table_postcopyRaphael Norwitz2020-02-271-1/+1
| * vhost-user: only set slave channel for first vqAdrian Moreno2020-02-271-3/+5
| * hw/arm/virt: Add the virtio-iommu device tree mappingsEric Auger2020-02-271-7/+50
| * virtio-iommu-pci: Add virtio iommu pci supportEric Auger2020-02-272-0/+105
| * virtio-iommu: Support migrationEric Auger2020-02-271-10/+99
| * virtio-iommu: Implement fault reportingEric Auger2020-02-272-5/+66
| * virtio-iommu: Implement translateEric Auger2020-02-272-1/+60
| * virtio-iommu: Implement map/unmapEric Auger2020-02-272-2/+62
| * virtio-iommu: Implement attach/detach commandEric Auger2020-02-272-2/+315
| * virtio-iommu: Decode the command payloadEric Auger2020-02-272-12/+68
| * virtio-iommu: Add skeletonEric Auger2020-02-274-0/+278
| * virtio: gracefully handle invalid region cachesStefan Hajnoczi2020-02-271-8/+91
| * vhost-user-blk: convert to new virtio_delete_queuePan Nengyuan2020-02-251-8/+11
| * vhost-user-blk: delete virtioqueues in unrealize to fix memleaksPan Nengyuan2020-02-251-0/+8
| * virtio-crypto: do delete ctrl_vq in virtio_crypto_device_unrealizePan Nengyuan2020-02-251-1/+2
| * virtio-pmem: do delete rq_vq in virtio_pmem_unrealizePan Nengyuan2020-02-251-0/+1
| * vhost-user-fs: convert to the new virtio_delete_queue functionPan Nengyuan2020-02-251-6/+9
| * vhost-user-fs: do delete virtio_queues in unrealizePan Nengyuan2020-02-251-0/+9
* | Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEADPaolo Bonzini2020-02-2533-158/+143Star
|\ \
| * | Avoid cpu_physical_memory_rw() with a constant is_write argumentPhilippe Mathieu-Daudé2020-02-201-1/+1
| * | Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-2012-18/+21
| * | Avoid address_space_rw() with a constant is_write argumentPeter Maydell2020-02-206-64/+64
| * | Let address_space_rw() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-203-20/+22
| * | hw/virtio: Let vhost_memory_map() use a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-4/+4
| * | hw/virtio: Let virtqueue_map_iovec() use a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-3/+4
| * | hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-205-7/+7
| * | Remove unnecessary cast when using the cpu_[physical]_memory APIPhilippe Mathieu-Daudé2020-02-203-25/+18Star
| * | Remove unnecessary cast when using the address_space APIPhilippe Mathieu-Daudé2020-02-206-35/+30Star
| * | hw/net: Avoid casting non-const pointer, use address_space_write()Philippe Mathieu-Daudé2020-02-202-4/+3Star
| * | hw: Remove unnecessary cast when calling dma_memory_read()Philippe Mathieu-Daudé2020-02-203-18/+10Star
* | | Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://git...Paolo Bonzini2020-02-2564-561/+603
|\ \ \ | |_|/ |/| |
| * | remove no longer used memory_region_allocate_system_memory()Igor Mammedov2020-02-191-34/+0Star
| * | sparc/niagara: use memdev for RAMIgor Mammedov2020-02-191-5/+2Star
| * | sparc/sun4m: use memdev for RAMIgor Mammedov2020-02-191-37/+37
| * | sparc/leon3: use memdev for RAMIgor Mammedov2020-02-191-3/+3
| * | ppc/virtex_ml507: use memdev for RAMIgor Mammedov2020-02-191-7/+5Star
| * | ppc/spapr: use memdev for RAMIgor Mammedov2020-02-191-5/+3Star
| * | ppc/{ppc440_bamboo, sam460ex}: use memdev for RAMIgor Mammedov2020-02-193-19/+16Star
| * | ppc/{ppc440_bamboo, sam460ex}: drop RAM size fixupIgor Mammedov2020-02-193-38/+38
| * | ppc/ppc405_boards: use memdev for RAMIgor Mammedov2020-02-191-7/+6Star
| * | ppc/ppc405_boards: add RAM size checksIgor Mammedov2020-02-191-13/+26
| * | ppc/pnv: use memdev for RAMIgor Mammedov2020-02-191-6/+2Star
| * | ppc/mac_oldworld: use memdev for RAMIgor Mammedov2020-02-191-4/+2Star
| * | ppc/mac_newworld: use memdev for RAMIgor Mammedov2020-02-191-3/+3
| * | ppc/e500: use memdev for RAMIgor Mammedov2020-02-193-4/+3Star
| * | ppc/e500: drop RAM size fixupIgor Mammedov2020-02-191-7/+9
| * | mips/mips_r4k: use memdev for RAMIgor Mammedov2020-02-191-8/+4Star
| * | mips/mips_mipssim: use memdev for RAMIgor Mammedov2020-02-191-6/+3Star
| * | mips/mips_malta: use memdev for RAMIgor Mammedov2020-02-191-6/+4Star