aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-21target/arm: Implement pauth_computepacRichard Henderson
2019-01-21target/arm: Implement pauth_addpacRichard Henderson
2019-01-21target/arm: Implement pauth_authRichard Henderson
2019-01-21target/arm: Implement pauth_stripRichard Henderson
2019-01-21target/arm: Reuse aa64_va_parameters for setting tbflagsRichard Henderson
2019-01-21target/arm: Decode TBID from TCRRichard Henderson
2019-01-21target/arm: Add aa64_va_parameters_bothRichard Henderson
2019-01-21target/arm: Export aa64_va_parameters to internals.hRichard Henderson
2019-01-21target/arm: Merge TBFLAG_AA_TB{0, 1} to TBIIRichard Henderson
2019-01-21target/arm: Create ARMVAParameters and helpersRichard Henderson
2019-01-21target/arm: Introduce arm_stage1_mmu_idxRichard Henderson
2019-01-21target/arm: Introduce arm_mmu_idxRichard Henderson
2019-01-21target/arm: Move cpu_mmu_index out of lineRichard Henderson
2019-01-21target/arm: Decode Load/store register (pac)Richard Henderson
2019-01-21target/arm: Decode PAuth within disas_uncond_b_regRichard Henderson
2019-01-21target/arm: Rearrange decode in disas_uncond_b_regRichard Henderson
2019-01-21target/arm: Add new_pc argument to helper_exception_returnRichard Henderson
2019-01-21target/arm: Move helper_exception_return to helper-a64.cRichard Henderson
2019-01-21target/arm: Decode PAuth within disas_data_proc_2srcRichard Henderson
2019-01-21target/arm: Decode PAuth within disas_data_proc_1srcRichard Henderson
2019-01-21target/arm: Rearrange decode in disas_data_proc_1srcRichard Henderson
2019-01-21target/arm: Decode PAuth within system hint spaceRichard Henderson
2019-01-21target/arm: Add PAuth helpersRichard Henderson
2019-01-21target/arm: Introduce raise_exception_raRichard Henderson
2019-01-21target/arm: Add PAuth active bit to tbflagsRichard Henderson
2019-01-21target/arm: Add SCTLR bits through ARMv8.5Richard Henderson
2019-01-21target/arm: Add state for the ARMv8.3-PAuth extensionRichard Henderson
2019-01-21ftgmac100: implement the new MDIO interface on Aspeed SoCCédric Le Goater
2019-01-21target/arm: Allow Aarch32 exception return to switch from Mon->HypAlexander Graf
2019-01-21hw/arm/virt-acpi-build: Set COHACC override flag in IORT SMMUv3 nodeEric Auger
2019-01-21hw/char/stm32f2xx_usart: Do not update data register when device is disabledPhilippe Mathieu-Daudé
2019-01-18Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190118' into stagingPeter Maydell
2019-01-18Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...Peter Maydell
2019-01-18Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2019-01-18s390x/pci: add common function measurement blockYi Min Zhao
2019-01-18s390x/pci: Ignore the unplug call if we already have a release_timerDavid Hildenbrand
2019-01-18s390x/pci: Always delete and free the release_timerDavid Hildenbrand
2019-01-18s390x/pci: Move some hotplug checks to the pre_plug handlerDavid Hildenbrand
2019-01-18s390x/pci: Use hotplug_dev instead of looking up the host bridgeDavid Hildenbrand
2019-01-18s390x/pci: Set the iommu region size mpcifc requestPierre Morel
2019-01-18s390x/pci: Send correct event on hotplugDavid Hildenbrand
2019-01-18configure: Only build the s390-ccw bios if the compiler supports -march=z900Thomas Huth
2019-01-18s390x: Return specification exception for unimplemented diag 308 subcodesJanosch Frank
2019-01-18pc-bios/s390-ccw: Use proper register names for ClangThomas Huth
2019-01-18s390: avoid potential null dereference in s390_pcihost_unplug()Li Qiang
2019-01-17migration: Use strnlen() for fixed-size stringPhilippe Mathieu-Daudé
2019-01-17migration: Fix stringop-truncation warningMarc-André Lureau
2019-01-17hw/acpi: Use QEMU_NONSTRING for non NUL-terminated arraysPhilippe Mathieu-Daudé
2019-01-17block/sheepdog: Use QEMU_NONSTRING for non NUL-terminated arraysPhilippe Mathieu-Daudé
2019-01-17qemu/compiler: Define QEMU_NONSTRINGPhilippe Mathieu-Daudé