aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-08target/arm: Move get_phys_addr_pmsav7 to ptw.cRichard Henderson3-196/+198
2022-06-08target/arm: Move get_phys_addr_pmsav7_default to ptw.cRichard Henderson3-41/+44
2022-06-08target/arm: Move get_phys_addr_pmsav5 to ptw.cRichard Henderson3-89/+85
2022-06-08target/arm: Move get_phys_addr_v6 to ptw.cRichard Henderson3-164/+161
2022-06-08target/arm: Move get_phys_addr_v5 to ptw.cRichard Henderson3-135/+140
2022-06-08target/arm: Move get_phys_addr to ptw.cRichard Henderson5-309/+372
2022-06-08target/arm: Move stage_1_mmu_idx decl to internals.hRichard Henderson2-3/+7
2022-06-08xlnx-zynqmp: fix the irq mapping for the display port and its dmaFrederic Konrad1-2/+2
2022-06-08xlnx_dp: Fix the interrupt disable logicSai Pavan Boddu1-1/+1
2022-06-08xlnx_dp: Introduce a vblank signalSai Pavan Boddu2-4/+29
2022-06-08xlnx_dp: fix the wrong register sizeFrederic Konrad2-9/+17
2022-06-08Fix 'writeable' typosPeter Maydell25-34/+34
2022-06-08target/arm: Implement FEAT_DoubleFaultPeter Maydell4-2/+44
2022-06-08target/arm: Declare support for FEAT_RASv1p1Peter Maydell2-0/+2
2022-06-08vfio/common: remove spurious warning on vfio_listener_region_delEric Auger2-2/+10
2022-06-07Merge tag 'pull-tpm-2022-06-07-1' of https://github.com/stefanberger/qemu-tpm...Richard Henderson2-1/+7
2022-06-07tpm_crb: mark command buffer as dirty on request completionAnthony PERARD1-0/+1
2022-06-06Merge tag 'pull-la-20220606' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson75-4/+10158
2022-06-06target/loongarch: 'make check-tcg' supportSong Gao1-0/+1
2022-06-06tests/tcg/loongarch64: Add hello/memory test in loongarch64 systemXiaojuan Yang5-0/+206
2022-06-06target/loongarch: Add gdb support.Xiaojuan Yang8-0/+198
2022-06-06hw/loongarch: Add LoongArch virt power manager support.Xiaojuan Yang1-1/+48
2022-06-06hw/loongarch: Add LoongArch load elf function.Xiaojuan Yang2-2/+61
2022-06-06hw/loongarch: Add LoongArch ls7a rtc device supportXiaojuan Yang7-0/+541
2022-06-06hw/loongarch: Add some devices support for 3A5000.Xiaojuan Yang3-0/+91
2022-06-06Enable common virtio pci support for LoongArchXiaojuan Yang1-1/+2
2022-06-06hw/loongarch: Add irq hierarchy for the systemXiaojuan Yang1-0/+104
2022-06-06hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)Xiaojuan Yang6-0/+385
2022-06-06hw/intc: Add LoongArch ls7a msi interrupt controller support(PCH-MSI)Xiaojuan Yang7-0/+106
2022-06-06hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)Xiaojuan Yang8-0/+546
2022-06-06hw/loongarch: Add LoongArch ipi interrupt support(IPI)Xiaojuan Yang8-0/+307
2022-06-06hw/loongarch: Add support loongson3 virt machine type.Xiaojuan Yang15-1/+154
2022-06-06target/loongarch: Add timer related instructions support.Xiaojuan Yang6-0/+56
2022-06-06target/loongarch: Add other core instructions supportXiaojuan Yang7-0/+233
2022-06-06target/loongarch: Add TLB instruction supportXiaojuan Yang5-0/+499
2022-06-06target/loongarch: Add LoongArch IOCSR instructionXiaojuan Yang8-0/+197
2022-06-06target/loongarch: Add LoongArch CSR instructionXiaojuan Yang7-1/+484
2022-06-06target/loongarch: Add constant timer supportXiaojuan Yang5-0/+77
2022-06-06target/loongarch: Add LoongArch interrupt and exception handleXiaojuan Yang3-0/+234
2022-06-06target/loongarch: Add MMU support for LoongArch CPU.Xiaojuan Yang7-1/+418
2022-06-06target/loongarch: Implement qmp_query_cpu_definitions()Xiaojuan Yang2-2/+30
2022-06-06target/loongarch: Add basic vmstate description of CPU.Xiaojuan Yang4-0/+94
2022-06-06target/loongarch: Add CSRs definitionXiaojuan Yang3-0/+313
2022-06-06target/loongarch: Add system emulation introductionXiaojuan Yang3-0/+103
2022-06-06target/loongarch: Add target build suportSong Gao2-0/+20
2022-06-06target/loongarch: Add disassemblerSong Gao3-0/+613
2022-06-06target/loongarch: Add branch instruction translationSong Gao3-0/+112
2022-06-06target/loongarch: Add floating point load/store instruction translationSong Gao3-0/+178
2022-06-06target/loongarch: Add floating point move instruction translationSong Gao5-0/+203
2022-06-06target/loongarch: Add floating point conversion instruction translationSong Gao5-0/+488