The following changes since commit d2843fbf80260e4346c856819e8cea11768c9d0e:

  Merge tag 'pull-riscv-to-apply-20260904' of 
https://github.com/alistair23/qemu into staging (2026-09-04 09:43:27 +0100)

are available in the Git repository at:

  https://gitlab.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to 0937f8a26c159d710ac6a122cc99f9661e739950:

  rust: bindings: disable more clippy warnings (2026-09-08 19:36:25 +0200)

----------------------------------------------------------------
* AGENTS.md: basic bare minimal guide
* target/i386: TCG fixes
* scripts/checkpatch: warn on duplicate trailers, self-review, crediting AI
* docs: link to website for IRC and mailing list
* rust: qemu-macros: remove redundant clone()
* rust: qemu-macros: silence more warnings for bindgen crates

----------------------------------------------------------------
Alex Bennée (1):
      AGENTS.md: basic bare minimal guide

Andrey Polivoda (1):
      target/i386: Mark MOVNTI as not valid with prefixes 0x66, 0xF2, 0xF3

Marc-André Lureau (1):
      scripts/checkpatch: warn on duplicate trailers and self-review

Paolo Bonzini (4):
      docs: link to website for IRC and mailing list
      checkpatch: reject trailers that credit an AI agent
      rust: qemu-macros: remove redundant clone()
      rust: bindings: disable more clippy warnings

Simon Scherer (5):
      target/i386: Fix FXCH to unconditionally clear C1
      target/i386: clear C1 for all x87 compare instructions
      target/i386: Update FPU tag word for FXTRACT's old ST(0)
      target/i386: Update FPU tag word for FSTP
      target/i386: Update FPU tag word for FXCH

 docs/devel/conflict-resolution.rst |  7 +++---
 docs/devel/index.rst               |  4 ++--
 target/i386/tcg/fpu_helper.c       | 34 +++++++++++++++++++++++------
 target/i386/tcg/decode-new.c.inc   |  2 +-
 .claude/.gitignore                 |  2 ++
 .claude/rules/agents-md.md         |  1 +
 .gemini/settings.json              |  5 +++++
 AGENTS.md                          | 40 ++++++++++++++++++++++++++++++++++
 Cargo.toml                         |  1 +
 rust/bindings/chardev-sys/lib.rs   |  1 +
 rust/bindings/hwcore-sys/lib.rs    |  1 +
 rust/bindings/migration-sys/lib.rs |  1 +
 rust/bindings/qom-sys/lib.rs       |  1 +
 rust/bindings/system-sys/lib.rs    |  1 +
 rust/bindings/util-sys/lib.rs      |  1 +
 rust/qemu-macros/src/lib.rs        |  2 +-
 scripts/checkpatch.pl              | 44 ++++++++++++++++++++++++++++++++++++++
 17 files changed, 134 insertions(+), 14 deletions(-)
 create mode 100644 .claude/.gitignore
 create mode 100644 .claude/rules/agents-md.md
 create mode 100644 .gemini/settings.json
 create mode 100644 AGENTS.md
-- 
2.55.0


Reply via email to