aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-09scripts: drop comment about autogenerated CPU API fileDaniel P. Berrangé1-1/+0
2024-02-09softmmu: remove obsolete comment about libvirt timeoutsDaniel P. Berrangé1-1/+0
2024-02-09ui: drop VNC feature _MASK constantsDaniel P. Berrangé2-34/+22
2024-02-09qemu_init: increase NOFILE soft limit on POSIXFiona Ebner4-0/+30
2024-02-09crypto: Introduce SM4 symmetric cipher algorithmHyman Huang7-1/+117
2024-02-09meson: sort C warning flags alphabeticallyDaniel P. Berrangé1-19/+21
2024-02-08Merge tag 'pull-request-2024-02-06' of https://gitlab.com/thuth/qemu into sta...Peter Maydell23-40/+360
2024-02-08Merge tag 'mem-2024-02-06-v3' of https://github.com/davidhildenbrand/qemu int...Peter Maydell9-53/+180
2024-02-06meson: Link with libinotify on FreeBSDIlya Leoshkevich2-5/+24
2024-02-06test-util-filemonitor: Adapt to the FreeBSD inotify rename semanticsIlya Leoshkevich1-0/+8
2024-02-06tests/vm/freebsd: Reload the sshd configurationIlya Leoshkevich1-0/+1
2024-02-06tests/vm: Set UseDNS=no in the sshd configurationIlya Leoshkevich1-0/+2
2024-02-06target/s390x: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé7-25/+11
2024-02-06tests/tcg/s390x: Test CONVERT TO BINARYIlya Leoshkevich2-0/+103
2024-02-06tests/tcg/s390x: Test CONVERT TO DECIMALIlya Leoshkevich2-0/+64
2024-02-06target/s390x: Emulate CVB, CVBY and CVBGIlya Leoshkevich4-0/+98
2024-02-06target/s390x: Emulate CVDGIlya Leoshkevich4-0/+31
2024-02-06oslib-posix: initialize backend memory objects in parallelMark Kanda7-37/+145
2024-02-06memory-device: reintroduce memory region size checkDavid Hildenbrand1-0/+14
2024-02-05docs/about: Deprecate the old "power5+" and "power7+" CPU namesThomas Huth1-0/+9
2024-02-05target/ppc/cpu-models: Rename power5+ and power7+ for new QOM naming rulesThomas Huth3-10/+8
2024-02-05hw/scsi/lsi53c895a: add missing decrement of reentrancy counterSven Schnelle1-0/+1
2024-02-04hv-balloon: use get_min_alignment() to express 32 GiB alignmentDavid Hildenbrand1-16/+21
2024-02-03Merge tag 'pull-qapi-2024-02-03' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell5-22/+17
2024-02-03Merge tag 'pull-tcg-20240202-2' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell97-1175/+1048
2024-02-03qga/qapi-schema: Move command description right after command nameMarkus Armbruster1-9/+9
2024-02-03qga: Move type description right after type nameMarkus Armbruster1-2/+2
2024-02-03qapi: Elide "Potential additional modes" from generated docsMarkus Armbruster1-5/+6
2024-02-03qapi: Drop redundant documentation of conditionalMarkus Armbruster1-2/+0
2024-02-03qapi: Drop redundant documentation of inherited membersMarkus Armbruster2-4/+0
2024-02-03linux-user/aarch64: Add padding before __kernel_rt_sigreturnRichard Henderson3-0/+4
2024-02-03target/sparc: Remove FSR_FTT_NMASK, FSR_FTT_CEXC_NMASKRichard Henderson1-7/+0
2024-02-03target/sparc: Split fcc out of env->fsrRichard Henderson4-522/+198
2024-02-03target/sparc: Remove cpu_fsrRichard Henderson3-113/+114
2024-02-03target/sparc: Split cexc and ftt from env->fsrRichard Henderson4-38/+48
2024-02-03target/sparc: Merge check_ieee_exceptions with FPop helpersRichard Henderson3-129/+219
2024-02-03target/sparc: Clear cexc and ftt in do_check_ieee_exceptionsRichard Henderson2-16/+2
2024-02-03target/sparc: Split ver from env->fsrRichard Henderson3-16/+23
2024-02-03target/sparc: Introduce cpu_get_fsr, cpu_put_fsrRichard Henderson9-18/+80
2024-02-03target/sparc: Remove qt0, qt1 temporariesRichard Henderson3-8/+0
2024-02-03target/sparc: Use i128 for FdmulqRichard Henderson3-16/+9
2024-02-03target/sparc: Use i128 for FdTOq, FxTOqRichard Henderson3-10/+11
2024-02-03target/sparc: Use i128 for FsTOq, FiTOqRichard Henderson3-10/+11
2024-02-03target/sparc: Use i128 for FCMPq, FCMPEqRichard Henderson3-52/+41
2024-02-03target/sparc: Use i128 for FqTOd, FqTOxRichard Henderson3-9/+10
2024-02-03target/sparc: Use i128 for FqTOs, FqTOiRichard Henderson3-9/+10
2024-02-03target/sparc: Use i128 for FADDq, FSUBq, FMULq, FDIVqRichard Henderson3-28/+26
2024-02-03target/sparc: Use i128 for FSQRTqRichard Henderson3-8/+32
2024-02-03target/sparc: Inline FNEG, FABSRichard Henderson3-72/+30
2024-02-03target/sparc: Introduce gen_{load,store}_fpr_QRichard Henderson1-6/+19