summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201106' into stagingPeter Maydell2020-11-061-1/+2
|\
| * s390x: fix build for --without-default-devicesCornelia Huck2020-11-051-1/+2
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-11-053-1/+49
|\ \
| * | vhost-blk: set features before setting inflight featureJin Yu2020-11-031-0/+1
| * | Revert "vhost-blk: set features before setting inflight feature"Stefan Hajnoczi2020-11-031-1/+0Star
| * | memory: Add interface to set iommu page size maskBharat Bhushan2020-11-031-0/+38
| * | memory-device: Add get_min_alignment() callbackDavid Hildenbrand2020-11-031-0/+10
* | | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2020-11-053-0/+4
|\ \ \
| * | | qapi, qemu-options: make all parsing visitors parse boolean options the samePaolo Bonzini2020-11-041-0/+2
| * | | hw/isa/lpc_ich9: Ignore reserved/invalid SCI IRQPhilippe Mathieu-Daudé2020-11-031-0/+1
| * | | cutils: replace strdup with g_strdupPaolo Bonzini2020-11-031-0/+1
* | | | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-fixes-20201103'...Peter Maydell2020-11-044-4/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | hw/mips/boston: Fix Lesser GPL version numberChetan Pant2020-11-031-1/+1
| * | | hw/mips: Fix Lesser GPL version numberChetan Pant2020-11-033-3/+3
| |/ /
* | | hw/riscv: microchip_pfsoc: Hook the I2C1 controllerBin Meng2020-11-031-0/+1
* | | hw/riscv: microchip_pfsoc: Correct DDR memory mapBin Meng2020-11-031-1/+4
* | | hw/riscv: microchip_pfsoc: Map the reserved memory at address 0Bin Meng2020-11-031-0/+1
* | | hw/riscv: microchip_pfsoc: Connect the SYSREG moduleBin Meng2020-11-031-0/+2
* | | hw/misc: Add Microchip PolarFire SoC SYSREG module supportBin Meng2020-11-031-0/+39
* | | hw/riscv: microchip_pfsoc: Connect the IOSCB moduleBin Meng2020-11-031-1/+3
* | | hw/misc: Add Microchip PolarFire SoC IOSCB module supportBin Meng2020-11-031-0/+50
* | | hw/riscv: microchip_pfsoc: Connect DDR memory controller modulesBin Meng2020-11-031-0/+5
* | | hw/misc: Add Microchip PolarFire SoC DDR Memory Controller supportBin Meng2020-11-031-0/+56
* | | target/riscv: Add sifive_plic vmstateYifei Jiang2020-11-031-0/+1
|/ /
* | Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2020-10-27-v3-tag'...Peter Maydell2020-11-031-0/+28
|\ \ | |/ |/|
| * glib-compat: add g_unix_get_passwd_entry_qemu()Marc-André Lureau2020-11-031-0/+28
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201102'...Peter Maydell2020-11-031-1/+0Star
|\ \
| * | hw/intc/arm_gicv3_cpuif: Make GIC maintenance interrupts workPeter Maydell2020-11-021-1/+0Star
| |/
* | Merge remote-tracking branch 'remotes/nvme/tags/pull-nvme-20201102' into stagingPeter Maydell2020-11-022-5/+17
|\ \ | |/ |/|
| * hw/block/nvme: fix prp mapping status codesGollu Appalanaidu2020-10-271-0/+1
| * hw/block/nvme: reject io commands if only admin command set selectedKlaus Jensen2020-10-271-0/+5
| * hw/block/nvme: support for admin-only command setKeith Busch2020-10-271-1/+2
| * hw/block/nvme: validate command set selectedKeith Busch2020-10-271-0/+4
| * hw/block/nvme: support per-namespace smart logKeith Busch2020-10-271-0/+1
| * pci: allocate pci id for nvmeKlaus Jensen2020-10-271-0/+1
| * hw/block/nvme: add support for scatter gather listsKlaus Jensen2020-10-271-3/+3
| * pci: pass along the return value of dma_memory_rwKlaus Jensen2020-10-271-2/+1Star
* | Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20201101.0' i...Peter Maydell2020-11-0214-6/+898
|\ \
| * | s390x/pci: get zPCI function info from hostMatthew Rosato2020-11-013-4/+11
| * | vfio: Add routine for finding VFIO_DEVICE_GET_INFO capabilitiesMatthew Rosato2020-11-011-0/+2
| * | s390x/pci: use a PCI Function structurePierre Morel2020-11-011-0/+1
| * | s390x/pci: use a PCI Group structurePierre Morel2020-11-011-0/+10
| * | s390x/pci: create a header dedicated to PCI CLPPierre Morel2020-11-013-196/+212
| * | s390x/pci: Honor DMA limits set by vfioMatthew Rosato2020-11-013-0/+24
| * | s390x/pci: Add routine to get the vfio dma available countMatthew Rosato2020-11-011-0/+24
| * | vfio: Find DMA available capabilityMatthew Rosato2020-11-011-0/+2
| * | s390x/pci: Move header files to include/hw/s390xMatthew Rosato2020-11-012-0/+684
| * | linux-headers: update against 5.10-rc1Matthew Rosato2020-11-019-6/+102
| * | qapi: Add VFIO devices migration stats in Migration statsKirti Wankhede2020-11-011-0/+3
| * | vfio: Get migration capability flags for containerKirti Wankhede2020-11-011-0/+3