aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-24Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingPeter Maydell5-9/+9
2022-03-24build: disable fcf-protection on -march=486 -m16Christian Ehrhardt1-0/+4
2022-03-24target/i386: properly reset TSC on resetPaolo Bonzini2-1/+14
2022-03-24Merge tag 'linux-user-for-7.0-pull-request' of https://gitlab.com/laurent_viv...Peter Maydell6-145/+195
2022-03-24hw: Fix misleading hexadecimal formatPhilippe Mathieu-Daudé4-8/+8
2022-03-24block: Fix misleading hexadecimal formatPhilippe Mathieu-Daudé1-1/+1
2022-03-24target/i386: tcg: high bits SSE cmp operation must be ignoredPaolo Bonzini1-4/+2
2022-03-23linux-user/arm: Implement __kernel_cmpxchg64 with host atomicsRichard Henderson1-39/+36
2022-03-23linux-user/arm: Implement __kernel_cmpxchg with host atomicsRichard Henderson1-25/+62
2022-03-23linux-user/arm: Implement __kernel_memory_barrierRichard Henderson1-1/+1
2022-03-23configure: remove dead int128 testPaolo Bonzini1-18/+0
2022-03-23KVM: x86: workaround invalid CPUID[0xD,9] info on some AMD processorsPaolo Bonzini3-9/+16
2022-03-23Merge tag 'pull-fixes-for-7.0-230322-1' of https://github.com/stsquad/qemu in...Peter Maydell15-46/+129
2022-03-23i386: Set MCG_STATUS_RIPV bit for mce SRAR errorluofei1-1/+1
2022-03-23target/i386/kvm: Free xsave_buf when destroying vCPUPhilippe Mathieu-Daudé1-0/+2
2022-03-23docs/tcg-plugins: document QEMU_PLUGIN behaviourChristoph Muellner1-2/+7
2022-03-23docs: remove qemu_logo.pdfAlex Bennée1-0/+0
2022-03-23gitlab: include new aarch32 job in custom-runnersAlex Bennée2-0/+1
2022-03-23semihosting: clean up handling of expanded argvAlex Bennée1-3/+3
2022-03-23docs/devel: try and impose some organisationAlex Bennée6-39/+95
2022-03-23mailmap/gitdm: more fixes for bad tags and authorsAlex Bennée2-1/+9
2022-03-23target/i386: force maximum rounding precision for fildl[l]Alex Bennée1-0/+13
2022-03-23tests/Makefile.include: Let "make clean" remove the TCG tests, tooThomas Huth1-1/+1
2022-03-22Update version for v7.0.0-rc1 releasev7.0.0-rc1Peter Maydell1-1/+1
2022-03-22Merge tag 'pull-request-2022-03-21' of https://gitlab.com/thuth/qemu into sta...Peter Maydell6-22/+198
2022-03-22Merge tag 'fixes-pull-request' of gitlab.com:marcandre.lureau/qemu into stagingPeter Maydell93-347/+278
2022-03-22gitlab: disable accelerated zlib for s390xAlex Bennée2-2/+16
2022-03-22Merge tag 'pull-block-2022-03-22' of https://gitlab.com/hreitz/qemu into stagingPeter Maydell50-272/+402
2022-03-22linux-user: Fix missing space in error messageFergus Henderson1-1/+1
2022-03-22linux-user: Properly handle sigset arg to ppollRichard Henderson1-17/+7
2022-03-22linux-user: Properly handle sigset arg to epoll_pwaitRichard Henderson1-15/+7
2022-03-22linux-user: Properly handle sigset arg to pselectRichard Henderson1-20/+10
2022-03-22linux-user: Split out helpers for sigsuspendRichard Henderson3-23/+66
2022-03-22linux-user/alpha: Fix sigsuspend for big-endian hostsRichard Henderson1-1/+2
2022-03-22linux-user: Fix syscall parameter handling for MIPS n32WANG Xuerui1-3/+3
2022-03-22qapi: remove needless includeMarc-André Lureau1-1/+0
2022-03-22Remove trailing ; after G_DEFINE_AUTO macroMarc-André Lureau2-2/+2
2022-03-22tests: remove needless includeMarc-André Lureau1-1/+0
2022-03-22error: use GLib to remember the program nameMarc-André Lureau6-29/+13
2022-03-22qga: remove bswap.h includeMarc-André Lureau1-1/+0
2022-03-22qapi: remove needless includeMarc-André Lureau1-1/+0
2022-03-22meson: fix CONFIG_ATOMIC128 checkMarc-André Lureau1-15/+12
2022-03-22meson: move int128 checks from configureMarc-André Lureau2-47/+39
2022-03-22qapi: remove needless includeMarc-André Lureau1-1/+0
2022-03-22util: remove the net/net.h dependencyMarc-André Lureau3-15/+13
2022-03-22util: remove needless includesMarc-André Lureau1-2/+0
2022-03-22scripts/modinfo-collect: remove unused/dead codeMarc-André Lureau1-5/+0
2022-03-22Move HOST_LONG_BITS to compiler.hMarc-André Lureau2-3/+5
2022-03-22Simplify HOST_LONG_BITSMarc-André Lureau1-7/+1
2022-03-22compiler.h: replace QEMU_SENTINEL with G_GNUC_NULL_TERMINATEDMarc-André Lureau4-7/+5