summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | pc-bios/s390-ccw: Introduce ENODEV define and remove guards of othersThomas Huth2020-10-061-4/+2Star
| * | pc-bios/s390-ccw: Move ipl-related code from main() into a separate functionThomas Huth2020-10-061-8/+12
| * | pc-bios/s390-ccw/Makefile: Compile with -std=gnu99, -fwrapv and -fno-commonThomas Huth2020-10-061-3/+4
| |/
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2020-10-06125-2334/+3950
|\ \ | |/ |/|
| * tests/acceptance: add reverse debugging testPavel Dovgalyuk2020-10-062-0/+209
| * replay: create temporary snapshot at debugger connectionPavel Dovgalyuk2020-10-063-0/+17
| * replay: describe reverse debugging in docs/replay.txtPavel Dovgalyuk2020-10-061-0/+46
| * gdbstub: add reverse continue support in replay modePavel Dovgalyuk2020-10-066-1/+100
| * gdbstub: add reverse step support in replay modePavel Dovgalyuk2020-10-067-5/+122
| * replay: flush rr queue before loading the vmstatePavel Dovgalyuk2020-10-064-8/+12
| * replay: implement replay-seek commandPavel Dovgalyuk2020-10-064-0/+126
| * replay: introduce breakpoint at the specified stepPavel Dovgalyuk2020-10-066-0/+175
| * replay: introduce info hmp/qmp commandPavel Dovgalyuk2020-10-066-1/+97
| * qapi: introduce replay.json for record/replay-related stuffPavel Dovgalyuk2020-10-066-18/+30
| * migration: introduce icount field for snapshotsPavel Dovgalyuk2020-10-069-32/+71
| * qcow2: introduce icount field for snapshotsPavel Dovgalyuk2020-10-065-23/+58
| * replay: provide an accessor for rr filenamePavel Dovgalyuk2020-10-062-0/+7
| * replay: don't record interrupt pollPavel Dovgalyuk2020-10-061-3/+18
| * configure: don't enable ASLR for --enable-debug Windows buildsMark Cave-Ayland2020-10-061-1/+8
| * configure: consistently pass CFLAGS/CXXFLAGS/LDFLAGS to mesonPaolo Bonzini2020-10-062-12/+27
| * configure: do not clobber environment CFLAGS/CXXFLAGS/LDFLAGSPaolo Bonzini2020-10-062-22/+19Star
| * dtc: Convert Makefile bits to meson bitsPaolo Bonzini2020-10-0614-106/+84Star
| * slirp: Convert Makefile bits to meson bitsPaolo Bonzini2020-10-066-77/+99
| * accel/tcg: use current_machine as it is always set for softmmuClaudio Fontana2020-10-051-10/+1Star
| * kvm: kvm_init_vcpu take Error pointerDr. David Alan Gilbert2020-10-054-12/+18
| * kvm: remove kvm specific functions from global includesClaudio Fontana2020-10-053-29/+7Star
| * hax: remove hax specific functions from global includesClaudio Fontana2020-10-059-33/+21Star
| * whpx: remove whpx specific functions from global includesClaudio Fontana2020-10-054-67/+17Star
| * hvf: remove hvf specific functions from global includesClaudio Fontana2020-10-056-40/+10Star
| * cpus: add handle_interrupt to the CpusAccel interfaceClaudio Fontana2020-10-059-82/+48Star
| * cpus: remove checks for non-NULL cpus_accelClaudio Fontana2020-10-051-12/+21
| * cpus: cleanup now unneeded includesClaudio Fontana2020-10-051-7/+0Star
| * cpus: extract out hvf-specific code to target/i386/hvf/Claudio Fontana2020-10-055-66/+152
| * cpus: extract out whpx-specific code to target/i386/Claudio Fontana2020-10-056-80/+121
| * cpus: extract out hax-specific code to target/i386/Claudio Fontana2020-10-058-82/+149
| * cpus: extract out kvm-specific code to accel/kvmClaudio Fontana2020-10-057-82/+124
| * cpus: extract out qtest-specific code to accel/qtestClaudio Fontana2020-10-057-65/+125
| * cpus: extract out TCG-specific code to accel/tcgClaudio Fontana2020-10-055-510/+576
| * cpus: prepare new CpusAccel cpu accelerator interfaceClaudio Fontana2020-10-0511-123/+225
| * icount: rename functions to be consistent with the module nameClaudio Fontana2020-10-0514-60/+60
| * cpu-timers, icount: new modulesClaudio Fontana2020-10-0537-843/+1128
* | Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell2020-10-0614-427/+607
|\ \
| * | util/vfio-helpers: Rework the IOVA allocator to avoid IOVA reserved regionsEric Auger2020-10-051-4/+53
| * | util/vfio-helpers: Collect IOVA reserved regionsEric Auger2020-10-051-2/+70
| * | docs: add 'io_uring' option to 'aio' param in qemu-options.hxStefano Garzarella2020-10-051-4/+6
| * | include/block/block.h: drop non-ascii quotation markVladimir Sementsov-Ogievskiy2020-10-051-1/+1
| * | block/io: refactor save/load vmstateVladimir Sementsov-Ogievskiy2020-10-053-41/+43
| * | block: drop bdrv_prwvVladimir Sementsov-Ogievskiy2020-10-054-48/+15Star
| * | block: generate coroutine-wrapper codeVladimir Sementsov-Ogievskiy2020-10-054-294/+13Star
| * | scripts: add block-coroutine-wrapper.pyVladimir Sementsov-Ogievskiy2020-10-056-0/+289