summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| * | | | vhost-backend: stick to -errno error return conventionRoman Kagan2022-01-071-1/+1
| * | | | vhost-backend: avoid overflow on memslots_limitRoman Kagan2022-01-071-1/+1
| * | | | chardev/char-socket: tcp_chr_sync_read: don't clobber errnoRoman Kagan2022-01-071-0/+3
| * | | | chardev/char-socket: tcp_chr_recv: don't clobber errnoRoman Kagan2022-01-071-7/+7
| * | | | vhost-user-blk: reconnect on any error during realizeRoman Kagan2022-01-071-1/+1
| * | | | trace-events,pci: unify trace events formatLaurent Vivier2022-01-073-8/+10
| * | | | virtio-pci: add support for configure interruptCindy Lu2022-01-072-13/+83
| * | | | virtio-mmio: add support for configure interruptCindy Lu2022-01-071-0/+27
| * | | | virtio-net: add support for configure interruptCindy Lu2022-01-074-2/+22
| * | | | vhost: add support for configure interruptCindy Lu2022-01-062-0/+80
| * | | | virtio: add support for configure interruptCindy Lu2022-01-062-0/+33
| * | | | vhost-vdpa: add support for config interruptCindy Lu2022-01-062-0/+8
| * | | | vhost: introduce new VhostOps vhost_set_config_callCindy Lu2022-01-061-0/+3
| * | | | virtio-pci: decouple the single vector from the interrupt processCindy Lu2022-01-061-58/+73
| * | | | virtio-pci: decouple notifier from interrupt processCindy Lu2022-01-061-31/+57