You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/scripts
Stefan Hajnoczi 0e3aff9ec3 semihosting, plugin and doc updates:
- log a guest_error for failed semihosting open()
   - clean up semihosting includes to reduce build duplication
   - re-factor misc device initialisation to fail with &error_exit
   - propagate Error * to gdbserver_start sub-functions
   - fix 32-bit build of plugins and re-enable by default
   - ensure IRQs don't preempt io recompiled instructions
   - remove usage of gcc_struct to enable clang builds
   - enable clang/lld to build plugins on windows
   - various small kdoc typo fixes
   - add perl scripts to editorconfig
   - remove unused field from MemoryRegion
   - make kdoc script a dependency so doc rebuilds get triggered
   - expand developer documentation:
     - notes on git-publish
     - describe usage of b4
     - setting up build dependencies
     - codebase layout
     - add a glossary of common terms
   -  optimise the windows ndis script
 -----BEGIN PGP SIGNATURE-----
 
 iQEzBAABCgAdFiEEZoWumedRZ7yvyN81+9DbCVqeKkQFAmeKO8sACgkQ+9DbCVqe
 KkTbBQf9HRlspCl2r5a8K9O1ymylKiZ653OBWMStGTQ8xPXeLDFhT+ION34VBgBh
 LXHEcjIHn24cN2s1BO5+xJs0nzqYe7UEAK6JQmdX3/HEuf8VmaVslvhm+nCWKoIL
 JQbsHno92wh6vvTWQu53zijEuG5HdBseWiwQKHbE1oSRc2CikG70o902AL9zXAsp
 mpUYWxUmWwg5uQATztp4XfylJBcSX3SiVgv22jXLqBj9drXPftl/E33fcWXxTj5f
 AM3kz9fxaCfo5+znmYw3R1tT/Hv52Q6hW+oNAm34XeWp1/+ho27QMRrpIi/dpdwX
 mCbvJwI75sCnD91p9NW7vZIYZJKsLg==
 =SLCY
 -----END PGP SIGNATURE-----

Merge tag 'pull-10.0-gdb-plugins-doc-updates-170125-1' of https://gitlab.com/stsquad/qemu into staging

semihosting, plugin and doc updates:

  - log a guest_error for failed semihosting open()
  - clean up semihosting includes to reduce build duplication
  - re-factor misc device initialisation to fail with &error_exit
  - propagate Error * to gdbserver_start sub-functions
  - fix 32-bit build of plugins and re-enable by default
  - ensure IRQs don't preempt io recompiled instructions
  - remove usage of gcc_struct to enable clang builds
  - enable clang/lld to build plugins on windows
  - various small kdoc typo fixes
  - add perl scripts to editorconfig
  - remove unused field from MemoryRegion
  - make kdoc script a dependency so doc rebuilds get triggered
  - expand developer documentation:
    - notes on git-publish
    - describe usage of b4
    - setting up build dependencies
    - codebase layout
    - add a glossary of common terms
  -  optimise the windows ndis script

# -----BEGIN PGP SIGNATURE-----
#
# iQEzBAABCgAdFiEEZoWumedRZ7yvyN81+9DbCVqeKkQFAmeKO8sACgkQ+9DbCVqe
# KkTbBQf9HRlspCl2r5a8K9O1ymylKiZ653OBWMStGTQ8xPXeLDFhT+ION34VBgBh
# LXHEcjIHn24cN2s1BO5+xJs0nzqYe7UEAK6JQmdX3/HEuf8VmaVslvhm+nCWKoIL
# JQbsHno92wh6vvTWQu53zijEuG5HdBseWiwQKHbE1oSRc2CikG70o902AL9zXAsp
# mpUYWxUmWwg5uQATztp4XfylJBcSX3SiVgv22jXLqBj9drXPftl/E33fcWXxTj5f
# AM3kz9fxaCfo5+znmYw3R1tT/Hv52Q6hW+oNAm34XeWp1/+ho27QMRrpIi/dpdwX
# mCbvJwI75sCnD91p9NW7vZIYZJKsLg==
# =SLCY
# -----END PGP SIGNATURE-----
# gpg: Signature made Fri 17 Jan 2025 06:15:23 EST
# gpg:                using RSA key 6685AE99E75167BCAFC8DF35FBD0DB095A9E2A44
# gpg: Good signature from "Alex Bennée (Master Work Key) <alex.bennee@linaro.org>" [unknown]
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg:          There is no indication that the signature belongs to the owner.
# Primary key fingerprint: 6685 AE99 E751 67BC AFC8  DF35 FBD0 DB09 5A9E 2A44

