aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-16fpu: Add conversions between bfloat16 and [u]int8LIU Zhiwei2-0/+70
2023-09-16accel/tcg: Introduce do_st16_mmio_leNRichard Henderson1-30/+58
2023-09-16accel/tcg: Introduce do_ld16_mmio_beNRichard Henderson1-32/+59
2023-09-16accel/tcg: Merge io_writex into do_st_mmio_leNRichard Henderson1-51/+29
2023-09-16accel/tcg: Merge io_readx into do_ld_mmio_beNRichard Henderson1-54/+30
2023-09-16accel/tcg: Replace direct use of io_readx/io_writex in do_{ld,st}_1Richard Henderson1-2/+4
2023-09-16accel/tcg: Merge cpu_transaction_failed into io_failedRichard Henderson1-20/+13
2023-09-16plugin: Simplify struct qemu_plugin_hwaddrRichard Henderson3-37/+17
2023-09-16accel/tcg: Use CPUTLBEntryFull.phys_addr in io_failedRichard Henderson1-8/+4
2023-09-16accel/tcg: Split out io_prepare and io_failedRichard Henderson1-31/+44
2023-09-16accel/tcg: Simplify tlb_plugin_lookupRichard Henderson3-70/+23
2023-09-16target/arm: Use tcg_gen_gvec_cmpi for compare vs 0Richard Henderson1-48/+10
2023-09-16tcg: Add gvec compare with immediate and scalar operandRichard Henderson4-0/+206
2023-09-16tcg/loongarch64: Implement 128-bit load & storeJiajie Chen3-1/+62
2023-09-15tcg/loongarch64: Lower rotli_vec to vrotriJiajie Chen2-1/+22
2023-09-15tcg/loongarch64: Lower rotv_vec ops to LSXJiajie Chen2-1/+15
2023-09-15tcg/loongarch64: Lower vector shift integer opsJiajie Chen2-1/+22
2023-09-15tcg/loongarch64: Lower bitsel_vec to vbitselJiajie Chen3-2/+12
2023-09-15tcg/loongarch64: Lower vector shift vector opsJiajie Chen2-1/+25
2023-09-15tcg/loongarch64: Lower vector saturated opsJiajie Chen2-1/+33
2023-09-15tcg/loongarch64: Lower vector min max opsJiajie Chen2-1/+33
2023-09-15tcg/loongarch64: Lower mul_vec to vmulJiajie Chen2-1/+9
2023-09-15tcg/loongarch64: Lower neg_vec to vnegJiajie Chen2-1/+9
2023-09-15tcg/loongarch64: Lower vector bitwise operationsJiajie Chen3-4/+50
2023-09-15tcg/loongarch64: Lower add/sub_vec to vadd/vsubJiajie Chen3-0/+63
2023-09-15tcg/loongarch64: Lower cmp_vec to vseq/vsle/vsltJiajie Chen3-0/+67
2023-09-15tcg: pass vece to tcg_target_const_match()Jiajie Chen11-12/+12
2023-09-15tcg/loongarch64: Lower basic tcg vec ops to LSXJiajie Chen5-2/+270
2023-09-15tcg/loongarch64: Import LSX instructionsJiajie Chen1-1/+6018
2023-09-15thunk: Delete checks for old host definitionsAkihiko Odaki1-2/+1
2023-09-15softmmu: Delete checks for old host definitionsAkihiko Odaki1-3/+0
2023-09-15util: Delete checks for old host definitionsAkihiko Odaki1-12/+3
2023-09-15accel/tcg: Fix the comment for CPUTLBEntryFullLIU Zhiwei2-10/+13
2023-09-15accel/tcg: mttcg remove false-negative halted assertionNicholas Piggin1-7/+2
2023-09-13Merge tag 'pull-tpm-2023-09-12-3' of https://github.com/stefanberger/qemu-tpm...Stefan Hajnoczi1-9/+2
2023-09-13Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi3-27/+25
2023-09-13Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...Stefan Hajnoczi1-2/+2
2023-09-13tpm: fix crash when FD >= 1024 and unnecessary errors due to EINTRMarc-André Lureau1-9/+2
2023-09-13Merge tag 'pull-request-2023-09-12' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi31-25/+460
2023-09-13Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...Stefan Hajnoczi22-1245/+1426
2023-09-13target/i386: Call accel-agnostic x86_cpu_get_supported_cpuid()Philippe Mathieu-Daudé1-16/+16
2023-09-13target/i386: Drop accel_uses_host_cpuid before x86_cpu_get_supported_cpuidPhilippe Mathieu-Daudé1-6/+4
2023-09-13target/i386: Check kvm_hyperv_expand_features() return valuePhilippe Mathieu-Daudé1-2/+2
2023-09-13meson: Fix targetos match for illumos and Solaris.Jonathan Perkin2-3/+3
2023-09-12hw/nvme: Avoid dynamic stack allocationPeter Maydell1-1/+1
2023-09-12hw/nvme: Use #define to avoid variable length arrayPhilippe Mathieu-Daudé1-1/+1
2023-09-12tests/qtest/pflash: Clean up local variable shadowingPhilippe Mathieu-Daudé1-1/+1
2023-09-12kconfig: Add NVME to s390x machinesCédric Le Goater1-1/+1
2023-09-12target/s390x: AP-passthrough for PV guestsSteffen Eiden5-0/+79
2023-09-12target/s390x/kvm: Refactor AP functionalitiesSteffen Eiden1-7/+17