qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 00/14] QEMU patches for 2025-08-27
@ 2025-08-27 18:25 Paolo Bonzini
  2025-08-27 18:25 ` [PULL 01/14] target/i386: Add support for save/load of exception error code Paolo Bonzini
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Paolo Bonzini @ 2025-08-27 18:25 UTC (permalink / raw)
  To: qemu-devel

The following changes since commit 88f72048d2f5835a1b9eaba690c7861393aef283:

  Update version for the v10.1.0-rc4 release (2025-08-19 14:05:56 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 92dedaf169ddcf8c81fa6d21c86c60f3b82458e5:

  rust: move dependencies to rust/Cargo.toml (2025-08-27 10:57:04 +0200)

----------------------------------------------------------------
* rust: declare self as qemu_api for proc-macros
* rust/qemu-api-macros: make derive(Object) friendly when missing parent
* x86/loader: Don't update kernel header for CoCo VMs
* target/i386: Add support for save/load of exception error code
* i386/tcg/svm: fix incorrect canonicalization
* scripts/minikconf.py: small fixes

----------------------------------------------------------------
Ani Sinha (1):
      kvm/kvm-all: make kvm_park/unpark_vcpu local to kvm-all.c

Manos Pitsidianakis (3):
      scripts/minikconf.py: fix invalid attribute access
      scripts/minikconf.py: s/Error/KconfigParserError
      rust: declare self as qemu_api for proc-macros

Marc-André Lureau (1):
      rust/qemu-api-macros: make derive(Object) friendly when missing parent

Paolo Bonzini (6):
      python: mkvenv: fix messages printed by mkvenv
      MAINTAINERS: add a few more files to "Top Level Makefile and configure"
      rust: disable borrow_as_ptr warning
      rust: qemu-api-macros: support matching more than one error
      subprojects: update proc-macro2 and syn
      rust: move dependencies to rust/Cargo.toml

Xiaoyao Li (1):
      x86/loader: Don't update kernel header for CoCo VMs

Xin Wang (1):
      target/i386: Add support for save/load of exception error code

Zero Tang (1):
      i386/tcg/svm: fix incorrect canonicalization

 MAINTAINERS                                        |  4 +++-
 include/system/kvm.h                               | 17 ---------------
 accel/kvm/kvm-all.c                                |  4 ++--
 hw/i386/x86-common.c                               |  2 +-
 target/i386/machine.c                              | 19 +++++++++++++++++
 target/i386/tcg/system/svm_helper.c                |  2 +-
 python/scripts/mkvenv.py                           |  4 ++++
 rust/Cargo.lock                                    |  8 ++++----
 rust/Cargo.toml                                    |  6 +++++-
 rust/qemu-api-macros/src/lib.rs                    | 24 ++++++++++++++--------
 rust/qemu-api-macros/src/tests.rs                  |  6 +++---
 rust/qemu-api/Cargo.toml                           |  6 +++---
 rust/qemu-api/src/lib.rs                           |  4 ++++
 scripts/minikconf.py                               |  6 ++++--
 .../packagefiles/proc-macro2-1-rs/meson.build      |  2 +-
 subprojects/packagefiles/syn-2-rs/meson.build      |  2 +-
 subprojects/proc-macro2-1-rs.wrap                  |  8 ++++----
 subprojects/syn-2-rs.wrap                          |  8 ++++----
 18 files changed, 78 insertions(+), 54 deletions(-)
-- 
2.51.0



^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2025-08-27 22:51 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-27 18:25 [PULL 00/14] QEMU patches for 2025-08-27 Paolo Bonzini
2025-08-27 18:25 ` [PULL 01/14] target/i386: Add support for save/load of exception error code Paolo Bonzini
2025-08-27 18:25 ` [PULL 02/14] scripts/minikconf.py: fix invalid attribute access Paolo Bonzini
2025-08-27 18:25 ` [PULL 03/14] scripts/minikconf.py: s/Error/KconfigParserError Paolo Bonzini
2025-08-27 18:25 ` [PULL 04/14] python: mkvenv: fix messages printed by mkvenv Paolo Bonzini
2025-08-27 18:25 ` [PULL 05/14] MAINTAINERS: add a few more files to "Top Level Makefile and configure" Paolo Bonzini
2025-08-27 18:25 ` [PULL 06/14] x86/loader: Don't update kernel header for CoCo VMs Paolo Bonzini
2025-08-27 18:25 ` [PULL 07/14] i386/tcg/svm: fix incorrect canonicalization Paolo Bonzini
2025-08-27 18:25 ` [PULL 08/14] kvm/kvm-all: make kvm_park/unpark_vcpu local to kvm-all.c Paolo Bonzini
2025-08-27 18:25 ` [PULL 09/14] rust: disable borrow_as_ptr warning Paolo Bonzini
2025-08-27 18:25 ` [PULL 10/14] rust: qemu-api-macros: support matching more than one error Paolo Bonzini
2025-08-27 18:25 ` [PULL 11/14] subprojects: update proc-macro2 and syn Paolo Bonzini
2025-08-27 18:25 ` [PULL 12/14] rust/qemu-api-macros: make derive(Object) friendly when missing parent Paolo Bonzini
2025-08-27 18:25 ` [PULL 13/14] rust: declare self as qemu_api for proc-macros Paolo Bonzini
2025-08-27 18:25 ` [PULL 14/14] rust: move dependencies to rust/Cargo.toml Paolo Bonzini
2025-08-27 22:50 ` [PULL 00/14] QEMU patches for 2025-08-27 Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).