aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-10qapi: Section parameter @indent is no longer used, dropMarkus Armbruster
2023-05-10qapi: Relax doc string @name: description indentation rulesMarkus Armbruster
2023-05-10qapi: Rewrite parsing of doc comment section symbols and tagsMarkus Armbruster
2023-05-09qapi: Fix argument description indentation strippingMarkus Armbruster
2023-05-09tests/qapi-schema/doc-good: Improve argument description testsMarkus Armbruster
2023-05-09tests/qapi-schema/doc-good: Improve a commentMarkus Armbruster
2023-05-09qapi/dump: Indent bulleted lists consistentlyMarkus Armbruster
2023-05-09qapi: Tidy up a slightly awkward TODO commentMarkus Armbruster
2023-05-09sphinx/qapidoc: Do not emit TODO sections into user manualsMarkus Armbruster
2023-05-09Revert "qapi: BlockExportRemoveMode: move comments to TODO"Markus Armbruster
2023-05-09meson: Fix to make QAPI generator output depend on main.pyMarkus Armbruster
2023-05-09qapi: Fix crash on stray double quote characterMarkus Armbruster
2023-05-09docs/devel/qapi-code-gen: Turn FIXME admonitions into commentsMarkus Armbruster
2023-05-09docs/devel/qapi-code-gen: Clean up use of quotes a bitMarkus Armbruster
2023-05-06Merge tag 'pull-loongarch-20230506' of https://gitlab.com/gaosong/qemu into s...Richard Henderson
2023-05-06hw/intc: don't use target_ulong for LoongArch ipiAlex Bennée
2023-05-06target/loongarch: CPUCFG support LSXSong Gao
2023-05-06target/loongarch: Use {set/get}_gpr replace to cpu_fprSong Gao
2023-05-06target/loongarch: Implement vldiSong Gao
2023-05-06target/loongarch: Implement vld vstSong Gao
2023-05-06target/loongarch: Implement vilvl vilvh vextrins vshufSong Gao
2023-05-06target/loongarch: Implement vreplve vpack vpickSong Gao
2023-05-06target/loongarch: Implement vinsgr2vr vpickve2gr vreplgr2vrSong Gao
2023-05-06target/loongarch: Implement vbitsel vsetSong Gao
2023-05-06target/loongarch: Implement vfcmpSong Gao
2023-05-06target/loongarch: Implement vseq vsle vsltSong Gao
2023-05-06target/loongarch: Implement LSX fpu fcvt instructionsSong Gao
2023-05-06target/loongarch: Implement LSX fpu arith instructionsSong Gao
2023-05-06target/loongarch: Implement vfrstpSong Gao
2023-05-06target/loongarch: Implement vbitclr vbitset vbitrevSong Gao
2023-05-06target/loongarch: Implement vpcntSong Gao
2023-05-06target/loongarch: Implement vclo vclzSong Gao
2023-05-06target/loongarch: Implement vssrlrn vssrarnSong Gao
2023-05-06target/loongarch: Implement vssrln vssranSong Gao
2023-05-06target/loongarch: Implement vsrlrn vsrarnSong Gao
2023-05-06target/loongarch: Implement vsrln vsranSong Gao
2023-05-06target/loongarch: Implement vsrlr vsrarSong Gao
2023-05-06target/loongarch: Implement vsllwil vextlSong Gao
2023-05-06target/loongarch: Implement vsll vsrl vsra vrotrSong Gao
2023-05-06target/loongarch: Implement LSX logic instructionsSong Gao
2023-05-06target/loongarch: Implement vmskltz/vmskgez/vmsknzSong Gao
2023-05-06target/loongarch: Implement vsigncovSong Gao
2023-05-06target/loongarch: Implement vexthSong Gao
2023-05-06target/loongarch: Implement vsatSong Gao
2023-05-06target/loongarch: Implement vdiv/vmodSong Gao
2023-05-06target/loongarch: Implement vmadd/vmsub/vmaddw{ev/od}Song Gao
2023-05-06target/loongarch: Implement vmul/vmuh/vmulw{ev/od}Song Gao
2023-05-06target/loongarch: Implement vmax/vminSong Gao
2023-05-06target/loongarch: Implement vaddaSong Gao
2023-05-06target/loongarch: Implement vabsdSong Gao