aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2020-03-02Arithmetic error in EDID generation fixedAnton V. Boyarshinov1-2/+2
2020-02-28hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé19-23/+23
2020-02-28hw: Do not initialize MachineClass::is_default to 0Philippe Mathieu-Daudé5-5/+0
2020-02-28hw/intc/arm_gic_kvm: Don't assume kernel can provide a GICv2Peter Maydell1-0/+9
2020-02-28hw/usb/hcd-ehci-sysbus: Remove obsolete xlnx, ps7-usb classGuenter Roeck1-17/+0
2020-02-28hw/arm/xilinx_zynq: Fix USB port instantiationGuenter Roeck1-2/+3
2020-02-28target/arm: Add isar_feature_aa32_vfp_simdRichard Henderson1-10/+10
2020-02-28cpu/arm11mpcore: Set number of GIC priority bits to 4Sai Pavan Boddu1-0/+5
2020-02-28cpu/a9mpcore: Set number of GIC priority bits to 5Sai Pavan Boddu1-0/+4
2020-02-28arm_gic: Mask the un-supported priority bitsSai Pavan Boddu2-2/+32
2020-02-28hw/arm/integratorcp: Map the audio codec controllerPhilippe Mathieu-Daudé2-0/+2
2020-02-28hw/arm: Use TYPE_PL011 to create serial portGavin Shan3-3/+6
2020-02-28Merge remote-tracking branch 'remotes/juanquintela/tags/pull-migration-pull-r...Peter Maydell1-0/+13
2020-02-28Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-feb-27-2020' ...Peter Maydell5-11/+6
2020-02-28Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20200227' into st...Peter Maydell3-10/+41
2020-02-28multifd: Add zstd compression multifd supportJuan Quintela1-1/+1
2020-02-28multifd: Add zlib compression multifd supportJuan Quintela1-1/+1
2020-02-28multifd: Add multifd-compression parameterJuan Quintela1-0/+13
2020-02-27hw/riscv: Provide rdtime callback for TCG in CLINT emulationAnup Patel5-7/+14
2020-02-27riscv: virt: Allow PCI address 0Bin Meng1-0/+1
2020-02-27Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200227' into stagingPeter Maydell1-1/+1
2020-02-27Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell12-28/+1202
2020-02-27hw/mips: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé4-10/+5
2020-02-27hw/mips/mips_int: Simplify cpu_mips_irq_init_cpu()Philippe Mathieu-Daudé1-1/+1
2020-02-27xen-bus/block: explicitly assign event channels to an AioContextPaul Durrant2-6/+41
2020-02-27hw/xen/xen_pt_load_rom: Remove unused includesPhilippe Mathieu-Daudé1-4/+0
2020-02-27s390x: Rename and use constants for short PSW address and maskJanosch Frank1-1/+1
2020-02-27Fixed assert in vhost_user_set_mem_table_postcopyRaphael Norwitz1-1/+1
2020-02-27vhost-user: only set slave channel for first vqAdrian Moreno1-3/+5
2020-02-27hw/arm/virt: Add the virtio-iommu device tree mappingsEric Auger1-7/+50
2020-02-27virtio-iommu-pci: Add virtio iommu pci supportEric Auger2-0/+105
2020-02-27virtio-iommu: Support migrationEric Auger1-10/+99
2020-02-27virtio-iommu: Implement fault reportingEric Auger2-5/+66
2020-02-27virtio-iommu: Implement translateEric Auger2-1/+60
2020-02-27virtio-iommu: Implement map/unmapEric Auger2-2/+62
2020-02-27virtio-iommu: Implement attach/detach commandEric Auger2-2/+315
2020-02-27virtio-iommu: Decode the command payloadEric Auger2-12/+68
2020-02-27virtio-iommu: Add skeletonEric Auger4-0/+278
2020-02-27virtio: gracefully handle invalid region cachesStefan Hajnoczi1-8/+91
2020-02-25vhost-user-blk: convert to new virtio_delete_queuePan Nengyuan1-8/+11
2020-02-25vhost-user-blk: delete virtioqueues in unrealize to fix memleaksPan Nengyuan1-0/+8
2020-02-25virtio-crypto: do delete ctrl_vq in virtio_crypto_device_unrealizePan Nengyuan1-1/+2
2020-02-25virtio-pmem: do delete rq_vq in virtio_pmem_unrealizePan Nengyuan1-0/+1
2020-02-25vhost-user-fs: convert to the new virtio_delete_queue functionPan Nengyuan1-6/+9
2020-02-25vhost-user-fs: do delete virtio_queues in unrealizePan Nengyuan1-0/+9
2020-02-25Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEADPaolo Bonzini33-158/+143
2020-02-25Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://git...Paolo Bonzini64-561/+603
2020-02-22virtio: increase virtqueue size for virtio-scsi and virtio-blkDenis Plotnikov3-2/+4
2020-02-21sh4: Fix PCI ISA IO memory subregionGuenter Roeck1-8/+3
2020-02-21xilinx_spips: Correct the number of dummy cycles for the FAST_READ_4 cmdFrancisco Iglesias1-1/+1