summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* hw/usb/hcd-ehci-sysbus: Remove obsolete xlnx, ps7-usb classGuenter Roeck2020-02-281-17/+0Star
* hw/arm/xilinx_zynq: Fix USB port instantiationGuenter Roeck2020-02-281-2/+3
* target/arm: Add isar_feature_aa32_vfp_simdRichard Henderson2020-02-281-10/+10
* cpu/arm11mpcore: Set number of GIC priority bits to 4Sai Pavan Boddu2020-02-281-0/+5
* cpu/a9mpcore: Set number of GIC priority bits to 5Sai Pavan Boddu2020-02-281-0/+4
* arm_gic: Mask the un-supported priority bitsSai Pavan Boddu2020-02-282-2/+32
* hw/arm/integratorcp: Map the audio codec controllerPhilippe Mathieu-Daudé2020-02-282-0/+2
* hw/arm: Use TYPE_PL011 to create serial portGavin Shan2020-02-283-3/+6
* Merge remote-tracking branch 'remotes/juanquintela/tags/pull-migration-pull-r...Peter Maydell2020-02-281-0/+13
|\
| * multifd: Add zstd compression multifd supportJuan Quintela2020-02-281-1/+1
| * multifd: Add zlib compression multifd supportJuan Quintela2020-02-281-1/+1
| * multifd: Add multifd-compression parameterJuan Quintela2020-02-281-0/+13
* | Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-feb-27-2020' ...Peter Maydell2020-02-285-11/+6Star
|\ \
| * | hw/mips: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé2020-02-274-10/+5Star
| * | hw/mips/mips_int: Simplify cpu_mips_irq_init_cpu()Philippe Mathieu-Daudé2020-02-271-1/+1
* | | Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20200227' into st...Peter Maydell2020-02-283-10/+41
|\ \ \
| * | | xen-bus/block: explicitly assign event channels to an AioContextPaul Durrant2020-02-272-6/+41
| * | | hw/xen/xen_pt_load_rom: Remove unused includesPhilippe Mathieu-Daudé2020-02-271-4/+0Star
| |/ /
* | | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200227' into stagingPeter Maydell2020-02-271-1/+1
|\ \ \ | |_|/ |/| |
| * | s390x: Rename and use constants for short PSW address and maskJanosch Frank2020-02-271-1/+1
| |/
* | 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