summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* roms/opensbi: Upgrade from v0.9 to v1.0Bin Meng2022-01-085-0/+0
* hw/riscv: virt: Allow support for 32 coresAlistair Francis2022-01-081-1/+1
* hw/riscv: Use error_fatal for SoC realisationAlistair Francis2022-01-084-4/+4
* target/riscv: Enable the Hypervisor extension by defaultAlistair Francis2022-01-081-1/+1
* target/riscv: Mark the Hypervisor extension as non experimentalAlistair Francis2022-01-081-1/+1
* hw/intc: sifive_plic: Cleanup remaining functionsAlistair Francis2022-01-081-87/+22Star
* hw/intc: sifive_plic: Cleanup the read functionAlistair Francis2022-01-081-44/+11Star
* hw/intc: sifive_plic: Cleanup the write functionAlistair Francis2022-01-081-49/+27Star
* hw/intc: sifive_plic: Add a reset functionAlistair Francis2022-01-081-0/+18
* hw/dma: sifive_pdma: permit 4/8-byte access size of PDMA registersJim Shu2022-01-081-0/+4
* hw/dma: sifive_pdma: support high 32-bit access of 64-bit registerJim Shu2022-01-081-22/+155
* target/riscv/pmp: fix no pmp illegal intrsNikita Shubin2022-01-081-1/+2
* Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson2022-01-0856-493/+1202
|\
| * tests: acpi: Add updated TPM related tablesStefan Berger2022-01-083-2/+0Star
| * acpi: tpm: Add missing device identification objectsStefan Berger2022-01-082-0/+8
| * tests: acpi: prepare for updated TPM related tablesStefan Berger2022-01-081-0/+2
| * virtio/vhost-vsock: don't double close vhostfd, remove redundant cleanupDaniil Tatianin2022-01-081-6/+5Star
| * hw/scsi/vhost-scsi: don't double close vhostfd on errorDaniil Tatianin2022-01-081-1/+8
| * hw/scsi/vhost-scsi: don't leak vqs on errorDaniil Tatianin2022-01-081-2/+4
| * docs: reSTify virtio-balloon-stats documentation and move to docs/interopThomas Huth2022-01-083-28/+32
| * hw/i386/pc: Add missing property descriptionsThomas Huth2022-01-081-0/+8
| * acpihp: simplify acpi_pcihp_disable_root_busAni Sinha2022-01-081-7/+2Star
| * tests: acpi: SLIC: update expected blobsIgor Mammedov2022-01-083-2/+0Star
| * tests: acpi: add SLIC table testIgor Mammedov2022-01-081-0/+15
| * tests: acpi: whitelist expected blobs before changing themIgor Mammedov2022-01-083-0/+2
| * acpi: fix QEMU crash when started with SLIC tableIgor Mammedov2022-01-082-2/+4
| * intel-iommu: correctly check passthrough during translationJason Wang2022-01-081-15/+23
| * virtio-mem: Set "unplugged-inaccessible=auto" for the 7.0 machine on x86David Hildenbrand2022-01-082-2/+4
| * virtio-mem: Support VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLEDavid Hildenbrand2022-01-082-0/+71
| * linux-headers: sync VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLEDavid Hildenbrand2022-01-081-3/+6
| * MAINTAINERS: Add a separate entry for acpi/VIOT tablesAni Sinha2022-01-081-0/+7
| * virtio: signal after wrapping packed used_idxStefan Hajnoczi2022-01-081-0/+1
| * virtio-mem: Support "prealloc=on" optionDavid Hildenbrand2022-01-082-4/+39
| * util/oslib-posix: Forward SIGBUS to MCE handler under LinuxDavid Hildenbrand2022-01-082-3/+38
| * util/oslib-posix: Support concurrent os_mem_prealloc() invocationDavid Hildenbrand2022-01-071-0/+9
| * util/oslib-posix: Avoid creating a single thread with MADV_POPULATE_WRITEDavid Hildenbrand2022-01-071-0/+8
| * util/oslib-posix: Don't create too many threads with small memory or little p...David Hildenbrand2022-01-071-2/+10
| * util/oslib-posix: Introduce and use MemsetContext for touch_all_pages()David Hildenbrand2022-01-071-26/+47
| * util/oslib-posix: Support MADV_POPULATE_WRITE for os_mem_prealloc()David Hildenbrand2022-01-072-21/+69
| * util/oslib-posix: Let touch_all_pages() return an errorDavid Hildenbrand2022-01-071-12/+16
| * hw/vhost-user-blk: turn on VIRTIO_BLK_F_SIZE_MAX feature for virtio blk deviceAndy Pei2022-01-071-0/+1
| * hw/i386: expose a "smbios-entry-point-type" PC machine propertyEduardo Habkost2022-01-074-2/+32
| * hw/smbios: Use qapi for SmbiosEntryPointTypeEduardo Habkost2022-01-072-8/+14
| * smbios: Rename SMBIOS_ENTRY_POINT_* enumsEduardo Habkost2022-01-075-9/+9
| * pcie_aer: Don't trigger a LSI if none are definedFrederic Barrat2022-01-071-1/+3
| * pci: Export the pci_intx() functionFrederic Barrat2022-01-072-5/+5
| * vhost-user-blk: propagate error return from generic vhostRoman Kagan2022-01-071-1/+1
| * vhost: stick to -errno error return conventionRoman Kagan2022-01-071-54/+46Star
| * vhost-user: stick to -errno error return conventionRoman Kagan2022-01-071-178/+223
| * vhost-vdpa: stick to -errno error return conventionRoman Kagan2022-01-071-14/+23