index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging
Richard Henderson
2024-07-03
1
-0
/
+12
|
\
|
*
vhost-user-server: do not set memory fd non-blocking
Stefano Garzarella
2024-07-02
1
-0
/
+12
*
|
util/cpuinfo-riscv: Use linux __riscv_hwprobe syscall
Richard Henderson
2024-07-03
1
-0
/
+26
*
|
util/cpuinfo-riscv: Support OpenBSD signal frame
Richard Henderson
2024-07-03
1
-0
/
+7
*
|
util/cpuinfo-riscv: Support host/cpuinfo.h for riscv
Richard Henderson
2024-07-03
2
-0
/
+87
*
|
util/cpuinfo-aarch64: Add OpenBSD support
Brad Smith
2024-07-03
1
-0
/
+36
*
|
util/cpuinfo-ppc: Add FreeBSD support
Brad Smith
2024-07-03
1
-1
/
+8
*
|
util/cpuinfo-ppc: Fix building on OpenBSD
Brad Smith
2024-07-02
1
-8
/
+12
|
/
*
Revert "host/i386: assume presence of SSE2"
Paolo Bonzini
2024-06-28
1
-0
/
+1
*
Revert "host/i386: assume presence of SSSE3"
Paolo Bonzini
2024-06-28
1
-2
/
+2
*
Revert "host/i386: assume presence of POPCNT"
Paolo Bonzini
2024-06-28
1
-0
/
+1
*
sysemu: generalise qtest_warp_clock as qemu_clock_advance_virtual_time
Alex Bennée
2024-06-24
1
-0
/
+26
*
migration: Add direct-io parameter
Fabiano Rosas
2024-06-21
1
-0
/
+9
*
monitor: Report errors from monitor_fdset_dup_fd_add
Fabiano Rosas
2024-06-21
1
-9
/
+1
*
monitor: Drop monitor_fdset_dup_fd_find/_remove()
Peter Xu
2024-06-20
1
-14
/
+1
*
Merge tag 'pull-tcg-20240619' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
2024-06-19
2
-190
/
+2
|
\
|
*
util/bufferiszero: Split out host include files
Richard Henderson
2024-06-19
1
-190
/
+1
|
*
util/loongarch64: Detect LASX vector support
Richard Henderson
2024-06-19
1
-0
/
+1
*
|
util/readline: Add C-u shortcut
Manos Pitsidianakis
2024-06-19
1
-0
/
+12
*
|
util/readline: Add C-n, C-p shortcuts
Manos Pitsidianakis
2024-06-19
1
-0
/
+8
*
|
util/readline: Fix lints for readline_handle_byte
Manos Pitsidianakis
2024-06-19
1
-4
/
+11
|
/
*
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
2024-06-08
1
-2
/
+7
|
\
|
*
osdep: Make qemu_madvise() return ENOSYS on unsupported OSes
Michal Privoznik
2024-06-08
1
-1
/
+1
|
*
osdep: Make qemu_madvise() to set errno in all cases
Michal Privoznik
2024-06-08
1
-1
/
+6
*
|
util/hexdump: Inline g_string_append_printf "%02x"
Richard Henderson
2024-06-05
1
-1
/
+11
*
|
util/hexdump: Add unit_len and block_len to qemu_hexdump_line
Richard Henderson
2024-06-05
1
-9
/
+21
*
|
util/hexdump: Use a GString for qemu_hexdump_line
Richard Henderson
2024-06-05
1
-11
/
+16
|
/
*
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
2024-06-05
2
-8
/
+4
|
\
|
*
host/i386: assume presence of POPCNT
Paolo Bonzini
2024-06-05
1
-1
/
+0
|
*
host/i386: assume presence of SSSE3
Paolo Bonzini
2024-06-05
1
-2
/
+2
|
*
host/i386: assume presence of SSE2
Paolo Bonzini
2024-06-05
2
-3
/
+2
|
*
host/i386: assume presence of CMOV
Paolo Bonzini
2024-06-05
1
-1
/
+0
|
*
host/i386: nothing looks at CPUINFO_SSE4
Paolo Bonzini
2024-06-05
1
-1
/
+0
*
|
util/hexdump: Remove ascii parameter from qemu_hexdump_line
Richard Henderson
2024-06-04
1
-22
/
+30
*
|
util/hexdump: Remove b parameter from qemu_hexdump_line
Richard Henderson
2024-06-04
1
-7
/
+6
|
/
*
util/uri: Remove the old URI parsing code
Thomas Huth
2024-05-14
2
-1467
/
+1
*
Remove glib compatibility code that is not required anymore
Thomas Huth
2024-05-14
1
-10
/
+0
*
util/bufferiszero: Add simd acceleration for aarch64
Richard Henderson
2024-05-03
1
-0
/
+67
*
util/bufferiszero: Simplify test_buffer_is_zero_next_accel
Richard Henderson
2024-05-03
1
-46
/
+35
*
util/bufferiszero: Introduce biz_accel_fn typedef
Richard Henderson
2024-05-03
1
-3
/
+4
*
util/bufferiszero: Improve scalar variant
Richard Henderson
2024-05-03
1
-34
/
+51
*
util/bufferiszero: Optimize SSE2 and AVX2 variants
Alexander Monakov
2024-05-03
1
-41
/
+76
*
util/bufferiszero: Remove useless prefetches
Alexander Monakov
2024-05-03
1
-3
/
+0
*
util/bufferiszero: Reorganize for early test for acceleration
Alexander Monakov
2024-05-03
1
-51
/
+31
*
util/bufferiszero: Remove AVX512 variant
Alexander Monakov
2024-05-03
1
-35
/
+3
*
util/bufferiszero: Remove SSE4.1 variant
Alexander Monakov
2024-05-03
1
-29
/
+0
*
plugins: Replace pr_ops with a proper debug dump flag
Richard Henderson
2024-04-30
1
-0
/
+4
*
Merge tag 'pull-error-2024-04-24' of https://repo.or.cz/qemu/armbru into staging
Richard Henderson
2024-04-24
1
-5
/
+5
|
\
|
*
qapi: Inline and remove QERR_INVALID_PARAMETER definition
Philippe Mathieu-Daudé
2024-04-24
1
-5
/
+5
*
|
util/qemu-config: Extract QMP commands to qemu-config-qmp.c
Philippe Mathieu-Daudé
2024-04-18
1
-202
/
+2
[next]