index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
Age
Commit message (
Expand
)
Author
2024-06-05
util/hexdump: Inline g_string_append_printf "%02x"
Richard Henderson
2024-06-05
util/hexdump: Add unit_len and block_len to qemu_hexdump_line
Richard Henderson
2024-06-05
util/hexdump: Use a GString for qemu_hexdump_line
Richard Henderson
2024-06-05
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
2024-06-05
host/i386: assume presence of POPCNT
Paolo Bonzini
2024-06-05
host/i386: assume presence of SSSE3
Paolo Bonzini
2024-06-05
host/i386: assume presence of SSE2
Paolo Bonzini
2024-06-05
host/i386: assume presence of CMOV
Paolo Bonzini
2024-06-05
host/i386: nothing looks at CPUINFO_SSE4
Paolo Bonzini
2024-06-04
util/hexdump: Remove ascii parameter from qemu_hexdump_line
Richard Henderson
2024-06-04
util/hexdump: Remove b parameter from qemu_hexdump_line
Richard Henderson
2024-05-14
util/uri: Remove the old URI parsing code
Thomas Huth
2024-05-14
Remove glib compatibility code that is not required anymore
Thomas Huth
2024-05-03
util/bufferiszero: Add simd acceleration for aarch64
Richard Henderson
2024-05-03
util/bufferiszero: Simplify test_buffer_is_zero_next_accel
Richard Henderson
2024-05-03
util/bufferiszero: Introduce biz_accel_fn typedef
Richard Henderson
2024-05-03
util/bufferiszero: Improve scalar variant
Richard Henderson
2024-05-03
util/bufferiszero: Optimize SSE2 and AVX2 variants
Alexander Monakov
2024-05-03
util/bufferiszero: Remove useless prefetches
Alexander Monakov
2024-05-03
util/bufferiszero: Reorganize for early test for acceleration
Alexander Monakov
2024-05-03
util/bufferiszero: Remove AVX512 variant
Alexander Monakov
2024-05-03
util/bufferiszero: Remove SSE4.1 variant
Alexander Monakov
2024-04-30
plugins: Replace pr_ops with a proper debug dump flag
Richard Henderson
2024-04-24
Merge tag 'pull-error-2024-04-24' of https://repo.or.cz/qemu/armbru into staging
Richard Henderson
2024-04-24
qapi: Inline and remove QERR_INVALID_PARAMETER definition
Philippe Mathieu-Daudé
2024-04-18
util/qemu-config: Extract QMP commands to qemu-config-qmp.c
Philippe Mathieu-Daudé
2024-04-18
yank: only build if needed
Paolo Bonzini
2024-03-21
coroutine: reserve 5,000 mappings
Stefan Hajnoczi
2024-03-19
coroutine: cap per-thread local pool size
Stefan Hajnoczi
2024-03-08
oslib-posix: fix memory leak in touch_all_pages
Paolo Bonzini
2024-02-28
notify: pass error to notifier with return
Steve Sistare
2024-02-12
qapi: Improve documentation of file descriptor socket addresses
Markus Armbruster
2024-02-08
Merge tag 'pull-request-2024-02-06' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
2024-02-06
meson: Link with libinotify on FreeBSD
Ilya Leoshkevich
2024-02-06
oslib-posix: initialize backend memory objects in parallel
Mark Kanda
2024-01-30
misc: Clean up includes
Peter Maydell
2024-01-26
qapi: Fix dangling references to docs/devel/qapi-code-gen.txt
Markus Armbruster
2024-01-25
Merge tag 'pull-request-2024-01-24' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
2024-01-24
util/uri: Remove unused macros ISA_RESERVED() and ISA_GEN_DELIM()
Thomas Huth
2024-01-24
util/uri: Remove the uri_string_escape() function
Thomas Huth
2024-01-24
util/uri: Remove unused functions uri_resolve() and uri_resolve_relative()
Thomas Huth
2024-01-24
util/uri: Remove uri_string_unescape()
Thomas Huth
2024-01-22
coroutine-ucontext: Save fake stack for pooled coroutine
Akihiko Odaki
2024-01-19
Merge tag 'hw-cpus-20240119' of https://github.com/philmd/qemu into staging
Peter Maydell
2024-01-19
util/async: Only call icount_notify_exit() if icount is enabled
Philippe Mathieu-Daudé
2024-01-18
remove unnecessary casts from uintptr_t
Paolo Bonzini
2024-01-11
util: fix build with musl libc on ppc64le
Natanael Copa
2024-01-10
util/fifo8: Introduce fifo8_peek_buf()
Philippe Mathieu-Daudé
2024-01-10
util/fifo8: Allow fifo8_pop_buf() to not populate popped length
Philippe Mathieu-Daudé
2024-01-08
Replace "iothread lock" with "BQL" in comments
Stefan Hajnoczi
[next]