aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-21target/arm: Implement pauth_authRichard Henderson1-1/+20
2019-01-21target/arm: Implement pauth_stripRichard Henderson1-1/+13
2019-01-21target/arm: Reuse aa64_va_parameters for setting tbflagsRichard Henderson2-81/+24
2019-01-21target/arm: Decode TBID from TCRRichard Henderson2-3/+12
2019-01-21target/arm: Add aa64_va_parameters_bothRichard Henderson2-5/+20
2019-01-21target/arm: Export aa64_va_parameters to internals.hRichard Henderson2-2/+19
2019-01-21target/arm: Merge TBFLAG_AA_TB{0, 1} to TBIIRichard Henderson4-13/+11
2019-01-21target/arm: Create ARMVAParameters and helpersRichard Henderson2-128/+164
2019-01-21target/arm: Introduce arm_stage1_mmu_idxRichard Henderson2-0/+22
2019-01-21target/arm: Introduce arm_mmu_idxRichard Henderson3-12/+32
2019-01-21target/arm: Move cpu_mmu_index out of lineRichard Henderson2-43/+49
2019-01-21target/arm: Decode Load/store register (pac)Richard Henderson1-0/+61
2019-01-21target/arm: Decode PAuth within disas_uncond_b_regRichard Henderson1-1/+81
2019-01-21target/arm: Rearrange decode in disas_uncond_b_regRichard Henderson1-11/+36
2019-01-21target/arm: Add new_pc argument to helper_exception_returnRichard Henderson3-7/+12
2019-01-21target/arm: Move helper_exception_return to helper-a64.cRichard Henderson4-156/+157
2019-01-21target/arm: Decode PAuth within disas_data_proc_2srcRichard Henderson1-0/+8
2019-01-21target/arm: Decode PAuth within disas_data_proc_1srcRichard Henderson1-0/+146
2019-01-21target/arm: Rearrange decode in disas_data_proc_1srcRichard Henderson1-9/+22
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-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-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
2019-01-17qemu/compiler: Define QEMU_NONSTRINGPhilippe Mathieu-Daudé1-0/+15
2019-01-17acpi: update expected filesMichael S. Tsirkin5-0/+0
2019-01-17hw: acpi: Fix memory hotplug AML generation errorYang Zhong1-5/+5