aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-06target/loongarch: Add timer related instructions support.Xiaojuan Yang
2022-06-06target/loongarch: Add other core instructions supportXiaojuan Yang
2022-06-06target/loongarch: Add TLB instruction supportXiaojuan Yang
2022-06-06target/loongarch: Add LoongArch IOCSR instructionXiaojuan Yang
2022-06-06target/loongarch: Add LoongArch CSR instructionXiaojuan Yang
2022-06-06target/loongarch: Add constant timer supportXiaojuan Yang
2022-06-06target/loongarch: Add LoongArch interrupt and exception handleXiaojuan Yang
2022-06-06target/loongarch: Add MMU support for LoongArch CPU.Xiaojuan Yang
2022-06-06target/loongarch: Implement qmp_query_cpu_definitions()Xiaojuan Yang
2022-06-06target/loongarch: Add basic vmstate description of CPU.Xiaojuan Yang
2022-06-06target/loongarch: Add CSRs definitionXiaojuan Yang
2022-06-06target/loongarch: Add system emulation introductionXiaojuan Yang
2022-06-06target/loongarch: Add target build suportSong Gao
2022-06-06target/loongarch: Add disassemblerSong Gao
2022-06-06target/loongarch: Add branch instruction translationSong Gao
2022-06-06target/loongarch: Add floating point load/store instruction translationSong Gao
2022-06-06target/loongarch: Add floating point move instruction translationSong Gao
2022-06-06target/loongarch: Add floating point conversion instruction translationSong Gao
2022-06-06target/loongarch: Add floating point comparison instruction translationSong Gao
2022-06-06target/loongarch: Add floating point arithmetic instruction translationSong Gao
2022-06-06target/loongarch: Add fixed point extra instruction translationSong Gao
2022-06-06target/loongarch: Add fixed point atomic instruction translationSong Gao
2022-06-06target/loongarch: Add fixed point load/store instruction translationSong Gao
2022-06-06target/loongarch: Add fixed point bit instruction translationSong Gao
2022-06-06target/loongarch: Add fixed point shift instruction translationSong Gao
2022-06-06target/loongarch: Add fixed point arithmetic instruction translationSong Gao
2022-06-06target/loongarch: Add main translation routinesSong Gao
2022-06-06target/loongarch: Add core definitionSong Gao
2022-06-06target/loongarch: Add READMESong Gao
2022-06-06Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2022-06-06meson: qga: do not use deprecated meson.build_root()Paolo Bonzini
2022-06-06configure: remove reference to removed optionPaolo Bonzini
2022-06-06regenerate meson-buildoptions.shPaolo Bonzini
2022-06-06tests: run 'device-crash-test' from tests/venvJohn Snow
2022-06-06tests: add python3-venv to debian10.dockerJohn Snow
2022-06-06tests: use tests/venv to run basevm.py-based scriptsJohn Snow
2022-06-06tests: install "qemu" namespace package into venvJohn Snow
2022-06-06tests: add quiet-venv-pip macroJohn Snow
2022-06-06tests: silence pip upgrade warnings during venv creationJohn Snow
2022-06-06tests: use python3 as the python executable nameJohn Snow
2022-06-06tests: add "TESTS_PYTHON" variable to MakefileJohn Snow
2022-06-06python: update for mypy 0.950John Snow
2022-06-06x86: cpu: fixup number of addressable IDs for logical processors sharing cacheIgor Mammedov
2022-06-06x86: cpu: make sure number of addressable IDs for processor cores meets the specIgor Mammedov
2022-06-06tests/Makefile.include: Fix 'make check-help' outputDario Faggioli
2022-06-06tests/avocado: add replay Linux test for Aarch64 machinesPavel Dovgalyuk
2022-06-06tests/avocado: add replay Linux tests for virtio machinePavel Dovgalyuk
2022-06-06tests/avocado: update replay_linux testPavel Dovgalyuk
2022-06-06docs: move replay docs to docs/system/replay.rstPavel Dovgalyuk
2022-06-06docs: convert docs/devel/replay page to rstPavel Dovgalyuk