aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-07tests: acpi: Add updated TPM related tablesStefan Berger3-2/+0
2022-01-07acpi: tpm: Add missing device identification objectsStefan Berger2-0/+8
2022-01-07tests: acpi: prepare for updated TPM related tablesStefan Berger1-0/+2
2022-01-07virtio/vhost-vsock: don't double close vhostfd, remove redundant cleanupDaniil Tatianin1-6/+5
2022-01-07hw/scsi/vhost-scsi: don't double close vhostfd on errorDaniil Tatianin1-1/+8
2022-01-07hw/scsi/vhost-scsi: don't leak vqs on errorDaniil Tatianin1-2/+4
2022-01-07docs: reSTify virtio-balloon-stats documentation and move to docs/interopThomas Huth3-28/+32
2022-01-07hw/i386/pc: Add missing property descriptionsThomas Huth1-0/+8
2022-01-07acpihp: simplify acpi_pcihp_disable_root_busAni Sinha1-7/+2
2022-01-07tests: acpi: SLIC: update expected blobsIgor Mammedov3-2/+0
2022-01-07tests: acpi: add SLIC table testIgor Mammedov1-0/+15
2022-01-07tests: acpi: whitelist expected blobs before changing themIgor Mammedov3-0/+2
2022-01-07acpi: fix QEMU crash when started with SLIC tableIgor Mammedov2-2/+4
2022-01-07intel-iommu: correctly check passthrough during translationJason Wang1-15/+23
2022-01-07virtio-mem: Set "unplugged-inaccessible=auto" for the 7.0 machine on x86David Hildenbrand2-2/+4
2022-01-07virtio-mem: Support VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLEDavid Hildenbrand2-0/+71
2022-01-07linux-headers: sync VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLEDavid Hildenbrand1-3/+6
2022-01-07MAINTAINERS: Add a separate entry for acpi/VIOT tablesAni Sinha1-0/+7
2022-01-07virtio: signal after wrapping packed used_idxStefan Hajnoczi1-0/+1
2022-01-07virtio-mem: Support "prealloc=on" optionDavid Hildenbrand2-4/+39
2022-01-07util/oslib-posix: Forward SIGBUS to MCE handler under LinuxDavid Hildenbrand2-3/+38
2022-01-07util/oslib-posix: Support concurrent os_mem_prealloc() invocationDavid Hildenbrand1-0/+9
2022-01-07util/oslib-posix: Avoid creating a single thread with MADV_POPULATE_WRITEDavid Hildenbrand1-0/+8
2022-01-07util/oslib-posix: Don't create too many threads with small memory or little p...David Hildenbrand1-2/+10
2022-01-07util/oslib-posix: Introduce and use MemsetContext for touch_all_pages()David Hildenbrand1-26/+47
2022-01-07util/oslib-posix: Support MADV_POPULATE_WRITE for os_mem_prealloc()David Hildenbrand2-21/+69
2022-01-07util/oslib-posix: Let touch_all_pages() return an errorDavid Hildenbrand1-12/+16
2022-01-07hw/vhost-user-blk: turn on VIRTIO_BLK_F_SIZE_MAX feature for virtio blk deviceAndy Pei1-0/+1
2022-01-07hw/i386: expose a "smbios-entry-point-type" PC machine propertyEduardo Habkost4-2/+32
2022-01-07hw/smbios: Use qapi for SmbiosEntryPointTypeEduardo Habkost2-8/+14
2022-01-07smbios: Rename SMBIOS_ENTRY_POINT_* enumsEduardo Habkost5-9/+9
2022-01-07pcie_aer: Don't trigger a LSI if none are definedFrederic Barrat1-1/+3
2022-01-07pci: Export the pci_intx() functionFrederic Barrat2-5/+5
2022-01-07vhost-user-blk: propagate error return from generic vhostRoman Kagan1-1/+1
2022-01-07vhost: stick to -errno error return conventionRoman Kagan1-54/+46
2022-01-07vhost-user: stick to -errno error return conventionRoman Kagan1-178/+223
2022-01-07vhost-vdpa: stick to -errno error return conventionRoman Kagan1-14/+23
2022-01-07vhost-backend: stick to -errno error return conventionRoman Kagan1-1/+1
2022-01-07vhost-backend: avoid overflow on memslots_limitRoman Kagan1-1/+1
2022-01-07chardev/char-socket: tcp_chr_sync_read: don't clobber errnoRoman Kagan1-0/+3
2022-01-07chardev/char-socket: tcp_chr_recv: don't clobber errnoRoman Kagan1-7/+7
2022-01-07vhost-user-blk: reconnect on any error during realizeRoman Kagan1-1/+1
2022-01-07trace-events,pci: unify trace events formatLaurent Vivier3-8/+10
2022-01-07virtio-pci: add support for configure interruptCindy Lu2-13/+83
2022-01-07virtio-mmio: add support for configure interruptCindy Lu1-0/+27
2022-01-07virtio-net: add support for configure interruptCindy Lu4-2/+22
2022-01-06vhost: add support for configure interruptCindy Lu2-0/+80
2022-01-06virtio: add support for configure interruptCindy Lu2-0/+33
2022-01-06vhost-vdpa: add support for config interruptCindy Lu2-0/+8
2022-01-06vhost: introduce new VhostOps vhost_set_config_callCindy Lu1-0/+3