aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-08tcg: Move sorted_args into TCGArgConstraint.sort_indexRichard Henderson2-19/+18
2020-10-08tcg: Drop union from TCGArgConstraintRichard Henderson11-93/+91
2020-10-08tcg: Adjust simd_desc size encodingRichard Henderson2-20/+51
2020-10-06Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-10-0...Peter Maydell13-123/+218
2020-10-06tests/qtest/cdrom: Add more s390x-related boot testsThomas Huth1-0/+12
2020-10-06pc-bios/s390: Update the s390-ccw bios binariesThomas Huth2-0/+0
2020-10-06pc-bios: s390x: Go into disabled wait when encountering a PGM exceptionJanosch Frank1-1/+4
2020-10-06pc-bios: s390x: Use reset PSW if avaliableJanosch Frank3-9/+24
2020-10-06pc-bios: s390x: Save PSW reworkJanosch Frank1-20/+13
2020-10-06pc-bios: s390x: Fix bootmap.c zipl component entry data handlingJanosch Frank2-3/+9
2020-10-06pc-bios/s390-ccw: break loop if a null block number is reachedMarc Hartmayer1-1/+1
2020-10-06pc-bios/s390-ccw: fix off-by-one errorMarc Hartmayer1-1/+1
2020-10-06pc-bios/s390-ccw/main: Remove superfluous call to enable_subchannel()Thomas Huth1-1/+0
2020-10-06pc-bios/s390-ccw: Allow booting in case the first virtio-blk disk is badThomas Huth2-12/+24
2020-10-06pc-bios/s390-ccw: Scan through all devices if no boot device specifiedThomas Huth1-15/+31
2020-10-06pc-bios/s390-ccw: Do not bail out early if not finding a SCSI diskThomas Huth5-16/+37
2020-10-06pc-bios/s390-ccw: Move the inner logic of find_subch() to a separate functionThomas Huth1-42/+57
2020-10-06pc-bios/s390-ccw: Introduce ENODEV define and remove guards of othersThomas Huth1-4/+2
2020-10-06pc-bios/s390-ccw: Move ipl-related code from main() into a separate functionThomas Huth1-8/+12
2020-10-06pc-bios/s390-ccw/Makefile: Compile with -std=gnu99, -fwrapv and -fno-commonThomas Huth1-3/+4
2020-10-06Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell125-2334/+3950
2020-10-06Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell14-427/+607
2020-10-06tests/acceptance: add reverse debugging testPavel Dovgalyuk2-0/+209
2020-10-06replay: create temporary snapshot at debugger connectionPavel Dovgalyuk3-0/+17
2020-10-06replay: describe reverse debugging in docs/replay.txtPavel Dovgalyuk1-0/+46
2020-10-06gdbstub: add reverse continue support in replay modePavel Dovgalyuk6-1/+100
2020-10-06gdbstub: add reverse step support in replay modePavel Dovgalyuk7-5/+122
2020-10-06replay: flush rr queue before loading the vmstatePavel Dovgalyuk4-8/+12
2020-10-06replay: implement replay-seek commandPavel Dovgalyuk4-0/+126
2020-10-06replay: introduce breakpoint at the specified stepPavel Dovgalyuk6-0/+175
2020-10-06replay: introduce info hmp/qmp commandPavel Dovgalyuk6-1/+97
2020-10-06qapi: introduce replay.json for record/replay-related stuffPavel Dovgalyuk6-18/+30
2020-10-06migration: introduce icount field for snapshotsPavel Dovgalyuk9-32/+71
2020-10-06qcow2: introduce icount field for snapshotsPavel Dovgalyuk5-23/+58
2020-10-06replay: provide an accessor for rr filenamePavel Dovgalyuk2-0/+7
2020-10-06replay: don't record interrupt pollPavel Dovgalyuk1-3/+18
2020-10-06configure: don't enable ASLR for --enable-debug Windows buildsMark Cave-Ayland1-1/+8
2020-10-06configure: consistently pass CFLAGS/CXXFLAGS/LDFLAGS to mesonPaolo Bonzini2-12/+27
2020-10-06configure: do not clobber environment CFLAGS/CXXFLAGS/LDFLAGSPaolo Bonzini2-22/+19
2020-10-06dtc: Convert Makefile bits to meson bitsPaolo Bonzini14-106/+84
2020-10-06slirp: Convert Makefile bits to meson bitsPaolo Bonzini6-77/+99
2020-10-05readthedocs: build with Python 3.6Paolo Bonzini1-1/+1
2020-10-05accel/tcg: use current_machine as it is always set for softmmuClaudio Fontana1-10/+1
2020-10-05kvm: kvm_init_vcpu take Error pointerDr. David Alan Gilbert4-12/+18
2020-10-05kvm: remove kvm specific functions from global includesClaudio Fontana3-29/+7
2020-10-05hax: remove hax specific functions from global includesClaudio Fontana9-33/+21
2020-10-05whpx: remove whpx specific functions from global includesClaudio Fontana4-67/+17
2020-10-05hvf: remove hvf specific functions from global includesClaudio Fontana6-40/+10
2020-10-05cpus: add handle_interrupt to the CpusAccel interfaceClaudio Fontana9-82/+48
2020-10-05cpus: remove checks for non-NULL cpus_accelClaudio Fontana1-12/+21