diff options
author | Paolo Bonzini | 2021-03-09 14:50:00 +0100 |
---|---|---|
committer | Paolo Bonzini | 2021-10-05 13:10:29 +0200 |
commit | 69c4c5c1c47f5dac140eb6485c5281a9f145dcf3 (patch) | |
tree | bd0e8224bb3a41949d8d6b1226a42b92b0551f51 /meson | |
parent | migration: add missing qemu_mutex_lock_iothread in migration_completion (diff) | |
download | qemu-69c4c5c1c47f5dac140eb6485c5281a9f145dcf3.tar.gz qemu-69c4c5c1c47f5dac140eb6485c5281a9f145dcf3.tar.xz qemu-69c4c5c1c47f5dac140eb6485c5281a9f145dcf3.zip |
meson: bump submodule to 0.59.2
The update to 0.57 has been delayed due to it causing warnings for
some actual issues, but it brings in important bugfixes and new
features. 0.58 also brings in a bugfix that is useful for modinfo.
Important bugfixes:
- 0.57: https://github.com/mesonbuild/meson/pull/7760, build: use PIE
objects for non-PIC static libraries if b_pie=true
- 0.57: https://github.com/mesonbuild/meson/pull/7900, thus avoiding
unnecessary rebuilds after running meson.
- 0.58.2: https://github.com/mesonbuild/meson/pull/8900, fixes for
passing extract_objects() to custom_target (useful for modinfo)
Features:
- 0.57: the keyval module has now been stabilized
- 0.57: env argument to custom_target (useful for hexagon)
- 0.57: Feature parity between "meson test" and QEMU's TAP driver
- 0.57: https://github.com/mesonbuild/meson/pull/8231, allows bringing
back version numbers in the configuration summary
- 0.59: Utility methods for feature objects
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'meson')
m--------- | meson | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/meson b/meson -Subproject 776acd2a805c9b42b4f0375150977df42130317 +Subproject b25d94e7c77fda05a7fdfe8afe562cf9760d69d |