aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-06memory: Explicitly tag doc comments for structsEduardo Habkost
2020-10-06qom: Explicitly tag doc comments for typedefs and structsEduardo Habkost
2020-10-06kernel-doc: Handle function typedefs without asterisksEduardo Habkost
2020-10-06kernel-doc: Handle function typedefs that return pointersEduardo Habkost
2020-10-06docs/devel/qom: Avoid long linesEduardo Habkost
2020-10-06docs/devel/qom: Remove usage of <code>Eduardo Habkost
2020-10-06docs/devel/qom: Use *emphasis* for emphasisEduardo Habkost
2020-10-06docs/devel/qom: Fix indentation of code blocksEduardo Habkost
2020-10-06docs/devel/qom: Fix indentation of bulleted listEduardo Habkost
2020-10-06qom: Fix DECLARE_*CHECKER documentationEduardo Habkost
2020-10-06qom: Improve error message displayed with missing object propertiesPhilippe Mathieu-Daudé
2020-10-06hw/core/cpu: Add missing 'exec/cpu-common.h' includePhilippe Mathieu-Daudé
2020-10-06hw/core/qdev-properties: Extract system-mode specific propertiesPhilippe Mathieu-Daudé
2020-10-06hw/core/qdev-properties: Export some integer-related functionsPhilippe Mathieu-Daudé
2020-10-06hw/core/qdev-properties: Export qdev_prop_enumPhilippe Mathieu-Daudé
2020-10-06hw/core/qdev-properties: Export enum-related functionsPhilippe Mathieu-Daudé
2020-10-06hw/core/qdev-properties: Fix code stylePhilippe Mathieu-Daudé
2020-10-06hw/core/qdev-properties: Use qemu_strtoul() in set_pci_host_devaddr()Philippe Mathieu-Daudé
2020-10-06hw/core/qdev-properties: Use qemu_strtol() in set_mac() handlerPhilippe Mathieu-Daudé
2020-10-06Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2020-10-06Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell
2020-10-06tests/acceptance: add reverse debugging testPavel Dovgalyuk
2020-10-06replay: create temporary snapshot at debugger connectionPavel Dovgalyuk
2020-10-06replay: describe reverse debugging in docs/replay.txtPavel Dovgalyuk
2020-10-06gdbstub: add reverse continue support in replay modePavel Dovgalyuk
2020-10-06gdbstub: add reverse step support in replay modePavel Dovgalyuk
2020-10-06replay: flush rr queue before loading the vmstatePavel Dovgalyuk
2020-10-06replay: implement replay-seek commandPavel Dovgalyuk
2020-10-06replay: introduce breakpoint at the specified stepPavel Dovgalyuk
2020-10-06replay: introduce info hmp/qmp commandPavel Dovgalyuk
2020-10-06qapi: introduce replay.json for record/replay-related stuffPavel Dovgalyuk
2020-10-06migration: introduce icount field for snapshotsPavel Dovgalyuk
2020-10-06qcow2: introduce icount field for snapshotsPavel Dovgalyuk
2020-10-06replay: provide an accessor for rr filenamePavel Dovgalyuk
2020-10-06replay: don't record interrupt pollPavel Dovgalyuk
2020-10-06configure: don't enable ASLR for --enable-debug Windows buildsMark Cave-Ayland
2020-10-06configure: consistently pass CFLAGS/CXXFLAGS/LDFLAGS to mesonPaolo Bonzini
2020-10-06configure: do not clobber environment CFLAGS/CXXFLAGS/LDFLAGSPaolo Bonzini
2020-10-06dtc: Convert Makefile bits to meson bitsPaolo Bonzini
2020-10-06slirp: Convert Makefile bits to meson bitsPaolo Bonzini
2020-10-05readthedocs: build with Python 3.6Paolo Bonzini
2020-10-05accel/tcg: use current_machine as it is always set for softmmuClaudio Fontana
2020-10-05kvm: kvm_init_vcpu take Error pointerDr. David Alan Gilbert
2020-10-05kvm: remove kvm specific functions from global includesClaudio Fontana
2020-10-05hax: remove hax specific functions from global includesClaudio Fontana
2020-10-05whpx: remove whpx specific functions from global includesClaudio Fontana
2020-10-05hvf: remove hvf specific functions from global includesClaudio Fontana
2020-10-05cpus: add handle_interrupt to the CpusAccel interfaceClaudio Fontana
2020-10-05cpus: remove checks for non-NULL cpus_accelClaudio Fontana
2020-10-05cpus: cleanup now unneeded includesClaudio Fontana