summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * hw/core/qdev-properties: Fix code stylePhilippe Mathieu-Daudé2020-10-061-5/+5
| * hw/core/qdev-properties: Use qemu_strtoul() in set_pci_host_devaddr()Philippe Mathieu-Daudé2020-10-061-13/+12Star
| * hw/core/qdev-properties: Use qemu_strtol() in set_mac() handlerPhilippe Mathieu-Daudé2020-10-061-2/+9
* | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-10-0...Peter Maydell2020-10-0613-123/+218
|\ \
| * | tests/qtest/cdrom: Add more s390x-related boot testsThomas Huth2020-10-061-0/+12
| * | pc-bios/s390: Update the s390-ccw bios binariesThomas Huth2020-10-062-0/+0
| * | pc-bios: s390x: Go into disabled wait when encountering a PGM exceptionJanosch Frank2020-10-061-1/+4
| * | pc-bios: s390x: Use reset PSW if avaliableJanosch Frank2020-10-063-9/+24
| * | pc-bios: s390x: Save PSW reworkJanosch Frank2020-10-061-20/+13Star
| * | 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