summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * tests: Fix a bug with count variablesTianjia Zhang2020-03-061-1/+1
| * qtest: fix fuzzer-related 80-char limit violationsAlexander Bulekov2020-03-062-2/+6
| * fuzz: fix style/typos in linker-script commentsAlexander Bulekov2020-03-061-6/+10
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-docs-20200306' into ...Peter Maydell2020-03-0662-10280/+9471Star
|\ \
| * | *.hx: Remove all the STEXI/ETEXI blocksPeter Maydell2020-03-063-5225/+0Star
| * | docs: Remove old texinfo sourcesPeter Maydell2020-03-0631-3586/+1Star
| * | docs: Stop building qemu-docPeter Maydell2020-03-064-41/+6Star
| * | ui/cocoa.m: Update documentation file and pathnamePeter Maydell2020-03-061-2/+2
| * | docs: Generate qemu.1 manpage with SphinxPeter Maydell2020-03-063-6/+51
| * | docs: Split out sections for the manpage into .rst.inc filesPeter Maydell2020-03-068-351/+356
| * | qemu-options.hx: Fix up the autogenerated rSTPeter Maydell2020-03-063-63/+84
| * | qemu-options.hx: Add rST documentation fragmentsPeter Maydell2020-03-061-0/+4020
| * | scripts/hxtool-conv: Archive script used in qemu-options.hx conversionPeter Maydell2020-03-061-0/+137
| * | docs: Roll -prom-env and -g target-specific info into qemu-options.hxPeter Maydell2020-03-067-119/+19Star
| * | docs: Roll semihosting option information into qemu-options.hxPeter Maydell2020-03-067-90/+18Star
| * | doc/scripts/hxtool.py: Strip trailing ':' from DEFHEADING/ARCHHEADINGPeter Maydell2020-03-061-4/+6
| * | hmp-commands-info.hx: Add rST documentation fragmentsPeter Maydell2020-03-063-4/+273
| * | hmp-commands.hx: Add rST documentation fragmentsPeter Maydell2020-03-063-2/+698
| * | docs/system: convert Texinfo documentation to rSTPaolo Bonzini2020-03-0626-5/+2207
| * | docs/system: convert the documentation of deprecated features to rST.Peter Maydell2020-03-062-0/+447
| * | docs/system: convert managed startup to rST.Peter Maydell2020-03-062-1/+36
| * | docs/system: Convert security.texi to rST formatPeter Maydell2020-03-062-0/+174
| * | docs/system: Convert qemu-cpu-models.texi to rSTKashyap Chamarthy2020-03-067-34/+500
| * | docs: Create defs.rst.inc as a place to define substitutionsPeter Maydell2020-03-064-2/+18
| * | docs/system: put qemu-block-drivers body in an included filePaolo Bonzini2020-03-063-976/+966Star
| * | qemu-doc: remove indices other than findexPaolo Bonzini2020-03-0613-73/+0Star
| * | qemu-doc: move included files to docs/systemPaolo Bonzini2020-03-067-9/+10
| * | qemu-doc: move qemu-tech.texi into main sectionPaolo Bonzini2020-03-063-12/+4Star
| * | qemu-doc: Remove the "CPU emulation" part of the "Implementation notes"Peter Maydell2020-03-061-153/+0Star
| * | qemu-doc: split target sections to separate filesPaolo Bonzini2020-03-069-865/+853Star
| * | qemu-doc: move system requirements chapter inside PC sectionPaolo Bonzini2020-03-061-14/+8Star
| * | qemu-doc: extract common system emulator documentation from the PC sectionPaolo Bonzini2020-03-062-47/+57
| * | qemu-doc: split qemu-doc.texi in multiple filesPaolo Bonzini2020-03-0617-1454/+1483
| * | qemu-doc: split CPU models doc between MIPS and x86 partsPaolo Bonzini2020-03-066-219/+213Star
| * | texi2pod: parse @include directives outside "@c man" blocksPaolo Bonzini2020-03-061-18/+18
| * | qemu-doc: remove target OS documentationPaolo Bonzini2020-03-061-96/+0Star
| * | qemu-doc: convert user-mode emulation to a separate Sphinx manualPaolo Bonzini2020-03-067-338/+335Star
|/ /
* | Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-5.0-sf4' i...Peter Maydell2020-03-051-2/+2
|\ \ | |/ |/|
| * RISC-V: Add a missing "," in riscv_excp_namesPalmer Dabbelt2020-03-051-2/+2
* | Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2020-03-04-2...Peter Maydell2020-03-0527-609/+1207
|\ \ | |/ |/|
| * test: tpm-tis: Add Sysbus TPM-TIS device testEric Auger2020-03-053-0/+168
| * test: tpm-tis: Get prepared to share tests between ISA and sysbus devicesEric Auger2020-03-059-415/+493
| * test: tpm: pass optional machine options to swtpm test functionsEric Auger2020-03-056-13/+23
| * docs/specs/tpm: Document TPM_TIS sysbus device for ARMEric Auger2020-03-051-1/+24
| * hw/arm/virt: vTPM supportEric Auger2020-03-053-0/+41
| * tpm: Add the SysBus TPM TIS deviceEric Auger2020-03-054-0/+166
| * tpm: Separate TPM_TIS and TPM_TIS_ISA configsEric Auger2020-03-055-6/+12
| * tpm: Separate tpm_tis common functions from isa codeEric Auger2020-03-054-201/+271
| * tpm: Use TPMState as a common structEric Auger2020-03-051-55/+91
| * tpm: rename TPM_TIS into TPM_TIS_ISAEric Auger2020-03-053-8/+8