.gitlab-ci.d/buildtest-template.yml | 4 +-
.gitlab-ci.d/buildtest.yml | 6 +-
.gitmodules | 3 -
Makefile | 6 +-
accel/kvm/kvm-all.c | 108 ++-
accel/tcg/tcg-accel-ops-rr.c | 11 +-
configure | 980 ++++-----------------
contrib/plugins/Makefile | 7 +-
docs/about/build-platforms.rst | 2 +-
docs/conf.py | 9 -
docs/devel/acpi-bits.rst | 6 +-
docs/devel/build-system.rst | 296 ++++---
docs/devel/testing.rst | 14 +-
docs/meson.build | 14 +-
docs/sphinx/dbusdomain.py | 4 +
docs/sphinx/fakedbusdoc.py | 5 +
docs/sphinx/qmp_lexer.py | 5 +
hw/scsi/scsi-generic.c | 14 +-
include/exec/memory.h | 9 +-
include/sysemu/kvm_int.h | 1 +
meson | 1 -
meson.build | 658 +++++++++-----
meson_options.txt | 15 +-
migration/dirtyrate.c | 4 +-
migration/ram.c | 20 +-
python/Makefile | 19 +-
python/scripts/mkvenv.py | 897 +++++++++++++++++++
python/scripts/vendor.py | 74 ++
python/setup.cfg | 46 +-
python/tests/flake8.sh | 1 +
python/tests/isort.sh | 1 +
python/tests/minreqs.txt | 19 +-
python/tests/mypy.sh | 1 +
python/tests/pylint.sh | 1 +
python/wheels/meson-0.63.3-py3-none-any.whl | Bin 0 -> 926526 bytes
qga/meson.build | 2 +-
scripts/ci/org.centos/stream/8/x86_64/test-avocado | 4 +-
scripts/coverity-scan/COMPONENTS.md | 45 +-
scripts/device-crash-test | 2 +-
scripts/meson-buildoptions.py | 3 +
scripts/meson-buildoptions.sh | 31 +-
scripts/qapi/mypy.ini | 2 +-
softmmu/memory.c | 10 +-
target/i386/cpu.c | 4 +-
target/i386/cpu.h | 3 +
target/i386/ops_sse.h | 8 +
target/i386/tcg/decode-new.c.inc | 90 +-
target/i386/tcg/emit.c.inc | 2 +-
tcg/meson.build | 2 +-
tests/Makefile.include | 10 +-
.../dockerfiles/debian-all-test-cross.docker | 3 +-
.../docker/dockerfiles/debian-hexagon-cross.docker | 3 +-
.../docker/dockerfiles/debian-riscv64-cross.docker | 3 +-
.../docker/dockerfiles/debian-tricore-cross.docker | 3 +-
tests/qemu-iotests/meson.build | 2 +-
tests/qtest/meson.build | 2 +-
tests/requirements.txt | 7 +-
tests/tcg/i386/test-avx.py | 2 +-
tests/unit/meson.build | 2 +-
tests/vm/netbsd | 2 +
util/{coroutine-win32.c => coroutine-windows.c} | 0
util/meson.build | 6 +-
62 files changed, 2162 insertions(+), 1352 deletions(-)
delete mode 160000 meson
create mode 100644 python/scripts/mkvenv.py
create mode 100755 python/scripts/vendor.py
create mode 100644 python/wheels/meson-0.63.3-py3-none-any.whl
rename util/{coroutine-win32.c => coroutine-windows.c} (100%)