aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-10aio-wait: avoid AioContext lock in aio_wait_bh_oneshot()Stefan Hajnoczi
2023-05-10block: add missing coroutine_fn annotationsPaolo Bonzini
2023-05-10block: add configure options for excluding vmdk, vhdx and vpcVladimir Sementsov-Ogievskiy
2023-05-10Merge tag 'vfio-updates-20230509.0' of https://gitlab.com/alex.williamson/qem...Richard Henderson
2023-05-10target/loongarch: Terminate vmstate subsections listRichard Henderson
2023-05-09Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2023-05-09vfio/pci: Static Resizable BAR capabilityAlex Williamson
2023-05-09vfio/migration: Skip log_sync during migration SETUP stateAvihai Horon
2023-05-09vfio/pci: add support for VF tokenMinwoo Im
2023-05-08Merge tag 'compression-code-pull-request' of https://gitlab.com/juan.quintela...Richard Henderson
2023-05-08meson: leave unnecessary modules out of the buildPaolo Bonzini
2023-05-08docs: clarify --without-default-devicesPaolo Bonzini
2023-05-08target/i386: Add EPYC-Genoa model to support Zen 4 processor seriesBabu Moger
2023-05-08target/i386: Add VNMI and automatic IBRS feature bitsBabu Moger
2023-05-08target/i386: Add missing feature bits in EPYC-Milan modelBabu Moger
2023-05-08target/i386: Add feature bits for CPUID_Fn80000021_EAXBabu Moger
2023-05-08target/i386: Add a couple of feature bits in 8000_0008_EBXBabu Moger
2023-05-08target/i386: Add new EPYC CPU versions with updated cache_infoMichael Roth
2023-05-08target/i386: allow versioned CPUs to specify new cache_infoMichael Roth
2023-05-08include/qemu/osdep.h: Bump _WIN32_WINNT to the Windows 8 APIThomas Huth
2023-05-08migration: Initialize and cleanup decompression in migration.cLukas Straub
2023-05-08ram-compress.c: Make target independentLukas Straub
2023-05-08ram compress: Assert that the file buffer matches the resultLukas Straub
2023-05-08ram.c: Move core decompression code into its own fileLukas Straub
2023-05-08ram.c: Move core compression code into its own fileLukas Straub
2023-05-08ram.c: Remove last ram.c dependency from the core compress codeLukas Straub
2023-05-08ram.c: Call update_compress_thread_counts from compress_send_queued_dataLukas Straub
2023-05-08ram.c: Do not call save_page_header() from compress threadsLukas Straub
2023-05-08ram.c: Reset result after sending queued dataLukas Straub
2023-05-08ram.c: Dont change param->block in the compress threadLukas Straub
2023-05-08ram.c: Let the compress threads return a CompressResult enumLukas Straub
2023-05-08qtest/migration-test.c: Add postcopy tests with compress enabledLukas Straub
2023-05-08qtest/migration-test.c: Add tests with compress enabledLukas Straub
2023-05-08MAINTAINERS: add stanza for Kconfig filesPaolo Bonzini
2023-05-08tb-maint: do not use mb_read/mb_setPaolo Bonzini
2023-05-08call_rcu: stop using mb_set/mb_readPaolo Bonzini
2023-05-08test-aio-multithread: simplify test_multi_co_schedulePaolo Bonzini
2023-05-08test-aio-multithread: do not use mb_read/mb_set for simple flagsPaolo Bonzini
2023-05-08rcu: remove qatomic_mb_set, expand commentsPaolo Bonzini
2023-05-06Merge tag 'pull-loongarch-20230506' of https://gitlab.com/gaosong/qemu into s...Richard Henderson
2023-05-06hw/intc: don't use target_ulong for LoongArch ipiAlex Bennée
2023-05-06target/loongarch: CPUCFG support LSXSong Gao
2023-05-06target/loongarch: Use {set/get}_gpr replace to cpu_fprSong Gao
2023-05-06target/loongarch: Implement vldiSong Gao
2023-05-06target/loongarch: Implement vld vstSong Gao
2023-05-06target/loongarch: Implement vilvl vilvh vextrins vshufSong Gao
2023-05-06target/loongarch: Implement vreplve vpack vpickSong Gao
2023-05-06target/loongarch: Implement vinsgr2vr vpickve2gr vreplgr2vrSong Gao
2023-05-06target/loongarch: Implement vbitsel vsetSong Gao
2023-05-06target/loongarch: Implement vfcmpSong Gao