aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2024-06-19util/readline: Add C-u shortcutManos Pitsidianakis1-0/+12
2024-06-19util/readline: Add C-n, C-p shortcutsManos Pitsidianakis1-0/+8
2024-06-19util/readline: Fix lints for readline_handle_byteManos Pitsidianakis1-4/+11
2024-06-08Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson1-2/+7
2024-06-08osdep: Make qemu_madvise() return ENOSYS on unsupported OSesMichal Privoznik1-1/+1
2024-06-08osdep: Make qemu_madvise() to set errno in all casesMichal Privoznik1-1/+6
2024-06-05util/hexdump: Inline g_string_append_printf "%02x"Richard Henderson1-1/+11
2024-06-05util/hexdump: Add unit_len and block_len to qemu_hexdump_lineRichard Henderson1-9/+21
2024-06-05util/hexdump: Use a GString for qemu_hexdump_lineRichard Henderson1-11/+16
2024-06-05Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2-8/+4
2024-06-05host/i386: assume presence of POPCNTPaolo Bonzini1-1/+0
2024-06-05host/i386: assume presence of SSSE3Paolo Bonzini1-2/+2
2024-06-05host/i386: assume presence of SSE2Paolo Bonzini2-3/+2
2024-06-05host/i386: assume presence of CMOVPaolo Bonzini1-1/+0
2024-06-05host/i386: nothing looks at CPUINFO_SSE4Paolo Bonzini1-1/+0
2024-06-04util/hexdump: Remove ascii parameter from qemu_hexdump_lineRichard Henderson1-22/+30
2024-06-04util/hexdump: Remove b parameter from qemu_hexdump_lineRichard Henderson1-7/+6
2024-05-14util/uri: Remove the old URI parsing codeThomas Huth2-1467/+1
2024-05-14Remove glib compatibility code that is not required anymoreThomas Huth1-10/+0
2024-05-03util/bufferiszero: Add simd acceleration for aarch64Richard Henderson1-0/+67
2024-05-03util/bufferiszero: Simplify test_buffer_is_zero_next_accelRichard Henderson1-46/+35
2024-05-03util/bufferiszero: Introduce biz_accel_fn typedefRichard Henderson1-3/+4
2024-05-03util/bufferiszero: Improve scalar variantRichard Henderson1-34/+51
2024-05-03util/bufferiszero: Optimize SSE2 and AVX2 variantsAlexander Monakov1-41/+76
2024-05-03util/bufferiszero: Remove useless prefetchesAlexander Monakov1-3/+0
2024-05-03util/bufferiszero: Reorganize for early test for accelerationAlexander Monakov1-51/+31
2024-05-03util/bufferiszero: Remove AVX512 variantAlexander Monakov1-35/+3
2024-05-03util/bufferiszero: Remove SSE4.1 variantAlexander Monakov1-29/+0
2024-04-30plugins: Replace pr_ops with a proper debug dump flagRichard Henderson1-0/+4
2024-04-24Merge tag 'pull-error-2024-04-24' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson1-5/+5
2024-04-24qapi: Inline and remove QERR_INVALID_PARAMETER definitionPhilippe Mathieu-Daudé1-5/+5
2024-04-18util/qemu-config: Extract QMP commands to qemu-config-qmp.cPhilippe Mathieu-Daudé1-202/+2
2024-04-18yank: only build if neededPaolo Bonzini1-1/+1
2024-03-21coroutine: reserve 5,000 mappingsStefan Hajnoczi1-5/+10
2024-03-19coroutine: cap per-thread local pool sizeStefan Hajnoczi1-59/+223
2024-03-08oslib-posix: fix memory leak in touch_all_pagesPaolo Bonzini1-2/+4
2024-02-28notify: pass error to notifier with returnSteve Sistare1-2/+3
2024-02-12qapi: Improve documentation of file descriptor socket addressesMarkus Armbruster1-1/+2
2024-02-08Merge tag 'pull-request-2024-02-06' of https://gitlab.com/thuth/qemu into sta...Peter Maydell1-1/+5
2024-02-06meson: Link with libinotify on FreeBSDIlya Leoshkevich1-1/+5
2024-02-06oslib-posix: initialize backend memory objects in parallelMark Kanda2-32/+107
2024-01-30misc: Clean up includesPeter Maydell1-1/+0
2024-01-26qapi: Fix dangling references to docs/devel/qapi-code-gen.txtMarkus Armbruster1-1/+1
2024-01-25Merge tag 'pull-request-2024-01-24' of https://gitlab.com/thuth/qemu into sta...Peter Maydell1-858/+11
2024-01-24util/uri: Remove unused macros ISA_RESERVED() and ISA_GEN_DELIM()Thomas Huth1-13/+0
2024-01-24util/uri: Remove the uri_string_escape() functionThomas Huth1-70/+0
2024-01-24util/uri: Remove unused functions uri_resolve() and uri_resolve_relative()Thomas Huth1-689/+0
2024-01-24util/uri: Remove uri_string_unescape()Thomas Huth1-86/+11
2024-01-22coroutine-ucontext: Save fake stack for pooled coroutineAkihiko Odaki1-9/+26
2024-01-19Merge tag 'hw-cpus-20240119' of https://github.com/philmd/qemu into stagingPeter Maydell1-7/+9