aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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
2022-03-22compiler.h: replace QEMU_WARN_UNUSED_RESULT with G_GNUC_WARN_UNUSED_RESULTMarc-André Lureau6-16/+16
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau58-137/+130
2022-03-22Drop qemu_foo() socket API wrapperMarc-André Lureau15-64/+45
2022-03-22m68k/nios2-semi: fix gettimeofday() result checkMarc-André Lureau2-2/+2
2022-03-22vl: typo fix in a commentMarc-André Lureau1-1/+1
2022-03-22qemu-options: define -spice only #ifdef CONFIG_SPICEMarc-André Lureau2-0/+4
2022-03-22Merge tag 'pull-nbd-2022-03-21' of https://repo.or.cz/qemu/ericb into stagingPeter Maydell3-13/+13
2022-03-22iotests/207: Filter host fingerprintHanna Reitz2-4/+9
2022-03-22iotests.py: Filters for VM.run_job()Hanna Reitz1-10/+16
2022-03-22iotests: make qemu_img_log and img_info_log raise on errorJohn Snow3-5/+7
2022-03-22iotests: remove qemu_img_pipe_and_status()John Snow1-19/+7
2022-03-22iotests: replace qemu_img_log('create', ...) callsJohn Snow6-48/+13
2022-03-22iotests: use qemu_img() in has_working_luks()John Snow1-9/+9
2022-03-22iotests: remove remaining calls to qemu_img_pipe()John Snow4-13/+9
2022-03-22iotests/149: Remove qemu_img_pipe() callJohn Snow2-23/+5
2022-03-22iotests: replace unchecked calls to qemu_img_pipe()John Snow6-10/+10
2022-03-22iotests: change supports_quorum to use qemu_imgJohn Snow1-2/+2
2022-03-22iotests: add qemu_img_map() functionJohn Snow6-24/+17
2022-03-22iotests/remove-bitmap-from-backing: use qemu_img_info()John Snow1-3/+3
2022-03-22iotests: add qemu_img_info()John Snow3-10/+15
2022-03-22iotests: use qemu_img_json() when applicableJohn Snow1-4/+4
2022-03-22iotests: add qemu_img_json()John Snow1-0/+32
2022-03-22iotests: fortify compare_images() against crashesJohn Snow1-5/+16
2022-03-22iotests: make qemu_img raise on non-zero rc by defaultJohn Snow2-10/+55
2022-03-22iotests: Remove explicit checks for qemu_img() == 0John Snow15-56/+45
2022-03-22python/utils: add VerboseProcessErrorJohn Snow1-0/+39
2022-03-22python/utils: add add_visual_margin() text decoration utilityJohn Snow1-0/+78
2022-03-22tests/qemu-iotests/testrunner: Supply a test plan in TAP modeThomas Huth1-0/+1
2022-03-22tests: Do not treat the iotests as separate meson test target anymoreThomas Huth3-15/+4
2022-03-22tests/qemu-iotests: Use GNU sed in two more spots where it is necessaryThomas Huth1-2/+2