summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* target/s390x: Remove DISAS_PC_STALE_NOCHAINRichard Henderson2022-07-061-10/+11
* target/s390x: Remove DISAS_PC_STALERichard Henderson2022-07-061-9/+4Star
* target/s390x: Remove DISAS_GOTO_TBRichard Henderson2022-07-061-6/+2Star
* pc-bios/s390-ccw: Update the s390-ccw bios binaries with the virtio-blk fixesThomas Huth2022-07-062-0/+0
* pc-bios/s390-ccw/netboot.mak: Ignore Clang's warnings about GNU extensionsThomas Huth2022-07-061-2/+5
* pc-bios/s390-ccw/virtio: Remove "extern" keyword from prototypesThomas Huth2022-07-061-6/+6
* pc-bios/s390-ccw/virtio-blkdev: Request the right feature bitsThomas Huth2022-07-061-0/+4
* pc-bios/s390-ccw: Split virtio-scsi code from virtio_blk_setup_device()Thomas Huth2022-07-064-27/+38
* pc-bios/s390-ccw/virtio: Beautify the code for reading virtqueue configurationThomas Huth2022-07-061-3/+2Star
* pc-bios/s390-ccw/virtio: Read device config after feature negotiationThomas Huth2022-07-061-4/+3Star
* pc-bios/s390-ccw/virtio: Set missing status bits while initializingThomas Huth2022-07-061-4/+14
* pc-bios/s390-ccw/virtio-blkdev: Remove virtio_assume_scsi()Thomas Huth2022-07-062-25/+0Star
* pc-bios/s390-ccw/virtio-blkdev: Simplify/fix virtio_ipl_disk_is_valid()Thomas Huth2022-07-062-36/+7Star
* pc-bios/s390-ccw/bootmap: Improve the guessing logic in zipl_load_vblk()Thomas Huth2022-07-061-4/+23
* pc-bios/s390-ccw/virtio: Introduce a macro for the DASD block sizeThomas Huth2022-07-062-1/+2
* pc-bios/s390-ccw: Add a proper prototype for main()Thomas Huth2022-07-062-2/+2
* target/s390x/tcg: SPX: check validity of new prefixJanis Schoetterl-Glausch2022-07-061-0/+7
* Merge tag 'pull-xen-20220705' of https://xenbits.xen.org/git-http/people/aper...Richard Henderson2022-07-051-10/+15
|\
| * xen/pass-through: don't create needless register groupChuck Zmudzinski2022-07-051-5/+9
| * xen/pass-through: merge emulated bits correctlyChuck Zmudzinski2022-07-051-5/+6
* | Merge tag 'pull-request-2022-07-05' of https://gitlab.com/thuth/qemu into sta...Richard Henderson2022-07-0540-15233/+314Star
|\ \ | |/ |/|
| * include/qemu/host-utils: Remove unused code in the *_overflow wrappersThomas Huth2022-07-051-65/+0Star
| * meson.build: Require a recent version of libpngThomas Huth2022-07-051-1/+1
| * po: add ukrainian translationAndrij Mizyk2022-07-052-0/+76
| * disas: Remove libvixl disassemblerThomas Huth2022-07-0530-15015/+3Star
| * tests: use consistent bandwidth/downtime limits in migration testsDaniel P. Berrangé2022-07-051-34/+20Star
| * tests: increase migration test converge downtime to 30 secondsDaniel P. Berrangé2022-07-051-1/+1
| * tests: wait for migration completion before looking for STOP eventDaniel P. Berrangé2022-07-051-1/+4
| * tests: wait max 120 seconds for migration test status changesDaniel P. Berrangé2022-07-051-0/+14
| * gitlab-ci: Extend timeout for ubuntu-20.04-s390x-all to 75mRichard Henderson2022-07-051-0/+1
| * gitlab: honour QEMU_CI variable in edk2/opensbi jobsDaniel P. Berrangé2022-07-052-0/+46
| * gitlab: tweak comments in edk2/opensbi jobsDaniel P. Berrangé2022-07-052-13/+16
| * gitlab: normalize indentation in edk2/opensbi rulesDaniel P. Berrangé2022-07-052-109/+109
| * tests/fp: Do not build softfloat3 tests if TCG is disabledPhilippe Mathieu-Daudé2022-07-051-0/+3
| * tests: fix test-cutils leaksMarc-André Lureau2022-07-041-8/+34
* | Merge tag 'pull-la-20220705' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2022-07-058-67/+80
|\ \
| * | hw/intc/loongarch_ipi: Fix mail send and any send functionXiaojuan Yang2022-07-051-23/+31
| * | hw/intc/loongarch_ipi: Fix ipi device access of 64bitsXiaojuan Yang2022-07-053-11/+39
| * | tcg/tci: Remove CONFIG_DEBUG_TCG_INTERPRETERRichard Henderson2022-07-052-12/+0Star
| * | scripts/qemu-binfmt-conf: Add LoongArch to qemu_get_family()Song Gao2022-07-051-0/+3
| * | target/loongarch: Clean up tlb when cpu resetSong Gao2022-07-051-0/+1
| * | hw/rtc/ls7a_rtc: Drop unused inline functionsRichard Henderson2022-07-051-21/+6Star
|/ /
* | Merge tag 'pull-la-20220704' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2022-07-0432-95/+1226
|\ \ | |/ |/|
| * target/loongarch: Add lock when writing timer clear regXiaojuan Yang2022-07-041-0/+2
| * target/loongarch: Fix the meaning of ECFG reg's VS fieldXiaojuan Yang2022-07-041-0/+4
| * hw/rtc/ls7a_rtc: Fix 'calculate' spelling errorsXiaojuan Yang2022-07-041-6/+6
| * hw/rtc/ls7a_rtc: Use tm struct pointer as arguments in toy_time_to_val()Xiaojuan Yang2022-07-041-7/+7
| * hw/rtc/ls7a_rtc: Fix rtc enable and disable functionXiaojuan Yang2022-07-041-53/+7Star
| * hw/rtc/ls7a_rtc: Add reset functionXiaojuan Yang2022-07-041-0/+20
| * hw/rtc/ls7a_rtc: Remove unimplemented device in realized functionXiaojuan Yang2022-07-041-1/+0Star