aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-09tests/qapi-schema/doc-good: Improve a commentMarkus Armbruster2-1/+5
2023-05-09qapi/dump: Indent bulleted lists consistentlyMarkus Armbruster1-6/+6
2023-05-09qapi: Tidy up a slightly awkward TODO commentMarkus Armbruster1-2/+3
2023-05-09sphinx/qapidoc: Do not emit TODO sections into user manualsMarkus Armbruster2-2/+6
2023-05-09Revert "qapi: BlockExportRemoveMode: move comments to TODO"Markus Armbruster1-5/+5
2023-05-09meson: Fix to make QAPI generator output depend on main.pyMarkus Armbruster1-1/+1
2023-05-09qapi: Fix crash on stray double quote characterMarkus Armbruster1-1/+1
2023-05-09docs/devel/qapi-code-gen: Turn FIXME admonitions into commentsMarkus Armbruster1-7/+2
2023-05-09docs/devel/qapi-code-gen: Clean up use of quotes a bitMarkus Armbruster1-6/+6
2023-05-08Merge tag 'compression-code-pull-request' of https://gitlab.com/juan.quintela...Richard Henderson8-454/+752
2023-05-08meson: leave unnecessary modules out of the buildPaolo Bonzini1-0/+4
2023-05-08docs: clarify --without-default-devicesPaolo Bonzini1-3/+13
2023-05-08target/i386: Add EPYC-Genoa model to support Zen 4 processor seriesBabu Moger1-0/+122
2023-05-08target/i386: Add VNMI and automatic IBRS feature bitsBabu Moger2-2/+5
2023-05-08target/i386: Add missing feature bits in EPYC-Milan modelBabu Moger1-0/+70
2023-05-08target/i386: Add feature bits for CPUID_Fn80000021_EAXBabu Moger2-0/+32
2023-05-08target/i386: Add a couple of feature bits in 8000_0008_EBXBabu Moger2-2/+6
2023-05-08target/i386: Add new EPYC CPU versions with updated cache_infoMichael Roth1-0/+118
2023-05-08target/i386: allow versioned CPUs to specify new cache_infoMichael Roth1-3/+32
2023-05-08include/qemu/osdep.h: Bump _WIN32_WINNT to the Windows 8 APIThomas Huth1-1/+1
2023-05-08migration: Initialize and cleanup decompression in migration.cLukas Straub2-5/+9
2023-05-08ram-compress.c: Make target independentLukas Straub2-8/+12
2023-05-08ram compress: Assert that the file buffer matches the resultLukas Straub4-0/+19
2023-05-08ram.c: Move core decompression code into its own fileLukas Straub3-204/+208
2023-05-08ram.c: Move core compression code into its own fileLukas Straub4-262/+344
2023-05-08ram.c: Remove last ram.c dependency from the core compress codeLukas Straub1-10/+17
2023-05-08ram.c: Call update_compress_thread_counts from compress_send_queued_dataLukas Straub1-12/+6
2023-05-08ram.c: Do not call save_page_header() from compress threadsLukas Straub1-9/+35
2023-05-08ram.c: Reset result after sending queued dataLukas Straub1-10/+22
2023-05-08ram.c: Dont change param->block in the compress threadLukas Straub1-2/+4
2023-05-08ram.c: Let the compress threads return a CompressResult enumLukas Straub1-12/+22
2023-05-08qtest/migration-test.c: Add postcopy tests with compress enabledLukas Straub1-30/+55
2023-05-08qtest/migration-test.c: Add tests with compress enabledLukas Straub1-0/+109
2023-05-08MAINTAINERS: add stanza for Kconfig filesPaolo Bonzini1-0/+10
2023-05-08tb-maint: do not use mb_read/mb_setPaolo Bonzini1-2/+2
2023-05-08call_rcu: stop using mb_set/mb_readPaolo Bonzini1-13/+32
2023-05-08test-aio-multithread: simplify test_multi_co_schedulePaolo Bonzini1-6/+12
2023-05-08test-aio-multithread: do not use mb_read/mb_set for simple flagsPaolo Bonzini1-6/+6
2023-05-08rcu: remove qatomic_mb_set, expand commentsPaolo Bonzini2-14/+15
2023-05-06Merge tag 'pull-loongarch-20230506' of https://gitlab.com/gaosong/qemu into s...Richard Henderson20-58/+9989
2023-05-06hw/intc: don't use target_ulong for LoongArch ipiAlex Bennée1-1/+1
2023-05-06target/loongarch: CPUCFG support LSXSong Gao1-0/+1
2023-05-06target/loongarch: Use {set/get}_gpr replace to cpu_fprSong Gao5-43/+129
2023-05-06target/loongarch: Implement vldiSong Gao3-0/+148
2023-05-06target/loongarch: Implement vld vstSong Gao4-0/+239
2023-05-06target/loongarch: Implement vilvl vilvh vextrins vshufSong Gao5-0/+248
2023-05-06target/loongarch: Implement vreplve vpack vpickSong Gao5-0/+319
2023-05-06target/loongarch: Implement vinsgr2vr vpickve2gr vreplgr2vrSong Gao3-0/+173
2023-05-06target/loongarch: Implement vbitsel vsetSong Gao5-0/+174
2023-05-06target/loongarch: Implement vfcmpSong Gao5-0/+190