aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-09Update version for 9.0.1 releasev9.0.1Michael Tokarev1-1/+1
2024-06-07target/loongarch: fix a wrong print in cpu dumplanyanzhi1-1/+1
2024-06-06ui/sdl2: Allow host to power down screenBernhard Beschow1-0/+1
2024-06-06virtio-gpu: fix v2 migrationMarc-André Lureau3-8/+24
2024-06-06target/i386: fix SSE and SSE2 feature checkXinyu Li1-2/+2
2024-06-06target/i386: fix xsave.flat from kvm-unit-testsPaolo Bonzini1-0/+5
2024-06-05disas/riscv: Decode all of the pmpcfg and pmpaddr CSRsAlistair Francis1-1/+64
2024-06-05riscv, gdbstub.c: fix reg_width in ricsv_gen_dynamic_vector_feature()Daniel Henrique Barboza1-3/+3
2024-06-05target/riscv/kvm.c: Fix the hart bit setting of AIAYong-Xuan Wang1-1/+8
2024-06-05target/riscv: rvzicbo: Fixup CBO extension register calculationAlistair Francis1-4/+12
2024-06-05target/riscv: do not set mtval2 for non guest-page faultsAlexei Filippov1-6/+6
2024-06-05target/riscv: prioritize pmp errors in raise_mmu_exception()Daniel Henrique Barboza1-10/+12
2024-06-05target/riscv: rvv: Remove redudant SEW checking for vector fp narrow/widen in...Max Chou1-12/+4
2024-06-05target/riscv: rvv: Check single width operator for vfncvt.rod.f.f.wMax Chou1-0/+1
2024-06-05target/riscv: rvv: Check single width operator for vector fp widen instructionsMax Chou1-0/+5
2024-06-05target/riscv: rvv: Fix Zvfhmin checking for vfwcvt.f.f.v and vfncvt.f.f.w ins...Max Chou1-2/+18
2024-06-05target/riscv/cpu.c: fix Zvkb extension configYangyu Chen1-1/+1
2024-06-05target/riscv: Fix the element agnostic function problemHuang Tao1-0/+22
2024-06-05target/riscv/kvm: tolerate KVM disable ext errorsDaniel Henrique Barboza1-4/+8
2024-06-05target/riscv/kvm: Fix exposure of ZkrAndrew Jones3-4/+42
2024-06-05hw/intc/riscv_aplic: APLICs should add child earlier than realizeyang.zhang1-4/+4
2024-06-05iotests: test NBD+TLS+iothreadEric Blake2-0/+222
2024-06-05qio: Inherit follow_coroutine_ctx across TLSEric Blake2-11/+16
2024-06-01target/arm: Disable SVE extensions when SVE is disabledMarcin Juszkiewicz1-1/+5
2024-05-30hw/intc/arm_gic: Fix handling of NS view of GICC_APR<n>Andrey Shumilin1-2/+2
2024-05-30hvf: arm: Fix encodings for ID_AA64PFR1_EL1 and debug System registersZenghui Yu1-80/+80
2024-05-27gitlab: use 'setarch -R' to workaround tsan bugDaniel P. Berrangé1-0/+3
2024-05-27gitlab: use $MAKE instead of 'make'Daniel P. Berrangé1-3/+3
2024-05-27dockerfiles: add 'MAKE' env variable to remaining containersDaniel P. Berrangé7-0/+7
2024-05-27gitlab: Update msys2-64bit runner tagsRichard Henderson1-3/+1
2024-05-27target/i386: no single-step exception after MOV or POP SSPaolo Bonzini1-1/+1
2024-05-27target/i386: disable jmp_opt if EFLAGS.RF is 1Paolo Bonzini1-1/+1
2024-05-27hw/loongarch/virt: Fix FDT memory node address widthJiaxun Yang1-1/+2
2024-05-27hw/loongarch: Fix fdt memory node wrong 'reg'Song Gao1-1/+1
2024-05-27target/loongarch/kvm: fpu save the vreg registers high 192bitSong Gao1-0/+6
2024-05-27hw/core/machine: move compatibility flags for VirtIO-net USO to machine 8.1Fiona Ebner1-3/+3
2024-05-27target-i386: hyper-v: Correct kvm_hv_handle_exit return valuedonsheng1-1/+1
2024-05-27hw/pflash: fix block write startGerd Hoffmann1-5/+3
2024-05-27tcg/loongarch64: Fill out tcg_out_{ld,st} for vector regsRichard Henderson1-23/+80
2024-05-27ui/gtk: Check if fence_fd is equal to or greater than 0Dongwon Kim3-6/+8
2024-05-27ui/gtk: Fix mouse/motion event scaling issue with GTK display backendhikalium1-5/+13
2024-05-27configure: Fix error message when C compiler is not workingThomas Huth1-1/+10
2024-05-27configure: quote -D options that are passed through to mesonPaolo Bonzini1-1/+1
2024-05-27target/i386: fix feature dependency for WAITPKGPaolo Bonzini1-2/+2
2024-05-27target/i386: rdpkru/wrpkru are no-prefix instructionsPaolo Bonzini1-2/+4
2024-05-27target/i386: fix operand size for DATA16 REX.W POPCNTPaolo Bonzini1-6/+1
2024-05-10hw/remote/vfio-user: Fix config space access byte orderMattias Nissler1-2/+2
2024-05-10hw/loongarch/virt: Fix memory leakSong Gao1-2/+1
2024-05-09target/sh4: Update DisasContextBase.insn_startRichard Henderson1-0/+1
2024-05-09target/sparc: Fix FPMERGERichard Henderson3-15/+16