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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
2022-04-06
thread-posix: optimize qemu_sem_timedwait with zero timeout
Paolo Bonzini
1
-2
/
+6
2022-04-06
thread-posix: implement Semaphore with QemuCond and QemuMutex
Longpeng(Mike)
1
-73
/
+32
2022-04-06
thread-posix: use monotonic clock for QemuCond and QemuSemaphore
Longpeng(Mike)
1
-7
/
+46
2022-04-06
thread-posix: remove the posix semaphore support
Longpeng(Mike)
1
-54
/
+0
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
13
-13
/
+0
2022-04-06
Move fcntl_setfl() to oslib-posix
Marc-André Lureau
2
-17
/
+15
2022-04-06
include: move progress API to qemu-progress.h
Marc-André Lureau
1
-1
/
+1
2022-04-06
include: move C/util-related declarations to cutils.h
Marc-André Lureau
1
-1
/
+1
2022-04-06
error-report: use error_printf() for program prefix
Marc-André Lureau
1
-1
/
+1
2022-04-06
util: rename qemu-error.c to match its header name
Marc-André Lureau
2
-1
/
+1
2022-04-06
error-report: replace deprecated g_get_current_time() with glib >= 2.62
Marc-André Lureau
1
-3
/
+14
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
8
-40
/
+21
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2
-2
/
+2
2022-04-06
char: move qemu_openpty_raw from util/ to char/
Marc-André Lureau
2
-140
/
+0
2022-04-06
meson: add util dependency for oslib-posix on freebsd
Marc-André Lureau
1
-1
/
+5
2022-04-06
oslib: drop qemu_gettimeofday()
Marc-André Lureau
1
-20
/
+0
2022-03-22
error: use GLib to remember the program name
Marc-André Lureau
1
-19
/
+5
2022-03-22
util: remove the net/net.h dependency
Marc-André Lureau
1
-14
/
+0
2022-03-22
util: remove needless includes
Marc-André Lureau
1
-2
/
+0
2022-03-22
Drop qemu_foo() socket API wrapper
Marc-André Lureau
2
-7
/
+7
2022-03-21
Merge tag 'pull-misc-2022-03-21' of git://repo.or.cz/qemu/armbru into staging
Peter Maydell
5
-6
/
+6
2022-03-21
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging
Peter Maydell
3
-14
/
+23
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
5
-6
/
+6
2022-03-18
util/osdep: Remove some early cruft
Andrew Deason
1
-7
/
+0
2022-03-18
util/osdep: Avoid madvise proto on modern Solaris
Andrew Deason
1
-3
/
+0
2022-03-17
aio-posix: fix spurious ->poll_ready() callbacks in main loop
Stefan Hajnoczi
2
-14
/
+19
2022-03-17
aio-posix: fix build failure io_uring 2.2
Haiyue Wang
1
-0
/
+4
2022-03-15
util: add iova_tree_find_iova
Eugenio Pérez
1
-0
/
+34
2022-03-15
util: Add iova_tree_alloc_map
Eugenio Pérez
1
-0
/
+136
2022-03-08
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-0
/
+5
2022-03-08
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...
Peter Maydell
6
-81
/
+95
2022-03-08
Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20220307' int...
Peter Maydell
1
-21
/
+0
2022-03-07
osdep: Move memalign-related functions to their own header
Peter Maydell
3
-0
/
+3
2022-03-07
util: Put qemu_vfree() in memalign.c
Peter Maydell
3
-12
/
+11
2022-03-07
util: Use meson checks for valloc() and memalign() presence
Peter Maydell
1
-2
/
+4
2022-03-07
util: Share qemu_try_memalign() implementation between POSIX and Windows
Peter Maydell
3
-46
/
+39
2022-03-07
util: Return valid allocation for qemu_try_memalign() with zero size
Peter Maydell
2
-1
/
+6
2022-03-07
util: Unify implementations of qemu_memalign()
Peter Maydell
4
-28
/
+40
2022-03-07
util: Make qemu_oom_check() a static function
Peter Maydell
2
-2
/
+2
2022-03-07
9pfs: move qemu_dirent_dup() from osdep -> 9p-util
Christian Schoenebeck
1
-21
/
+0
2022-03-07
block/dirty-bitmap: introduce bdrv_dirty_bitmap_status()
Vladimir Sementsov-Ogievskiy
1
-0
/
+33
2022-03-06
event_notifier: add event_notifier_get_wfd()
Sergio Lopez
1
-0
/
+5
2022-03-04
rcu: use coroutine TLS macros
Stefan Hajnoczi
1
-5
/
+5
2022-03-04
util/async: replace __thread with QEMU TLS macros
Stefan Hajnoczi
1
-5
/
+7
2022-02-28
keyval: Fix grammar comment to cover downstream prefix
Markus Armbruster
1
-1
/
+3
2022-02-21
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
1
-1
/
+3
2022-02-21
include: Move hardware version declarations to new qemu/hw-version.h
Peter Maydell
1
-0
/
+1
2022-02-21
include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.h
Peter Maydell
3
-0
/
+3
2022-02-21
include: Move qemu_mprotect_*() to new qemu/mprotect.h
Peter Maydell
1
-0
/
+1
2022-02-21
include: Move qemu_madvise() and related #defines to new qemu/madvise.h
Peter Maydell
2
-0
/
+2
[next]