summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* vfio: Add vfio_get_object callback to VFIODeviceOpsKirti Wankhede2020-11-011-0/+8
* vfio: Add function to unmap VFIO regionKirti Wankhede2020-11-012-4/+29
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-11-0111-51/+117
|\
| * intel_iommu: Fix two misuse of "0x%u" printsPeter Xu2020-10-301-2/+2
| * virtio: skip guest index check on device loadFelipe Franciosi2020-10-301-6/+7
| * vhost-blk: set features before setting inflight featureJin Yu2020-10-302-0/+24
| * pci: Disallow improper BAR registration for type 1Ben Widawsky2020-10-301-0/+6
| * pci: Change error_report to assert(3)Ben Widawsky2020-10-301-5/+1Star
| * pci: advertise a page aligned ATSJason Wang2020-10-301-2/+3
| * pc: Implement -no-hpet as sugar for -machine hpet=onEduardo Habkost2020-10-302-20/+43
| * vhost: Don't special case vq->used_phys in vhost_get_log_size()Greg Kurz2020-10-301-10/+0Star
| * pci: Assert irqnum is between 0 and bus->nirqs in pci_bus_change_irq_levelMark Cave-Ayland2020-10-301-0/+2
| * hw/pci: Extract pci_bus_change_irq_level() from pci_change_irq_level()Philippe Mathieu-Daudé2020-10-301-2/+7
| * hw/virtio/vhost-vdpa: Fix Coverity CID 1432864Philippe Mathieu-Daudé2020-10-301-2/+2
| * acpi/crs: Support ranges > 32b for hostsBen Widawsky2020-10-301-2/+8
| * acpi/crs: Prevent bad ranges for host bridgesBen Widawsky2020-10-301-0/+2
| * vhost-vsock: set vhostfd to non-blocking modeStefano Garzarella2020-10-301-0/+10
* | Merge remote-tracking branch 'remotes/kraxel/tags/modules-20201029-pull-reque...Peter Maydell2020-10-312-9/+20
|\ \
| * | virtio-gpu: only compile virtio-gpu-3d.c for CONFIG_VIRGL=yGerd Hoffmann2020-10-292-5/+3Star
| * | virtio-gpu: add virtio-vga moduleGerd Hoffmann2020-10-291-2/+8
| * | virtio-gpu: add virtio-gpu-pci moduleGerd Hoffmann2020-10-291-2/+9
* | | Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20201028' into...Peter Maydell2020-10-315-59/+64
|\ \ \
| * | | hw/pci-host/sabre: Simplify code initializing variable oncePhilippe Mathieu-Daudé2020-10-281-11/+1Star
| * | | hw/pci-host/sabre: Remove superfluous address range checkPhilippe Mathieu-Daudé2020-10-281-2/+2
| * | | hw/pci-host/sabre: Update documentation linkPhilippe Mathieu-Daudé2020-10-281-1/+1
| * | | sabre: increase number of PCI bus IRQs from 32 to 64Mark Cave-Ayland2020-10-281-1/+1
| * | | hw/display/tcx: Allow 64-bit accesses to framebuffer stippler and blitterPhilippe Mathieu-Daudé2020-10-281-3/+15
| * | | sabre: don't call sysbus_mmio_map() in sabre_realize()Mark Cave-Ayland2020-10-282-8/+7Star
| * | | sparc32-ledma: don't reference nd_table directly within the deviceMark Cave-Ayland2020-10-282-13/+13
| * | | sparc32-espdma: use object_initialize_child() for esp child objectMark Cave-Ayland2020-10-281-9/+8Star
| * | | sparc32-ledma: use object_initialize_child() for lance child objectMark Cave-Ayland2020-10-281-6/+8
| * | | sparc32-dma: use object_initialize_child() for espdma and ledma child objectsMark Cave-Ayland2020-10-281-6/+9
* | | | Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/ide-pull-request' int...Peter Maydell2020-10-301-7/+5Star
|\ \ \ \
| * | | | ide: clear SRST after SRST finishesJohn Snow2020-10-271-0/+2
| * | | | ide: perform SRST as early as possibleJohn Snow2020-10-271-3/+1Star
| * | | | ide: run diagnostic after SRSTJohn Snow2020-10-271-4/+2Star
* | | | | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20201028' into...Peter Maydell2020-10-299-114/+100Star
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | spapr: Improve spapr_reallocate_hpt() error reportingGreg Kurz2020-10-271-9/+11
| * | | | target/ppc: Fix kvmppc_load_htab_chunk() error reportingGreg Kurz2020-10-271-1/+3
| * | | | spapr: Use error_append_hint() in spapr_reallocate_hpt()Greg Kurz2020-10-271-3/+5
| * | | | spapr: Simplify error handling in spapr_memory_plug()Greg Kurz2020-10-272-14/+13Star
| * | | | spapr: Pass &error_abort when getting some PC DIMM propertiesGreg Kurz2020-10-271-14/+3Star
| * | | | spapr: Use appropriate getter for PC_DIMM_SLOT_PROPGreg Kurz2020-10-271-3/+6
| * | | | spapr: Use appropriate getter for PC_DIMM_ADDR_PROPGreg Kurz2020-10-271-2/+2
| * | | | pc-dimm: Drop @errp argument of pc_dimm_plug()Greg Kurz2020-10-274-21/+4Star
| * | | | spapr: Simplify spapr_cpu_core_realize() and spapr_cpu_core_unrealize()Greg Kurz2020-10-271-13/+3Star
| * | | | spapr: Make spapr_cpu_core_unrealize() idempotentGreg Kurz2020-10-271-20/+21
| * | | | spapr: Drop spapr_delete_vcpu() unused argumentGreg Kurz2020-10-271-3/+3
| * | | | spapr: Unrealize vCPUs with qdev_unrealize()Greg Kurz2020-10-271-2/+2
| * | | | spapr: Fix leak of CPU machine specific dataGreg Kurz2020-10-271-10/+12