index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-11
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...
Peter Maydell
1
-0
/
+1
2021-03-11
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-03-09' into st...
Peter Maydell
1
-21
/
+77
2021-03-09
net: Use id_generate() in the network subsystem, too
Thomas Huth
1
-0
/
+1
2021-03-09
qtest: delete superfluous inclusions of qtest.h
Chen Qun
2
-2
/
+0
2021-03-08
utils: Deprecate hex-with-suffix sizes
Eric Blake
1
-1
/
+9
2021-03-08
utils: Improve qemu_strtosz() to have 64 bits of precision
Eric Blake
1
-21
/
+69
2021-03-06
qemu-option: do not suggest using the delay option
Paolo Bonzini
1
-1
/
+5
2021-03-06
qemu-config: add error propagation to qemu_config_parse
Paolo Bonzini
1
-11
/
+12
2021-02-16
event_notifier: Set ->initialized earlier in event_notifier_init()
Greg Kurz
1
-1
/
+1
2021-02-16
util/cutils: Skip "." when looking for next directory component
Stefan Weil
1
-1
/
+2
2021-02-09
memory: alloc RAM from file at offset
Jagannathan Raman
2
-4
/
+6
2021-02-09
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
1
-0
/
+16
2021-02-08
event_notifier: handle initialization failure better
Maxim Levitsky
1
-0
/
+16
2021-02-08
migration: introduce UFFD-WP low-level interface helpers
Andrey Gruzdev
3
-0
/
+355
2021-02-07
utils/fifo8: change fatal errors from abort() to assert()
Mark Cave-Ayland
1
-12
/
+4
2021-02-03
util/iov: make qemu_iovec_init_extended() honest
Vladimir Sementsov-Ogievskiy
1
-2
/
+23
2021-02-03
Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...
Peter Maydell
2
-5
/
+7
2021-02-01
memory: add readonly support to memory_region_init_ram_from_file()
Stefan Hajnoczi
2
-5
/
+7
2021-02-01
error: rename error_with_timestamp to message_with_timestamp
Stefan Hajnoczi
1
-2
/
+2
2021-01-26
coroutine-sigaltstack: Add SIGUSR2 mutex
Max Reitz
1
-0
/
+9
2021-01-25
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sdmmc-20210124' into...
Peter Maydell
2
-0
/
+128
2021-01-24
util: Add CRC16 (CCITT) calculation routines
Bin Meng
2
-0
/
+128
2021-01-23
qemu-option: warn for short-form boolean options
Paolo Bonzini
1
-11
/
+18
2021-01-23
qemu-option: move help handling to get_opt_name_value
Paolo Bonzini
1
-15
/
+23
2021-01-23
qemu-option: clean up id vs. list->merge_lists
Paolo Bonzini
1
-13
/
+14
2021-01-21
util/cacheflush: Fix error generated by clang
Gan Qixin
1
-4
/
+4
2021-01-18
semihosting: Implement SYS_ELAPSED and SYS_TICKFREQ
Keith Packard
1
-0
/
+4
2021-01-13
Introduce yank feature
Lukas Straub
2
-0
/
+208
2021-01-11
util/oslib-win32: Fix _aligned_malloc() arguments order
Philippe Mathieu-Daudé
1
-1
/
+1
2021-01-08
Remove superfluous timer_del() calls
Peter Maydell
1
-1
/
+0
2021-01-07
util: Specialize flush_idcache_range for aarch64
Richard Henderson
1
-0
/
+69
2021-01-07
util: Enhance flush_icache_range with separate data pointer
Richard Henderson
2
-19
/
+27
2021-01-07
util/oslib: Assert qemu_try_memalign() alignment is a power of 2
Philippe Mathieu-Daudé
2
-0
/
+3
2021-01-07
util/oslib-win32: Use _aligned_malloc for qemu_try_memalign
Richard Henderson
1
-7
/
+4
2021-01-06
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
5
-2
/
+94
2021-01-06
win32: drop fd registration to the main-loop on setting non-block
Marc-André Lureau
1
-1
/
+0
2021-01-04
readline: Fix possible array index out of bounds in readline_hist_add()
Alex Chen
1
-0
/
+3
2021-01-02
util: Extract flush_icache_range to cacheflush.c
Richard Henderson
2
-1
/
+72
2021-01-02
cfi: Initial support for cfi-icall in QEMU
Daniele Buono
2
-0
/
+22
2020-12-19
keyval: Use GString to accumulate value strings
Markus Armbruster
1
-5
/
+6
2020-12-19
qapi: Use QAPI_LIST_PREPEND() where possible
Eric Blake
1
-10
/
+4
2020-12-15
qemu-option: pass QemuOptsList to opts_accepts_any
Paolo Bonzini
1
-10
/
+13
2020-12-15
qemu-option: simplify search for end of key
Paolo Bonzini
1
-22
/
+13
2020-12-11
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2
-39
/
+3
2020-12-10
config-file: move -set implementation to vl.c
Paolo Bonzini
1
-33
/
+0
2020-12-10
qemu-option: restrict qemu_opts_set to merge-lists QemuOpts
Paolo Bonzini
1
-6
/
+3
2020-12-10
Clean up includes
Markus Armbruster
1
-0
/
+1
2020-11-23
Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...
Peter Maydell
2
-19
/
+34
2020-11-17
util/cutils: Fix Coverity array overrun in freq_to_str()
Philippe Mathieu-Daudé
1
-1
/
+2
2020-11-16
util/vfio-helpers.c: Use ram_block_discard_disable() in qemu_vfio_open_pci()
David Hildenbrand
1
-0
/
+14
[next]