aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-21target/arm: Decode PAuth within system hint spaceRichard Henderson1-12/+81
2019-01-21target/arm: Add PAuth helpersRichard Henderson4-0/+205
2019-01-21target/arm: Introduce raise_exception_raRichard Henderson2-2/+24
2019-01-21target/arm: Add PAuth active bit to tbflagsRichard Henderson4-0/+23
2019-01-21target/arm: Add SCTLR bits through ARMv8.5Richard Henderson1-12/+33
2019-01-21target/arm: Add state for the ARMv8.3-PAuth extensionRichard Henderson1-1/+29
2019-01-21ftgmac100: implement the new MDIO interface on Aspeed SoCCédric Le Goater1-12/+68
2019-01-21target/arm: Allow Aarch32 exception return to switch from Mon->HypAlexander Graf1-1/+1
2019-01-21hw/arm/virt-acpi-build: Set COHACC override flag in IORT SMMUv3 nodeEric Auger2-0/+3
2019-01-21hw/char/stm32f2xx_usart: Do not update data register when device is disabledPhilippe Mathieu-Daudé1-2/+1
2019-01-19contrib/rdmacm-mux: fix clang compilationMarcel Apfelbaum2-1/+2
2019-01-19hw/rdma: modify struct initializationMarcel Apfelbaum2-7/+7
2019-01-19contrib/rdmacm-mux: remove Wno-format-truncation flagMarcel Apfelbaum2-3/+5
2019-01-19hw: rdma: fix an off-by-one issueLi Qiang1-1/+1
2019-01-19hw/rdma: Verify that ptr is not NULL before freeingYuval Shaia2-3/+10
2019-01-19hw/pvrdma: Make function pvrdma_qp_send/recv return void.Yuval Shaia2-10/+8
2019-01-19hw/pvrdma: Post CQE when receive invalid gid indexYuval Shaia2-2/+5
2019-01-19hw/rdma: Delete unused struct memberYuval Shaia2-13/+14
2019-01-19hw/pvrdma: Remove max-sge command-line paramYuval Shaia5-27/+42
2019-01-19docs/pvrdma: Update rdmacm-mux documentationKamal Heib1-0/+3
2019-01-18Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190118' into stagingPeter Maydell7-34/+213
2019-01-18Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...Peter Maydell12-31/+65
2019-01-18target/mips: Introduce 32 R5900 multimedia registersFredrik Noring2-0/+19
2019-01-18target/mips: Rename 'rn' to 'register_name'Aleksandar Markovic1-426/+432
2019-01-18target/mips: Add CP0 register MemoryMapIDAleksandar Markovic2-2/+4
2019-01-18target/mips: Amend preprocessor constants for CP0 registersAleksandar Markovic2-170/+284
2019-01-18target/mips: Update ITU to handle bus errorsYongbok Kim1-0/+22
2019-01-18target/mips: Update ITU to utilize SAARI and SAAR CP0 registersYongbok Kim5-6/+54
2019-01-18target/mips: Add field and R/W access to ITU control register ICR0Yongbok Kim2-1/+25
2019-01-18target/mips: Provide R/W access to SAARI and SAAR CP0 registersYongbok Kim5-4/+120
2019-01-18target/mips: Add fields for SAARI and SAAR CP0 registersYongbok Kim2-4/+12
2019-01-18target/mips: Use preprocessor constants for 32 major CP0 registersAleksandar Markovic1-136/+136
2019-01-18target/mips: Add preprocessor constants for 32 major CP0 registersAleksandar Markovic1-0/+32
2019-01-18target/mips: Move comment containing summary of CP0 registersAleksandar Markovic1-81/+84
2019-01-18Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell71-1632/+3097
2019-01-18s390x/pci: add common function measurement blockYi Min Zhao4-4/+163
2019-01-18s390x/pci: Ignore the unplug call if we already have a release_timerDavid Hildenbrand1-0/+3
2019-01-18s390x/pci: Always delete and free the release_timerDavid Hildenbrand1-1/+1
2019-01-18s390x/pci: Move some hotplug checks to the pre_plug handlerDavid Hildenbrand1-16/+25
2019-01-18s390x/pci: Use hotplug_dev instead of looking up the host bridgeDavid Hildenbrand1-2/+2
2019-01-18s390x/pci: Set the iommu region size mpcifc requestPierre Morel1-1/+1
2019-01-18s390x/pci: Send correct event on hotplugDavid Hildenbrand1-1/+1
2019-01-18configure: Only build the s390-ccw bios if the compiler supports -march=z900Thomas Huth1-1/+5
2019-01-18s390x: Return specification exception for unimplemented diag 308 subcodesJanosch Frank1-1/+1
2019-01-18pc-bios/s390-ccw: Use proper register names for ClangThomas Huth1-7/+7
2019-01-18s390: avoid potential null dereference in s390_pcihost_unplug()Li Qiang1-0/+4
2019-01-17migration: Use strnlen() for fixed-size stringPhilippe Mathieu-Daudé1-1/+13
2019-01-17migration: Fix stringop-truncation warningMarc-André Lureau1-0/+1
2019-01-17hw/acpi: Use QEMU_NONSTRING for non NUL-terminated arraysPhilippe Mathieu-Daudé2-9/+16
2019-01-17block/sheepdog: Use QEMU_NONSTRING for non NUL-terminated arraysPhilippe Mathieu-Daudé1-1/+1