aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-08accel/tcg: Fix computing of is_write for MIPSKele Huang1-4/+39
2020-10-08tcg: Remove TCG_TARGET_HAS_cmp_vecRichard Henderson3-3/+0
2020-10-08tcg/optimize: Fold dup2_vecRichard Henderson1-0/+15
2020-10-08tcg: Fix generation of dupi_vec for 32-bit hostRichard Henderson1-4/+8
2020-10-08tcg/i386: Fix dupi for avx2 32-bit hostsRichard Henderson1-1/+1
2020-10-08tcg: Remove TCGOpDef.usedRichard Henderson1-3/+0
2020-10-08tcg: Move some TCG_CT_* bits to TCGArgConstraint bitfieldsRichard Henderson2-23/+19
2020-10-08tcg: Remove TCG_CT_REGRichard Henderson11-49/+4
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