aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-10hw/intc/armv7m_nvic: Support v8.1M CCR.TRD bitPeter Maydell2-8/+20
2020-12-10target/arm: Implement new v8.1M VLLDM and VLSTM encodingsPeter Maydell2-1/+26
2020-12-10target/arm: Implement new v8.1M NOCP check for exception returnPeter Maydell1-1/+21
2020-12-10target/arm: Implement v8.1M REVIDR registerPeter Maydell1-0/+5
2020-12-10target/arm: In v8.1M, don't set HFSR.FORCED on vector table fetch failuresPeter Maydell1-1/+5
2020-12-10target/arm: For v8.1M, always clear R0-R3, R12, APSR, EPSR on exception entryPeter Maydell1-4/+12
2020-12-10hw/intc/armv7m_nvic: Update FPDSCR masking for v8.1MPeter Maydell3-1/+16
2020-12-10target/arm: Implement FPCXT_S fp system registerPeter Maydell1-0/+58
2020-12-10target/arm: Factor out preserve-fp-state from full_vfp_access_check()Peter Maydell1-18/+27
2020-12-10target/arm: Use new FPCR_NZCV_MASK constantPeter Maydell1-2/+2
2020-12-10target/arm: Implement M-profile FPSCR_nzcvqcPeter Maydell2-0/+40
2020-12-10target/arm: Implement VLDR/VSTR system registerPeter Maydell2-0/+105
2020-12-10target/arm: Move general-use constant expanders up in translate.cPeter Maydell1-21/+25
2020-12-10target/arm: Refactor M-profile VMSR/VMRS handlingPeter Maydell2-11/+168
2020-12-10target/arm: Enforce M-profile VMRS/VMSR register restrictionsPeter Maydell1-1/+4
2020-12-10target/arm: Implement CLRM instructionPeter Maydell2-1/+43
2020-12-10target/arm: Implement VSCCLRM insnPeter Maydell4-11/+111
2020-12-10target/arm: Don't clobber ID_PFR1.Security on M-profile coresPeter Maydell1-1/+1
2020-12-10target/arm: Implement v8.1M PXN extensionPeter Maydell1-1/+6
2020-12-10hw/intc/armv7m_nvic: Make all of system PPB range be RAZWI/BusFaultPeter Maydell3-12/+69
2020-12-10i.MX6ul: Fix bad printf format specifiersAlex Chen1-2/+2
2020-12-10i.MX6: Fix bad printf format specifiersAlex Chen2-11/+11
2020-12-10i.MX31: Fix bad printf format specifiersAlex Chen2-9/+9
2020-12-10i.MX25: Fix bad printf format specifiersAlex Chen1-6/+6
2020-12-10tests/qtest/npcm7xx_rng-test: dump random data on failureHavard Skinnemoen1-0/+12
2020-12-10sbsa-ref: allow to use Cortex-A53/57/72 cpusMarcin Juszkiewicz1-3/+20
2020-12-10MAINTAINERS: Add maintainer entry for Xilinx ZynqMP CAN controllerVikram Garhwal1-0/+8
2020-12-10tests/qtest: Introduce tests for Xilinx ZynqMP CAN controllerVikram Garhwal2-0/+361
2020-12-10xlnx-zynqmp: Connect Xilinx ZynqMP CAN controllersVikram Garhwal3-0/+62
2020-12-10hw/net/can: Introduce Xilinx ZynqMP CAN controllerVikram Garhwal7-0/+1252
2020-12-10hw/arm/smmuv3: Fix up L1STD_SPAN decodingKunkun Jiang1-1/+1
2020-12-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell90-848/+1286
2020-12-09hw/virtio-pci Added AER capability.Andrew Melnychenko2-0/+20
2020-12-09hw/virtio-pci Added counter for pcie capabilities offsets.Andrew Melnychenko1-1/+3
2020-12-09pcie_aer: Fix help message of pcie_aer_inject_error commandZenghui Yu1-2/+2
2020-12-09x86: ich9: let firmware negotiate 'CPU hot-unplug with SMI' featureIgor Mammedov2-2/+10
2020-12-09x86: ich9: factor out "guest_cpu_hotplug_features"Igor Mammedov1-2/+6
2020-12-09tests/acpi: update expected filesIgor Mammedov22-21/+0
2020-12-09x86: acpi: let the firmware handle pending "CPU remove" events in SMMIgor Mammedov3-2/+14
2020-12-09tests/acpi: allow expected files changeIgor Mammedov1-0/+21
2020-12-09x86: acpi: introduce AcpiPmInfo::smi_on_cpu_unplugIgor Mammedov1-0/+4
2020-12-09acpi: cpuhp: introduce 'firmware performs eject' status/control bitsIgor Mammedov4-6/+28
2020-12-09hw/i386/pc: add max combined fw size as machine configuration optionErich-McMillan3-12/+56
2020-12-09block/export: avoid g_return_val_if() input validationStefan Hajnoczi1-1/+3
2020-12-09contrib/vhost-user-input: avoid g_return_val_if() input validationStefan Hajnoczi1-1/+3
2020-12-09contrib/vhost-user-gpu: avoid g_return_val_if() input validationStefan Hajnoczi1-1/+3
2020-12-09contrib/vhost-user-blk: avoid g_return_val_if() input validationStefan Hajnoczi1-1/+3
2020-12-09.gitlab-ci: add build-libvhost-userMarc-André Lureau1-0/+11
2020-12-09libvhost-user: add a simple link test without glibMarc-André Lureau2-0/+49
2020-12-09Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-12-0...Peter Maydell7-63/+163