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
/
meson.build
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-06
meson: Link with libinotify on FreeBSD
Ilya Leoshkevich
1
-1
/
+5
2023-12-31
configure, meson: rename targetos to host_os
Paolo Bonzini
1
-4
/
+4
2023-12-31
meson: remove CONFIG_POSIX and CONFIG_WIN32 from config_targetos
Paolo Bonzini
1
-21
/
+23
2023-12-31
meson: remove OS definitions from config_targetos
Paolo Bonzini
1
-6
/
+8
2023-12-19
util/char_dev: Add open_cdev()
Yi Liu
1
-0
/
+1
2023-11-07
Merge tag 'pull-tcg-20231106' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
1
-0
/
+2
2023-11-06
util: Add cpuinfo for loongarch64
Richard Henderson
1
-0
/
+2
2023-11-03
util/reserved-region: Add new ReservedRegion helpers
Eric Auger
1
-0
/
+1
2023-10-31
util/defer-call: move defer_call() to util/
Stefan Hajnoczi
1
-0
/
+1
2023-09-01
util/async-teardown.c: move to softmmu/, only build it when system build is r...
Michael Tokarev
1
-1
/
+0
2023-07-08
util: Add cpuinfo-ppc.c
Richard Henderson
1
-0
/
+2
2023-05-23
util: Add cpuinfo-aarch64.c
Richard Henderson
1
-1
/
+3
2023-05-23
util: Add cpuinfo-i386.c
Richard Henderson
1
-0
/
+4
2023-05-18
build: move coroutine backend selection to meson
Paolo Bonzini
1
-1
/
+1
2023-05-18
build: move glib detection and workarounds to meson
Paolo Bonzini
1
-1
/
+3
2023-03-28
util: import GTree as QTree
Emilio Cota
1
-0
/
+1
2023-01-11
accel: introduce accelerator blocker API
Emanuele Giuseppe Esposito
1
-1
/
+1
2022-12-20
util: Add interval-tree.c
Richard Henderson
1
-0
/
+1
2022-11-11
qga: Allow building of the guest agent without system emulators or tools
Thomas Huth
1
-8
/
+12
2022-11-03
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
1
-0
/
+1
2022-10-31
os-posix: asynchronous teardown for shutdown on Linux
Claudio Imbrenda
1
-0
/
+1
2022-10-27
util: Add write-only "node-affinity" property for ThreadContext
David Hildenbrand
1
-1
/
+1
2022-10-27
util: Introduce ThreadContext user-creatable object
David Hildenbrand
1
-0
/
+1
2022-07-13
cutils: Introduce bundle mechanism
Akihiko Odaki
1
-0
/
+1
2022-06-29
util: add qemu-co-timeout
Vladimir Sementsov-Ogievskiy
1
-0
/
+1
2022-06-21
util: Merge cacheflush.c and cacheinfo.c
Richard Henderson
1
-1
/
+1
2022-04-28
meson, configure: move libgio test to meson
Paolo Bonzini
1
-1
/
+1
2022-04-06
util: rename qemu-error.c to match its header name
Marc-André Lureau
1
-1
/
+1
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
1
-1
/
+0
2022-04-06
char: move qemu_openpty_raw from util/ to char/
Marc-André Lureau
1
-1
/
+0
2022-04-06
meson: add util dependency for oslib-posix on freebsd
Marc-André Lureau
1
-1
/
+5
2022-03-07
util: Unify implementations of qemu_memalign()
Peter Maydell
1
-0
/
+1
2022-02-16
configure, meson: move membarrier test to meson
Paolo Bonzini
1
-1
/
+3
2022-01-12
meson: reenable filemonitor-inotify compilation
Volker Rümelin
1
-2
/
+5
2022-01-08
qemu/int128: addition of div/rem 128-bit operations
Frédéric Pétrot
1
-0
/
+1
2021-10-14
configure, meson: move more compiler checks to Meson
Paolo Bonzini
1
-1
/
+3
2021-07-09
meson: fix missing preprocessor symbols
Paolo Bonzini
1
-1
/
+1
2021-07-06
configure: convert compiler tests to meson, part 1
Paolo Bonzini
1
-1
/
+3
2021-07-06
meson: store dependency('threads') in a variable
Paolo Bonzini
1
-1
/
+0
2021-04-30
util: add transactions.c
Vladimir Sementsov-Ogievskiy
1
-0
/
+1
2021-04-01
yank: Always link full yank code
Lukas Straub
1
-1
/
+1
2021-02-08
migration: introduce UFFD-WP low-level interface helpers
Andrey Gruzdev
1
-0
/
+1
2021-01-24
util: Add CRC16 (CCITT) calculation routines
Bin Meng
1
-0
/
+1
2021-01-13
Introduce yank feature
Lukas Straub
1
-0
/
+1
2021-01-02
util: Extract flush_icache_range to cacheflush.c
Richard Henderson
1
-1
/
+1
2020-11-03
configure: introduce --enable-vhost-user-blk-server
Stefan Hajnoczi
1
-1
/
+1
2020-10-23
util/vhost-user-server: use static library in meson.build
Stefan Hajnoczi
1
-1
/
+3
2020-10-23
block: move logical block size check function to a common utility function
Coiby Xu
1
-0
/
+1
2020-10-23
util/vhost-user-server: generic vhost user server
Coiby Xu
1
-0
/
+1
2020-08-21
util/meson.build: fix fdmon-io_uring build
Stefano Garzarella
1
-1
/
+1
[next]