summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge tag 'pull-testing-for-7.2-011122-3' of https://github.com/stsquad/qemu ...Stefan Hajnoczi2022-11-0126-174/+395
|\ \
| * | tests/vm: use -o IdentitiesOnly=yes for sshIlya Leoshkevich2022-10-311-1/+2
| * | tests/unit: cleanups for test-io-channel-commandAlex Bennée2022-10-311-17/+28
| * | contrib/plugins: protect execlog's last_exec expansionAlex Bennée2022-10-311-8/+30
| * | contrib/plugins: enable debug on CONFIG_DEBUG_TCGAlex Bennée2022-10-311-0/+1
| * | tests/tcg: include CONFIG_PLUGIN in config-host.makPaolo Bonzini2022-10-311-0/+3
| * | target/s390x: fake instruction loading when handling 'ex'Alex Bennée2022-10-312-0/+23
| * | target/s390x: don't probe next pc for EXecuted insnsAlex Bennée2022-10-311-3/+3
| * | target/s390x: don't use ld_code2 to probe next pcAlex Bennée2022-10-311-1/+1
| * | tests/tcg: re-enable threadcount for sh4Alex Bennée2022-10-311-6/+0Star
| * | tests/tcg: re-enable linux-test for sh4Alex Bennée2022-10-311-6/+0Star
| * | tests/avocado: disable sh4 rd2 tests on GitlabAlex Bennée2022-10-311-0/+5
| * | tests/avocado: raspi2_initrd: Wait for guest shutdown message before stoppingPeter Maydell2022-10-311-1/+1
| * | tests/avocado: set -machine none for userfwd and vnc testsAlex Bennée2022-10-312-0/+4
| * | MAINTAINERS: fix-up for check-tcg Makefile changesAlex Bennée2022-10-311-2/+1Star
| * | MAINTAINERS: add features_to_c.sh to gdbstub filesAlex Bennée2022-10-311-0/+1
| * | MAINTAINERS: add entries for the key build bitsAlex Bennée2022-10-311-0/+25
| * | hw/usb: dev-mtp: Use g_mkdir()Bin Meng2022-10-311-2/+2
| * | block/vvfat: Unify the mkdir() callBin Meng2022-10-311-6/+3Star
| * | tcg: Avoid using hardcoded /tmpBin Meng2022-10-311-1/+2
| * | semihosting/arm-compat-semi: Avoid using hardcoded /tmpBin Meng2022-10-311-1/+2
| * | tests/tcg/nios2: Tweak 10m50-ghrd.ldRichard Henderson2022-10-311-5/+9
| * | tests/tcg: use regular semihosting for nios2-softmmuAlex Bennée2022-10-311-2/+1Star
| * | tests/docker: Add flex/bison to `debian-hexagon-cross`Anton Johansson2022-10-311-1/+1
| * | tests/avocado: extend the timeout for x86_64 tcg testsAlex Bennée2022-10-311-0/+1
| * | configure: fix the --enable-static --disable-pie caseAlex Bennée2022-10-311-2/+3
| * | configure: don't enable cross compilers unless in target_listAlex Bennée2022-10-311-0/+9
| * | tests/docker: Add flex/bison to `debian-all-test`Anton Johansson2022-10-311-0/+2
| * | tests/docker: update test-mingw to run single buildAlex Bennée2022-10-311-10/+6Star
| * | tests/lcitool: Refresh to latest libvirt-ci moduleAlex Bennée2022-10-311-0/+0
| * | tests/docker: update fedora-win[32|64]-cross with lcitoolAlex Bennée2022-10-313-80/+207
| * | tests/lcitool: Rename non-Debian specific helperAlex Bennée2022-10-311-19/+19
* | | Merge tag 'pull-tcg-20221031-2' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2022-11-0134-451/+340Star
|\ \ \
| * | | tests/tcg/multiarch: Add munmap-pthread.cIlya Leoshkevich2022-10-312-0/+82
| * | | accel/tcg: Complete cpu initialization before registrationRichard Henderson2022-10-313-13/+21
| * | | target/i386: Expand eflags updates inlineRichard Henderson2022-10-313-51/+25Star
| * | | accel/tcg: Remove reset_icount argument from cpu_restore_state_from_tbRichard Henderson2022-10-313-11/+10Star
| * | | accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson2022-10-3117-36/+25Star
| * | | target/openrisc: Use cpu_unwind_state_data for mfsprRichard Henderson2022-10-311-2/+9
| * | | target/openrisc: Always exit after mtspr npcRichard Henderson2022-10-311-1/+1
| * | | target/i386: Use cpu_unwind_state_data for tpr accessRichard Henderson2022-10-311-2/+23
| * | | accel/tcg: Introduce cpu_unwind_state_dataRichard Henderson2022-10-313-31/+68
| * | | tcg/tci: fix logic error when registering helpers via FFIIcenowy Zheng2022-10-311-3/+3
| * | | tcg/sparc64: Remove sparc32plus constraintsRichard Henderson2022-10-313-84/+44Star
| * | | tcg/sparc64: Rename from tcg/sparcRichard Henderson2022-10-316-4/+2Star
| * | | tcg/sparc: Remove support for sparc32plusRichard Henderson2022-10-313-220/+34Star
| |/ /
* | | Merge tag 'qemu-macppc-20221031' of https://github.com/mcayland/qemu into sta...Stefan Hajnoczi2022-11-0117-311/+285Star
|\ \ \ | |/ / |/| |
| * | mac_newworld: Turn CORE99_VIA_CONFIG defines into an enumBALATON Zoltan2022-10-311-4/+6
| * | mac_{old|new}world: Code style fix adding missing braces to if-sBALATON Zoltan2022-10-312-5/+10
| * | mac_nvram: Use NVRAM_SIZE constantBALATON Zoltan2022-10-313-5/+4Star