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
2023-05-25
meson: move -no-pie from linker to compiler
Paolo Bonzini
1
-5
/
+14
2023-05-25
meson.build: Fix glib -Wno-unused-function workaround
Nicolas Saenz Julienne
1
-1
/
+1
2023-05-23
meson: Fix detect atomic128 support with optimization
Richard Henderson
1
-1
/
+1
2023-05-23
util: Introduce host-specific cpuinfo.h
Richard Henderson
1
-0
/
+10
2023-05-18
Merge tag 'pull-hex-20230518-1' of https://github.com/quic/qemu into staging
Richard Henderson
1
-0
/
+1
2023-05-18
meson.build Add CONFIG_HEXAGON_IDEF_PARSER
Taylor Simpson
1
-0
/
+1
2023-05-18
build: move compiler version check to meson
Paolo Bonzini
1
-0
/
+20
2023-05-18
build: move remaining compiler flag tests to meson
Paolo Bonzini
1
-1
/
+51
2023-05-18
build: move warning flag selection to meson
Paolo Bonzini
1
-21
/
+47
2023-05-18
build: move stack protector flag selection to meson
Paolo Bonzini
1
-1
/
+27
2023-05-18
build: move coroutine backend selection to meson
Paolo Bonzini
1
-2
/
+30
2023-05-18
build: move SafeStack tests to meson
Paolo Bonzini
1
-0
/
+26
2023-05-18
build: move sanitizer tests to meson
Paolo Bonzini
1
-2
/
+54
2023-05-18
meson: prepare move of QEMU_CFLAGS to meson
Paolo Bonzini
1
-24
/
+29
2023-05-18
configure, meson: move --enable-modules to Meson
Paolo Bonzini
1
-8
/
+14
2023-05-18
build: move glib detection and workarounds to meson
Paolo Bonzini
1
-18
/
+74
2023-05-18
meson: drop unnecessary declare_dependency()
Paolo Bonzini
1
-3
/
+1
2023-05-18
meson: add more version numbers to the summary
Paolo Bonzini
1
-6
/
+10
2023-05-18
meson: remove static_kwargs
Paolo Bonzini
1
-131
/
+84
2023-05-18
meson: use prefer_static option
Paolo Bonzini
1
-8
/
+5
2023-05-18
meson: require 0.63.0
Paolo Bonzini
1
-1
/
+1
2023-05-16
meson: Detect atomic128 support with optimization
Richard Henderson
1
-19
/
+35
2023-05-16
configure: make clear that VirtFS is 9p
Christian Schoenebeck
1
-2
/
+2
2023-05-16
Don't require libcap-ng for virtfs support
Peter Foley
1
-3
/
+9
2023-05-15
block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice i...
Sam Li
1
-0
/
+5
2023-05-11
disas: Move disas.c to disas/
Richard Henderson
1
-3
/
+0
2023-05-10
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Richard Henderson
1
-0
/
+5
2023-05-10
block: compile out assert_bdrv_graph_readable() by default
Stefan Hajnoczi
1
-0
/
+2
2023-05-10
block: add configure options for excluding vmdk, vhdx and vpc
Vladimir Sementsov-Ogievskiy
1
-0
/
+3
2023-05-10
Merge tag 'pull-qapi-2023-05-09-v2' of https://repo.or.cz/qemu/armbru into st...
Richard Henderson
1
-1
/
+1
2023-05-09
meson: Fix to make QAPI generator output depend on main.py
Markus Armbruster
1
-1
/
+1
2023-05-08
meson: leave unnecessary modules out of the build
Paolo Bonzini
1
-0
/
+4
2023-05-05
audio/pwaudio.c: Add Pipewire audio backend for QEMU
Dorinda Bassey
1
-0
/
+8
2023-05-02
migration/xbzrle: Use __attribute__((target)) for avx512
Richard Henderson
1
-4
/
+1
2023-03-28
util: import GTree as QTree
Emilio Cota
1
-0
/
+4
2023-03-13
ui/dbus: do not require opengl & gbm
Marc-André Lureau
1
-2
/
+2
2023-03-05
tracing: remove transform.py
Richard Henderson
1
-1
/
+0
2023-03-01
hw/xen: Implement emulated PIRQ hypercall support
David Woodhouse
1
-0
/
+1
2023-03-01
xen: add CONFIG_XEN_BUS and CONFIG_XEN_EMU options for Xen emulation
David Woodhouse
1
-0
/
+1
2023-02-27
cpu: Remove capstone meson dependency
Philippe Mathieu-Daudé
1
-1
/
+2
2023-02-24
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
1
-0
/
+12
2023-02-21
sysemu/os-win32: fix setjmp/longjmp on windows-arm64
Pierrick Bouvier
1
-0
/
+21
2023-02-21
Merge tag 'pr-2023-02-16' of https://gitlab.com/a1xndr/qemu into staging
Peter Maydell
1
-4
/
+0
2023-02-17
thread-posix: add support for setting threads name on OpenBSD
Brad Smith
1
-0
/
+12
2023-02-16
fuzz: remove fork-fuzzing scaffolding
Alexander Bulekov
1
-4
/
+0
2023-02-16
virtiofsd: Remove build and docs glue
Dr. David Alan Gilbert
1
-1
/
+0
2023-02-14
build: deprecate --enable-gprof builds and remove from CI
Alex Bennée
1
-1
/
+6
2023-02-14
meson: Disable libdw for static builds by default
Ilya Leoshkevich
1
-1
/
+2
2023-02-14
meson: Add missing libdw knobs
Ilya Leoshkevich
1
-4
/
+7
2023-02-11
AVX512 support for xbzrle_encode_buffer
ling xu
1
-0
/
+17
[prev]
[next]