aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-07hw/intc/arm_gicv3_its: Fix various off-by-one errorsPeter Maydell2-16/+16
2022-01-07hw/intc/arm_gicv3_its: Use FIELD macros for CTEsPeter Maydell2-4/+6
2022-01-07hw/intc/arm_gicv3_its: Correct comment about CTE RDBase field sizePeter Maydell1-1/+1
2022-01-07hw/intc/arm_gicv3_its: Use FIELD macros for DTEsPeter Maydell2-14/+13
2022-01-07hw/intc/arm_gicv3_its: Correct handling of MAPIPeter Maydell1-11/+7
2022-01-07hw/intc/arm_gicv3_its: Don't misuse GITS_TYPE_PHYSICAL definePeter Maydell2-29/+27
2022-01-07hw/intc/arm_gicv3_its: Correct setting of TableDesc entry_szPeter Maydell1-1/+1
2022-01-07hw/intc/arm_gicv3_its: Reduce code duplication in extract_table_params()Peter Maydell1-57/+40
2022-01-07hw/intc/arm_gicv3_its: Don't return early in extract_table_params() loopPeter Maydell1-2/+2
2022-01-07hw/intc/arm_gicv3_its: Remove maxids union from TableDescPeter Maydell2-14/+11
2022-01-07hw/intc/arm_gicv3_its: Remove redundant ITS_CTLR_ENABLED definePeter Maydell2-12/+10
2022-01-07hw/intc/arm_gicv3_its: Correct off-by-one bounds check on rdbasePeter Maydell1-2/+2
2022-01-07target/arm: Add missing FEAT_TLBIOS instructionsIdan Horowitz1-0/+32
2022-01-07Add dummy Aspeed AST2600 Display Port MCU (DPMCU)Troy Lee2-0/+10
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-06Merge tag 'linux-user-for-7.0-pull-request' of https://gitlab.com/laurent_viv...Richard Henderson79-776/+1130
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
2022-01-06virtio-pci: decouple the single vector from the interrupt processCindy Lu1-58/+73
2022-01-06virtio-pci: decouple notifier from interrupt processCindy Lu1-31/+57
2022-01-06virtio: introduce macro IRTIO_CONFIG_IRQ_IDXCindy Lu6-2/+35
2022-01-06acpi: validate hotplug selector on accessMichael S. Tsirkin1-0/+3
2022-01-06linux-user: netlink: update IFLA_BRPORT entriesLaurent Vivier1-0/+4
2022-01-06linux-user: netlink: Add IFLA_VFINFO_LISTLaurent Vivier1-0/+174