aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2022-06-06target/loongarch: Add floating point comparison instruction translationSong Gao6-0/+139
2022-06-06target/loongarch: Add floating point arithmetic instruction translationSong Gao7-0/+611
2022-06-06target/loongarch: Add fixed point extra instruction translationSong Gao5-0/+118
2022-06-06target/loongarch: Add fixed point atomic instruction translationSong Gao4-1/+159
2022-06-06target/loongarch: Add fixed point load/store instruction translationSong Gao5-0/+308
2022-06-06target/loongarch: Add fixed point bit instruction translationSong Gao5-0/+277
2022-06-06target/loongarch: Add fixed point shift instruction translationSong Gao3-0/+129
2022-06-06target/loongarch: Add fixed point arithmetic instruction translationSong Gao4-0/+485
2022-06-06target/loongarch: Add main translation routinesSong Gao4-0/+214
2022-06-06target/loongarch: Add core definitionSong Gao4-0/+606
2022-06-06target/loongarch: Add READMESong Gao2-0/+16
2022-06-06Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson53-650/+895
2022-06-06meson: qga: do not use deprecated meson.build_root()Paolo Bonzini1-1/+1
2022-06-06configure: remove reference to removed optionPaolo Bonzini1-1/+0
2022-06-06regenerate meson-buildoptions.shPaolo Bonzini1-1/+3
2022-06-06tests: run 'device-crash-test' from tests/venvJohn Snow2-7/+17
2022-06-06tests: add python3-venv to debian10.dockerJohn Snow1-0/+1
2022-06-06tests: use tests/venv to run basevm.py-based scriptsJohn Snow2-9/+10
2022-06-06tests: install "qemu" namespace package into venvJohn Snow5-8/+7
2022-06-06tests: add quiet-venv-pip macroJohn Snow1-6/+6
2022-06-06tests: silence pip upgrade warnings during venv creationJohn Snow1-2/+2
2022-06-06tests: use python3 as the python executable nameJohn Snow1-1/+1
2022-06-06tests: add "TESTS_PYTHON" variable to MakefileJohn Snow1-3/+4
2022-06-06python: update for mypy 0.950John Snow2-1/+4
2022-06-06x86: cpu: fixup number of addressable IDs for logical processors sharing cacheIgor Mammedov1-4/+16
2022-06-06x86: cpu: make sure number of addressable IDs for processor cores meets the specIgor Mammedov1-1/+1
2022-06-06tests/Makefile.include: Fix 'make check-help' outputDario Faggioli1-15/+15
2022-06-06tests/avocado: add replay Linux test for Aarch64 machinesPavel Dovgalyuk1-0/+40
2022-06-06tests/avocado: add replay Linux tests for virtio machinePavel Dovgalyuk1-0/+26