summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | pc-bios: s390x: Fix bootmap.c zipl component entry data handlingJanosch Frank2020-10-062-3/+9
| * | pc-bios/s390-ccw: break loop if a null block number is reachedMarc Hartmayer2020-10-061-1/+1
| * | pc-bios/s390-ccw: fix off-by-one errorMarc Hartmayer2020-10-061-1/+1
| * | pc-bios/s390-ccw/main: Remove superfluous call to enable_subchannel()Thomas Huth2020-10-061-1/+0Star
| * | pc-bios/s390-ccw: Allow booting in case the first virtio-blk disk is badThomas Huth2020-10-062-12/+24
| * | pc-bios/s390-ccw: Scan through all devices if no boot device specifiedThomas Huth2020-10-061-15/+31
| * | pc-bios/s390-ccw: Do not bail out early if not finding a SCSI diskThomas Huth2020-10-065-16/+37
| * | pc-bios/s390-ccw: Move the inner logic of find_subch() to a separate functionThomas Huth2020-10-061-42/+57
| * | 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
|\ \