Age | Commit message (Expand) | Author | Files | Lines |
2020-05-13 | qcow2: add zstd cluster compression | Denis Plotnikov | 1 | -0/+1 |
2020-05-11 | accel/tcg: Add endian-specific cpu_{ld, st}* operations | Richard Henderson | 1 | -12/+27 |
2020-05-07 | docs/devel/migration: start a debugging section | Marc-André Lureau | 1 | -0/+20 |
2020-05-04 | hw/arm/virt: Add nvdimm hotplug support | Shameer Kolothum | 1 | -1/+2 |
2020-04-30 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 1 | -0/+3 |
2020-04-30 | qcow2: Add incompatibility note between backing files and raw external data f... | Alberto Garcia | 1 | -0/+3 |
2020-04-30 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200430-... | Peter Maydell | 2 | -0/+392 |
2020-04-30 | docs/clocks: add device's clock documentation | Peter Maydell | 2 | -0/+392 |
2020-04-30 | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200430' into staging | Peter Maydell | 2 | -0/+65 |
2020-04-30 | qapi: Disallow qmp_marshal_FOO(NULL, ...) | Markus Armbruster | 1 | -1/+1 |
2020-04-30 | qapi: Assert incomplete object occurs only in dealloc visitor | Markus Armbruster | 1 | -0/+2 |
2020-04-29 | docs: system: Add protvirt docs | Janosch Frank | 2 | -0/+65 |
2020-04-14 | Deprecate KVM support for AArch32 | Peter Maydell | 1 | -0/+8 |
2020-04-14 | docs: Require Sphinx 1.6 or better | Peter Maydell | 1 | -2/+4 |
2020-04-14 | kernel-doc: Use c:struct for Sphinx 3.0 and later | Peter Maydell | 1 | -0/+1 |
2020-04-14 | docs: Improve our gdbstub documentation | Peter Maydell | 1 | -8/+16 |
2020-04-13 | rcu: do not mention atomic_mb_read/set in documentation | Paolo Bonzini | 1 | -2/+2 |
2020-04-13 | atomics: update documentation | Paolo Bonzini | 1 | -210/+271 |
2020-04-11 | atomics: convert to reStructuredText | Paolo Bonzini | 3 | -403/+447 |
2020-03-30 | docs/conf.py: Raise ConfigError for bad Sphinx Python version | Peter Maydell | 1 | -4/+5 |
2020-03-26 | qcow2: List autoclear bit names in header | Eric Blake | 1 | -1/+2 |
2020-03-25 | xbzrle: update xbzrle doc | Mao Zhongyi | 1 | -1/+6 |
2020-03-24 | qemu-ga: document vsock-listen in the man page | Stefan Hajnoczi | 1 | -2/+3 |
2020-03-23 | Documentation: create/move s390x documentation | Cornelia Huck | 4 | -1/+27 |
2020-03-22 | Update copyright date for user-facing copyright strings | Peter Maydell | 1 | -1/+1 |
2020-03-19 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-03-17' into ... | Peter Maydell | 2 | -23/+106 |
2020-03-18 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200317' into... | Peter Maydell | 1 | -0/+7 |
2020-03-17 | qapi: New special feature flag "deprecated" | Markus Armbruster | 1 | -0/+6 |
2020-03-17 | qapi: Add feature flags to struct members | Markus Armbruster | 1 | -1/+3 |
2020-03-17 | qapi: Add feature flags to remaining definitions | Markus Armbruster | 1 | -16/+38 |
2020-03-17 | docs/devel/qapi-code-gen: Document 'features' introspection | Markus Armbruster | 1 | -15/+28 |
2020-03-17 | docs/devel/qapi-code-gen: Clarify allow-oob introspection | Markus Armbruster | 1 | -3/+3 |
2020-03-17 | qemu-doc: Belatedly document QMP command arg & result deprecation | Markus Armbruster | 1 | -4/+44 |
2020-03-17 | docs/devel/qapi-code-gen: Fix typo in grammar | Markus Armbruster | 1 | -1/+1 |
2020-03-17 | ppc: Officially deprecate the CPU "compat" property | Greg Kurz | 1 | -0/+7 |
2020-03-16 | qemu-cpu-models.rst: Document -noTSX, mds-no, taa-no, and tsx-ctrl | Kashyap Chamarthy | 1 | -2/+55 |
2020-03-16 | misc: Replace zero-length arrays with flexible array member (manual) | Philippe Mathieu-Daudé | 1 | -2/+2 |
2020-03-12 | docs: add Orange Pi PC document | Niek Linnenbank | 2 | -0/+255 |
2020-03-12 | docs: Be consistent about capitalization of 'Arm' | Peter Maydell | 19 | -29/+29 |
2020-03-12 | docs: Move arm-cpu-features.rst into the system manual | Peter Maydell | 2 | -7/+7 |
2020-03-12 | docs/system/target-arm.rst: Add some introductory text | Peter Maydell | 1 | -2/+64 |
2020-03-12 | docs/system: Split target-arm.rst into sub-documents | Peter Maydell | 10 | -212/+240 |
2020-03-12 | docs/qemu-option-trace.rst.inc: Remove redundant comment | Peter Maydell | 1 | -4/+0 |
2020-03-12 | docs/index.rst, docs/index.html.in: Reorder manuals | Peter Maydell | 2 | -9/+9 |
2020-03-12 | docs/sphinx/hxtool.py: Remove STEXI/ETEXI support | Peter Maydell | 1 | -24/+4 |
2020-03-09 | net: Remove deprecated [hub_id name] tuple of 'hostfwd_add' / 'hostfwd_remove' | Thomas Huth | 1 | -6/+9 |
2020-03-06 | qapi: Flatten object-add | Kevin Wolf | 1 | -0/+5 |
2020-03-06 | docs: Remove old texinfo sources | Peter Maydell | 29 | -3381/+0 |
2020-03-06 | docs: Stop building qemu-doc | Peter Maydell | 2 | -3/+2 |
2020-03-06 | docs: Generate qemu.1 manpage with Sphinx | Peter Maydell | 2 | -0/+47 |