aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-27docs/system: convert Texinfo documentation to rSTpaolo-docsPaolo Bonzini
2020-02-27docs/system: convert the documentation of deprecated features to rST.Peter Maydell
2020-02-27docs/system: convert managed startup to rST.Peter Maydell
2020-02-27docs/system: Convert security.texi to rST formatPeter Maydell
2020-02-27docs/system: Convert qemu-cpu-models.texi to rSTKashyap Chamarthy
2020-02-27docs: Create defs.rst.inc as a place to define substitutionsPeter Maydell
2020-02-27docs/system: put qemu-block-drivers body in an included filePaolo Bonzini
2020-02-27qemu-doc: remove indices other than findexPaolo Bonzini
2020-02-27qemu-doc: move included files to docs/systemPaolo Bonzini
2020-02-27qemu-doc: move qemu-tech.texi into main sectionPaolo Bonzini
2020-02-27qemu-doc: Remove the "CPU emulation" part of the "Implementation notes"Peter Maydell
2020-02-27qemu-doc: split target sections to separate filesPaolo Bonzini
2020-02-27qemu-doc: move system requirements chapter inside PC sectionPaolo Bonzini
2020-02-27qemu-doc: extract common system emulator documentation from the PC sectionPaolo Bonzini
2020-02-27qemu-doc: split qemu-doc.texi in multiple filesPaolo Bonzini
2020-02-27qemu-doc: split CPU models doc between MIPS and x86 partsPaolo Bonzini
2020-02-27texi2pod: parse @include directives outside "@c man" blocksPaolo Bonzini
2020-02-27qemu-doc: remove target OS documentationPaolo Bonzini
2020-02-27qemu-doc: convert user-mode emulation to a separate Sphinx manualPaolo Bonzini
2020-02-25Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-02-25Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEADPaolo Bonzini
2020-02-25Merge remote-tracking branch 'remotes/pmaydell/tags/pull-docs-20200225' into ...Peter Maydell
2020-02-25docs: Move tools documentation to tools manualpull-docs-20200225Peter Maydell
2020-02-25docs: Move qemu-option-trace.rst.inc to docs/Peter Maydell
2020-02-25docs: Create new 'tools' manualPeter Maydell
2020-02-25Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://git...Paolo Bonzini
2020-02-25WHPX: Assigning maintainer for Windows Hypervisor PlatformSunil Muthuswamy
2020-02-25accel/kvm: Check ioctl(KVM_SET_USER_MEMORY_REGION) return valuePhilippe Mathieu-Daudé
2020-02-25target/i386: check for empty register in FXAMPaolo Bonzini
2020-02-25qdev-monitor: Forbid repeated device_delJulia Suvorova
2020-02-25mem-prealloc: optimize large guest startupbauerchen
2020-02-25memory: batch allocate ioeventfds[] in address_space_update_ioeventfds()Stefan Hajnoczi
2020-02-24Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2020-02-22fuzz: add documentation to docs/devel/Alexander Bulekov
2020-02-22fuzz: add virtio-scsi fuzz targetAlexander Bulekov
2020-02-22fuzz: add virtio-net fuzz targetAlexander Bulekov
2020-02-22fuzz: add i440fx fuzz targetsAlexander Bulekov
2020-02-22fuzz: add configure flag --enable-fuzzingAlexander Bulekov
2020-02-22fuzz: add target/fuzz makefile rulesAlexander Bulekov
2020-02-22fuzz: add support for qos-assisted fuzz targetsAlexander Bulekov
2020-02-22fuzz: support for fork-based fuzzing.Alexander Bulekov
2020-02-22main: keep rcu_atfork callback enabled for qtestAlexander Bulekov
2020-02-22exec: keep ram block across fork when using qtestAlexander Bulekov
2020-02-22fuzz: add fuzzer skeletonAlexander Bulekov
2020-02-22libqos: move useful qos-test funcs to qos_externalAlexander Bulekov
2020-02-22libqos: split qos-test and libqos makefile varsAlexander Bulekov
2020-02-22libqos: rename i2c_send and i2c_recvAlexander Bulekov
2020-02-22qtest: add in-process incoming command handlerAlexander Bulekov
2020-02-22libqtest: make bufwrite rely on the TransportOpsAlexander Bulekov
2020-02-22libqtest: add a layer of abstraction to send/recvAlexander Bulekov