aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-06docs/system: convert Texinfo documentation to rSTPaolo Bonzini26-5/+2207
2020-03-06docs/system: convert the documentation of deprecated features to rST.Peter Maydell2-0/+447
2020-03-06docs/system: convert managed startup to rST.Peter Maydell2-1/+36
2020-03-06docs/system: Convert security.texi to rST formatPeter Maydell2-0/+174
2020-03-06docs/system: Convert qemu-cpu-models.texi to rSTKashyap Chamarthy7-34/+500
2020-03-06docs: Create defs.rst.inc as a place to define substitutionsPeter Maydell4-2/+18
2020-03-06docs/system: put qemu-block-drivers body in an included filePaolo Bonzini3-976/+966
2020-03-06qemu-doc: remove indices other than findexPaolo Bonzini13-73/+0
2020-03-06qemu-doc: move included files to docs/systemPaolo Bonzini7-9/+10
2020-03-06qemu-doc: move qemu-tech.texi into main sectionPaolo Bonzini3-12/+4
2020-03-06qemu-doc: Remove the "CPU emulation" part of the "Implementation notes"Peter Maydell1-153/+0
2020-03-06qemu-doc: split target sections to separate filesPaolo Bonzini9-865/+853
2020-03-06qemu-doc: move system requirements chapter inside PC sectionPaolo Bonzini1-14/+8
2020-03-06qemu-doc: extract common system emulator documentation from the PC sectionPaolo Bonzini2-47/+57
2020-03-06qemu-doc: split qemu-doc.texi in multiple filesPaolo Bonzini17-1454/+1483
2020-03-06qemu-doc: split CPU models doc between MIPS and x86 partsPaolo Bonzini6-219/+213
2020-03-06texi2pod: parse @include directives outside "@c man" blocksPaolo Bonzini1-18/+18
2020-03-06qemu-doc: remove target OS documentationPaolo Bonzini1-96/+0
2020-03-06qemu-doc: convert user-mode emulation to a separate Sphinx manualPaolo Bonzini7-338/+335
2020-03-05Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-5.0-sf4' i...Peter Maydell1-2/+2
2020-03-05RISC-V: Add a missing "," in riscv_excp_namesPalmer Dabbelt1-2/+2
2020-03-05Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2020-03-04-2...Peter Maydell27-609/+1207
2020-03-05test: tpm-tis: Add Sysbus TPM-TIS device testEric Auger3-0/+168
2020-03-05test: tpm-tis: Get prepared to share tests between ISA and sysbus devicesEric Auger9-415/+493
2020-03-05test: tpm: pass optional machine options to swtpm test functionsEric Auger6-13/+23
2020-03-05docs/specs/tpm: Document TPM_TIS sysbus device for ARMEric Auger1-1/+24
2020-03-05hw/arm/virt: vTPM supportEric Auger3-0/+41
2020-03-05tpm: Add the SysBus TPM TIS deviceEric Auger4-0/+166
2020-03-05tpm: Separate TPM_TIS and TPM_TIS_ISA configsEric Auger5-6/+12
2020-03-05tpm: Separate tpm_tis common functions from isa codeEric Auger4-201/+271
2020-03-05tpm: Use TPMState as a common structEric Auger1-55/+91
2020-03-05tpm: rename TPM_TIS into TPM_TIS_ISAEric Auger3-8/+8
2020-03-05Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200305'...Peter Maydell25-308/+550
2020-03-05target/arm: Clean address for DC ZVARichard Henderson1-1/+1
2020-03-05target/arm: Use DEF_HELPER_FLAGS for helper_dc_zvaRichard Henderson1-1/+1
2020-03-05target/arm: Move helper_dc_zva to helper-a64.cRichard Henderson4-94/+92
2020-03-05target/arm: Apply TBI to ESR_ELx in helper_exception_returnRichard Henderson1-1/+22
2020-03-05target/arm: Introduce core_to_aa64_mmu_idxRichard Henderson2-1/+7
2020-03-05target/arm: Optimize cpu_mmu_indexRichard Henderson2-15/+13
2020-03-05target/arm: Replicate TBI/TBID bits for single range regimesRichard Henderson1-2/+4
2020-03-05hw/arm/cubieboard: report error when using unsupported -bios argumentNiek Linnenbank1-0/+7
2020-03-05hw/arm/cubieboard: restrict allowed RAM size to 512MiB and 1GiBNiek Linnenbank1-0/+8
2020-03-05hw/arm/cubieboard: restrict allowed CPU type to ARM Cortex-A8Niek Linnenbank1-1/+9
2020-03-05hw/arm/cubieboard: use ARM Cortex-A8 as the default CPU in machine definitionNiek Linnenbank1-2/+2
2020-03-05tests/tcg/aarch64: Add newline in pauth-1 printfRichard Henderson1-1/+1
2020-03-05target/arm: Honor the HCR_EL2.TTLB bitRichard Henderson1-30/+55
2020-03-05target/arm: Honor the HCR_EL2.TPU bitRichard Henderson1-20/+31
2020-03-05target/arm: Honor the HCR_EL2.TPCP bitRichard Henderson1-8/+31
2020-03-05target/arm: Honor the HCR_EL2.TACR bitRichard Henderson1-4/+14
2020-03-05target/arm: Honor the HCR_EL2.TSW bitRichard Henderson1-6/+16