aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-08tcg: Adjust simd_desc size encodingRichard Henderson
2020-10-06Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-10-0...Peter Maydell
2020-10-06tests/qtest/cdrom: Add more s390x-related boot testsThomas Huth
2020-10-06pc-bios/s390: Update the s390-ccw bios binariesThomas Huth
2020-10-06pc-bios: s390x: Go into disabled wait when encountering a PGM exceptionJanosch Frank
2020-10-06pc-bios: s390x: Use reset PSW if avaliableJanosch Frank
2020-10-06pc-bios: s390x: Save PSW reworkJanosch Frank
2020-10-06pc-bios: s390x: Fix bootmap.c zipl component entry data handlingJanosch Frank
2020-10-06pc-bios/s390-ccw: break loop if a null block number is reachedMarc Hartmayer
2020-10-06pc-bios/s390-ccw: fix off-by-one errorMarc Hartmayer
2020-10-06pc-bios/s390-ccw/main: Remove superfluous call to enable_subchannel()Thomas Huth
2020-10-06pc-bios/s390-ccw: Allow booting in case the first virtio-blk disk is badThomas Huth
2020-10-06pc-bios/s390-ccw: Scan through all devices if no boot device specifiedThomas Huth
2020-10-06pc-bios/s390-ccw: Do not bail out early if not finding a SCSI diskThomas Huth
2020-10-06pc-bios/s390-ccw: Move the inner logic of find_subch() to a separate functionThomas Huth
2020-10-06pc-bios/s390-ccw: Introduce ENODEV define and remove guards of othersThomas Huth
2020-10-06pc-bios/s390-ccw: Move ipl-related code from main() into a separate functionThomas Huth
2020-10-06pc-bios/s390-ccw/Makefile: Compile with -std=gnu99, -fwrapv and -fno-commonThomas Huth
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
2020-10-05cpus: extract out hvf-specific code to target/i386/hvf/Claudio Fontana