* tag 'pull-10.0-gdb-plugins-doc-updates-170125-1' of https://gitlab.com/stsquad/qemu: (37 commits)
  scripts/nsis.py: Run dependency check for each DLL file only once
  docs: add a glossary
  docs/devel: add a codebase section
  docs/devel: add information on how to setup build environments
  docs/devel: add b4 for patch retrieval
  docs/devel: add git-publish for patch submitting
  docs/sphinx: include kernel-doc script as a dependency
  include/exec: remove warning_printed from MemoryRegion
  include/exec: fix some copy and paste errors in kdoc
  tests/qtest: fix some copy and paste errors in kdoc
  editorconfig: update for perl scripts
  plugins: fix kdoc annotation
  plugins: enable linking with clang/lld
  docs/devel/style: add a section about bitfield, and disallow them for packed structures
  win32: remove usage of attribute gcc_struct
  accel/tcg: also suppress asynchronous IRQs for cpu_io_recompile
  configure: reenable plugins by default for 32-bit hosts
  contrib/plugins/hotpages: fix 32-bit build
  contrib/plugins/hwprofile: fix 32-bit build
  contrib/plugins/cflow: fix 32-bit build
  ...

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
4 days ago
..
ci dockerfiles: install bindgen from cargo on Ubuntu 22.04 3 months ago
coccinelle hw: Define new device_class_set_legacy_reset() 4 months ago
codeconverter include: Rename sysemu/ -> system/ 1 month ago
coverage scripts/coverage: initial coverage comparison script 2 years ago
coverity-scan include: Rename sysemu/ -> system/ 1 month ago
kvm target/i386: enumerate VMX nested-exception support 8 months ago
modules
oss-fuzz fuzz: disable leak-detection for oss-fuzz builds 8 months ago
performance scripts/: spelling fixes 1 year ago
qapi qapi: Smarter camel_to_upper() to reduce need for 'prefix' 4 months ago
qemu-guest-agent qemu-ga: Optimize freeze-hook script logic of logging error 2 weeks ago
qemugdb
qmp
rust rust: add --check-cfg test to rustc arguments 2 weeks ago
simplebench scripts/: spelling fixes 1 year ago
tracetool tracetool: Forbid newline character in event format 8 months ago
analyse-9p-simpletrace.py
analyse-locks-simpletrace.py scripts/analyse-locks-simpletrace.py: changed iteritems() to items() 1 year ago
analyze-inclusions exec: Rename NEED_CPU_H -> COMPILING_PER_TARGET 9 months ago
analyze-migration.py migration: Fix arrays of pointers in JSON writer 2 weeks ago
archive-source.sh rust: add PL011 device model 3 months ago
block-coroutine-wrapper.py block-coroutine-wrapper: use qemu_get_current_aio_context() 1 year ago
check_sparse.py
checkpatch.pl scripts/checkpatch.pl: Ignore ObjC #import lines for operator spacing 2 months ago
clean-header-guards.pl
clean-includes include: Rename sysemu/ -> system/ 1 month ago
cleanup-trace-events.pl
cocci-macro-file.h win32: remove usage of attribute gcc_struct 5 days ago
compare-machine-types.py scripts: add script to compare compatibility properties 9 months ago
cpu-x86-uarch-abi.py scripts: drop comment about autogenerated CPU API file 12 months ago
decodetree.py tests/decode: Suppress "error: " string for expected-failure tests 2 years ago
device-crash-test python/qemu: rename command() to cmd() 1 year ago
disas-objdump.pl
dump-guest-memory.py
entitlement.sh
extract-vsssdk-headers
feature_to_c.py gdbstub: Add members to identify registers to GDBFeature 11 months ago
fix-multiline-comments.sh
get_maintainer.pl scripts/get_maintainer.pl: don't print parentheses 1 year ago
git-submodule.sh scripts/git-submodule.sh: Don't rely on non-POSIX 'read' behaviour 2 years ago
git.orderfile
hxtool
kernel-doc license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-only 4 months ago
make-config-poison.sh exec/poison: Do not poison CONFIG_SOFTMMU 2 years ago
make-release make-release: only leave tarball of wrap-file subprojects 2 weeks ago
meson-buildoptions.py meson-buildoptions: document the data at the top 1 year ago
meson-buildoptions.sh * rust: cleanups 3 months ago
meson.build scripts: add a XML preprocessor script 2 years ago
minikconf.py minikconf: print error entirely on stderr 4 months ago
modinfo-collect.py scripts: make sure scripts are invoked via $(PYTHON) 2 years ago
modinfo-generate.py scripts: make sure scripts are invoked via $(PYTHON) 2 years ago
mtest2make.py tests/qtest: add TIMEOUT_MULTIPLIER 1 month ago
nsis.py scripts/nsis.py: Run dependency check for each DLL file only once 5 days ago
probe-gdb-support.py testing: Enhance gdb probe script 3 months ago
python_qmp_updater.py scripts: add python_qmp_updater.py 1 year ago
qapi-gen.py
qemu-binfmt-conf.sh
qemu-gdb.py
qemu-plugin-symbols.py plugins: detect qemu plugin API symbols from header 2 months ago
qemu-stamp.py
qemu-trace-stap
qemu-version.sh
qom-cast-macro-clean-cocci-gen.py scripts: Add qom-cast-macro-clean-cocci-gen.py 2 years ago
refresh-pxe-roms.sh
render_block_graph.py python/qemu: rename command() to cmd() 1 year ago
replay-dump.py tests/avocado: excercise scripts/replay-dump.py in replay tests 5 months ago
shaderinclude.py
signrom.py
simpletrace.py simpletrace: added simplified Analyzer2 class 1 year ago
symlink-install-tree.py scripts/symlink-install-tree.py: Fix MESONINTROSPECT parsing 3 months ago
tracetool.py tracetool: remove redundant --target-type / --target-name args 11 months ago
u2f-setup-gen.py
undefsym.py
update-linux-headers.sh hw/acpi: Add vmclock device 6 days ago
update-mips-syscall-args.sh
update-syscalltbl.sh linux-user,loongarch: move to syscalltbl file 4 months ago
userfaultfd-wrlat.py
vmstate-static-checker.py vmstate-static-checker: Recognize "num" field 2 years ago
xen-detect.c xen: Drop support for Xen versions below 4.7.1 2 years ago
xml-preprocess-test.py scripts: add a XML preprocessor script 2 years ago
xml-preprocess.py scripts/xml-preprocess: Make sure this script is invoked via the right Python 1 year ago