aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-01target/arm: Move sve probe inside kvm >= 4.15 branchRichard Henderson1-11/+11
2022-08-01target/arm: Set KVM_ARM_VCPU_SVE while probing the hostRichard Henderson1-14/+13
2022-08-01target/arm: Use kvm_arm_sve_supported in kvm_arm_get_host_cpu_featuresRichard Henderson1-1/+1
2022-07-31Merge tag 'pull-hex-20220731' of https://github.com/quic/qemu into stagingRichard Henderson4-12/+1044
2022-07-31Hexagon (tests/tcg/hexagon) reference file for float_convdTaylor Simpson1-0/+988
2022-07-31Hexagon (tests/tcg/hexagon) Fix alignment in load_unpack.cTaylor Simpson1-7/+7
2022-07-31Hexagon (target/hexagon) make VyV operands use a unique tempTaylor Simpson2-5/+49
2022-07-29Merge tag 'pull-la-20220729' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson7-67/+64
2022-07-29hw/loongarch: Change macro name 'LS7A_XXX' to 'VIRT_XXX'Xiaojuan Yang4-64/+61
2022-07-29hw/loongarch: Rename file 'loongson3.XXX' to 'virt.XXX'Xiaojuan Yang4-3/+3
2022-07-29ci: Upgrade msys2 release to 20220603Yonggang Luo2-2/+2
2022-07-29Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson7-12/+13
2022-07-29Merge tag 'pull-testing-next-290722-1' of https://github.com/stsquad/qemu int...Richard Henderson39-69/+242
2022-07-29qemu-options: bring the kernel and image options togetherAlex Bennée1-18/+78
2022-07-29docs/devel: fix description of OBJECT_DECLARE_SIMPLE_TYPEAlex Bennée1-2/+1
2022-07-29tests/tcg/s390x: Test unaligned accesses to lowcoreIlya Leoshkevich2-0/+28
2022-07-29qapi: Add exit-failure PanicActionIlya Leoshkevich5-9/+23
2022-07-29semihosting: Fix handling of buffer in TARGET_SYS_TMPNAMPeter Maydell1-2/+11
2022-07-29semihosting: Check for errors on SET_ARG()Peter Maydell1-3/+13
2022-07-29semihosting: Don't copy buffer after console_write()Peter Maydell1-1/+1
2022-07-29semihosting: Don't return negative values on qemu_semihosting_console_write()...Peter Maydell1-1/+2
2022-07-29.gitlab-ci.d/windows.yml: Enable native Windows symlinkBin Meng1-0/+2
2022-07-29.cirrus.yml: Change winsymlinks to 'native'Bin Meng1-1/+1
2022-07-29gitlab: drop 'containers-layer2' stageDaniel P. Berrangé2-13/+12
2022-07-29gitlab: show testlog.txt contents when cirrus/custom-runner jobs failDaniel P. Berrangé5-1/+30
2022-07-29tests: refresh to latest libvirt-ci moduleDaniel P. Berrangé19-18/+40
2022-07-29configure: pass correct cflags to container-based cross compilersPaolo Bonzini1-1/+0
2022-07-29kvm: don't use perror() without useful errnoCornelia Huck2-2/+2
2022-07-29configure: Fix ppc container_cross_cc substitutionRichard Henderson1-1/+1
2022-07-28Merge tag 'pull-ppc-20220728' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson4-13/+109
2022-07-28target/ppc: Implement new wait variantsNicholas Piggin2-8/+91
2022-07-28stubs: update replay-tools to match replay.h typesClaudio Fontana1-4/+5
2022-07-28vga: fix incorrect line height in 640x200x2 modePaolo Bonzini1-1/+2
2022-07-28hw/ppc/ppc440_uc: Initialize length passed to cpu_physical_memory_map()Peter Maydell1-1/+4
2022-07-28hw/ppc: check if spapr_drc_index() returns NULL in spapr_nvdimm.cDaniel Henrique Barboza1-4/+14
2022-07-28Merge tag 'pull-riscv-to-apply-20220728' of github.com:alistair23/qemu into s...Richard Henderson2-7/+2
2022-07-28ui: dbus-display requires CONFIG_GBMPaolo Bonzini2-3/+3
2022-07-27Merge tag 'pull-block-2022-07-27' of https://gitlab.com/vsementsov/qemu into ...Richard Henderson3-3/+49
2022-07-28hw/intc: sifive_plic: Fix multi-socket plic configuraitonAtish Patra1-2/+2
2022-07-27RISC-V: Allow both Zmmul and MPalmer Dabbelt1-5/+0
2022-07-26Update version for v7.1.0-rc0 releasev7.1.0-rc0Richard Henderson1-1/+1
2022-07-26Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson16-107/+258
2022-07-26hw/virtio/virtio-iommu: Enforce power-of-two notify for both MAP and UNMAPJean-Philippe Brucker1-19/+28
2022-07-26iotests/131: Add parallels regression testHanna Reitz2-1/+47
2022-07-26block/parallels: Fix buffer-based write callHanna Reitz1-2/+2
2022-07-26Merge tag 'pull-target-arm-20220726' of https://git.linaro.org/people/pmaydel...Richard Henderson5-20/+17
2022-07-26i386/pc: restrict AMD only enforcing of 1Tb hole to new machine typeJoao Martins4-2/+7
2022-07-26i386/pc: relocate 4g start to 1T where applicableJoao Martins1-0/+54
2022-07-26i386/pc: bounds check phys-bits against max used GPAJoao Martins1-0/+27
2022-07-26i386/pc: factor out device_memory base/size to helperJoao Martins1-15/+31