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
/
meson.build
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-14
meson: find_program('gdbus-codegen') directly
Marc-André Lureau
1
-1
/
+1
2024-10-11
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
1
-16
/
+142
2024-10-11
meson: ensure -mcx16 is passed when detecting ATOMIC128
Paolo Bonzini
1
-4
/
+5
2024-10-11
meson: define qemu_isa_flags
Paolo Bonzini
1
-9
/
+15
2024-10-11
meson: fix machine option for x86_version
Pierrick Bouvier
1
-1
/
+1
2024-10-11
rust: add PL011 device model
Paolo Bonzini
1
-0
/
+24
2024-10-11
meson.build: add HAVE_GLIB_WITH_ALIGNED_ALLOC flag
Manos Pitsidianakis
1
-1
/
+7
2024-10-11
rust: add bindgen step as a meson dependency
Manos Pitsidianakis
1
-0
/
+68
2024-10-11
configure, meson: detect Rust toolchain
Paolo Bonzini
1
-2
/
+3
2024-10-08
linux-user: add strace support for openat2
Michael Vogt
1
-0
/
+1
2024-10-07
build-sys: Add rust feature option
Manos Pitsidianakis
1
-1
/
+21
2024-10-07
Require meson version 1.5.0
Paolo Bonzini
1
-1
/
+1
2024-10-07
disas: Remove CRIS disassembler
Philippe Mathieu-Daudé
1
-1
/
+0
2024-10-03
9p: remove 'proxy' filesystem backend driver
Paolo Bonzini
1
-8
/
+0
2024-09-17
roms: Support compile the efi bios for loongarch
Xianglai Li
1
-1
/
+1
2024-09-11
meson: Move -fsanitize=undefined into normal configuraton
Richard Henderson
1
-2
/
+9
2024-09-11
meson: Split --enable-sanitizers to --enable-{asan, ubsan}
Richard Henderson
1
-4
/
+11
2024-09-09
meson: Introduce 'qatzip' feature to the build system
Bryan Zhang
1
-0
/
+10
2024-08-16
meson.build: Check for the availability of __attribute__((gcc_struct)) on MSYS2
Thomas Huth
1
-0
/
+5
2024-08-12
block/blkio: use FUA flag on write zeroes only if supported
Stefano Garzarella
1
-0
/
+2
2024-08-06
block/graph-lock: Make WITH_GRAPH_RDLOCK_GUARD() fully checked
Kevin Wolf
1
-1
/
+13
2024-07-30
util/cpuinfo: Make use of elf_aux_info(3) on OpenBSD
Brad Smith
1
-0
/
+8
2024-07-24
meson: build chardev trace files when have_block
Daniel P. Berrangé
1
-1
/
+1
2024-07-24
meson.build: fix libgcrypt detection on system without libgcrypt-config
Yao Zi
1
-1
/
+0
2024-07-24
crypto: Allow building with GnuTLS but without Libtasn1
Philippe Mathieu-Daudé
1
-0
/
+1
2024-07-24
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
1
-0
/
+7
2024-07-22
tools: build qemu-vmsr-helper
Anthony Harivel
1
-0
/
+7
2024-07-19
qga: conditionalize schema for commands not supported on other UNIX
Daniel P. Berrangé
1
-0
/
+1
2024-07-19
qga: move CONFIG_FSFREEZE/TRIM to be meson defined options
Daniel P. Berrangé
1
-0
/
+15
2024-07-16
ui/cocoa: Add cursor composition
Akihiko Odaki
1
-1
/
+2
2024-07-04
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
1
-51
/
+49
2024-07-03
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Richard Henderson
1
-1
/
+1
2024-07-03
meson.build: Add RISC-V to the edk2-target list
Sunil V L
1
-1
/
+1
2024-07-03
util/cpuinfo-riscv: Use linux __riscv_hwprobe syscall
Richard Henderson
1
-0
/
+6
2024-07-03
meson: Drop the .fa library suffix
Paolo Bonzini
1
-15
/
+2
2024-07-03
Revert "meson: Propagate gnutls dependency"
Akihiko Odaki
1
-2
/
+2
2024-07-03
meson: Pass objects and dependencies to declare_dependency()
Akihiko Odaki
1
-19
/
+25
2024-07-03
meson: move block.syms dependency out of libblock
Paolo Bonzini
1
-2
/
+3
2024-07-03
meson: move shared_module() calls where modules are already walked
Paolo Bonzini
1
-15
/
+19
2024-06-28
meson: remove dead optimization option
Paolo Bonzini
1
-13
/
+0
2024-06-28
meson: allow configuring the x86-64 baseline
Paolo Bonzini
1
-8
/
+33
2024-06-14
configure: Add uadk option
Shameer Kolothum
1
-0
/
+14
2024-06-14
configure: add --enable-qpl build option
Yuan Liu
1
-0
/
+8
2024-06-13
Merge tag 'pull-request-2024-06-12' of https://gitlab.com/thuth/qemu into sta...
Richard Henderson
1
-3
/
+1
2024-06-12
meson: Remove libibumad dependence
zhenwei pi
1
-3
/
+1
2024-06-10
tracetool: Remove unused vcpu.py script
Philippe Mathieu-Daudé
1
-1
/
+0
2024-06-08
meson: Don't even detect posix_madvise() on Darwin
Michal Privoznik
1
-4
/
+10
2024-06-05
meson: assume x86-64-v2 baseline ISA
Paolo Bonzini
1
-3
/
+7
2024-05-25
migration: remove unnecessary zlib dependency
Paolo Bonzini
1
-1
/
+1
2024-05-24
configure: move -mcx16 flag out of CPU_CFLAGS
Artyom Kunakovsky
1
-0
/
+7
[next]