Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging
* More Meson test conversions and configure cleanups
* Generalize XSAVE area offset so that it matches AMD processors on KVM
* Improvements for -display and deprecation of -no-quit
* Enable SMP configuration as a compound machine property ("-M smp.cpus=...")
* Haiku compilation fix
* Add icon on Darwin
# gpg: Signature made Tue 06 Jul 2021 08:35:23 BST
# gpg: using RSA key F13338574B662389866C7682BFFBD25F78C7AE83
# gpg: issuer "pbonzini@redhat.com"
# gpg: Good signature from "Paolo Bonzini <bonzini@gnu.org>" [full]
# gpg: aka "Paolo Bonzini <pbonzini@redhat.com>" [full]
# Primary key fingerprint: 46F5 9FBD 57D6 12E7 BFD4 E2F7 7E15 100C CD36 69B1
# Subkey fingerprint: F133 3857 4B66 2389 866C 7682 BFFB D25F 78C7 AE83
* remotes/bonzini-gitlab/tags/for-upstream: (40 commits)
config-host.mak: remove unused compiler-related lines
Set icon for QEMU binary on Mac OS
qemu-option: remove now-dead code
machine: add smp compound property
vl: switch -M parsing to keyval
keyval: introduce keyval_parse_into
keyval: introduce keyval_merge
qom: export more functions for use with non-UserCreatable objects
configure: convert compiler tests to meson, part 6
configure: convert compiler tests to meson, part 5
configure: convert compiler tests to meson, part 4
configure: convert compiler tests to meson, part 3
configure: convert compiler tests to meson, part 2
configure: convert compiler tests to meson, part 1
configure: convert HAVE_BROKEN_SIZE_MAX to meson
configure, meson: move CONFIG_IVSHMEM to meson
meson: store dependency('threads') in a variable
meson: sort existing compiler tests
configure, meson: convert libxml2 detection to meson
configure, meson: convert liburing detection to meson
...
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- Makefile 1 addition, 1 deletionMakefile
- configure 121 additions, 1100 deletionsconfigure
- docs/devel/kconfig.rst 1 addition, 1 deletiondocs/devel/kconfig.rst
- docs/system/deprecated.rst 12 additions, 0 deletionsdocs/system/deprecated.rst
- hw/core/machine.c 58 additions, 50 deletionshw/core/machine.c
- hw/display/meson.build 3 additions, 3 deletionshw/display/meson.build
- include/hw/boards.h 0 additions, 1 deletioninclude/hw/boards.h
- include/qemu/option.h 3 additions, 3 deletionsinclude/qemu/option.h
- include/qom/object.h 23 additions, 0 deletionsinclude/qom/object.h
- meson.build 189 additions, 42 deletionsmeson.build
- meson_options.txt 12 additions, 0 deletionsmeson_options.txt
- qemu-options.hx 36 additions, 14 deletionsqemu-options.hx
- qom/object_interfaces.c 42 additions, 16 deletionsqom/object_interfaces.c
- scripts/coverity-scan/COMPONENTS.md 0 additions, 6 deletionsscripts/coverity-scan/COMPONENTS.md
- scripts/coverity-scan/run-coverity-scan 5 additions, 3 deletionsscripts/coverity-scan/run-coverity-scan
- scripts/entitlement.sh 9 additions, 1 deletionscripts/entitlement.sh
- softmmu/vl.c 174 additions, 173 deletionssoftmmu/vl.c
- target/i386/cpu.c 1 addition, 17 deletionstarget/i386/cpu.c
- target/i386/cpu.h 12 additions, 29 deletionstarget/i386/cpu.h
- target/i386/hvf/hvf-cpu.c 29 additions, 0 deletionstarget/i386/hvf/hvf-cpu.c
Loading
Please register or sign in to comment