From: Stefan Hajnoczi <stefanha@redhat.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [PULL 00/49] rust, QOM, kvm changes for 2024-12-11
Date: Thu, 12 Dec 2024 20:21:04 -0500 [thread overview]
Message-ID: <20241213012104.GA395433@fedora> (raw)
In-Reply-To: <20241211162720.320070-1-pbonzini@redhat.com>
[-- Attachment #1: Type: text/plain, Size: 116 bytes --]
Applied, thanks.
Please update the changelog at https://wiki.qemu.org/ChangeLog/10.0 for any user-visible changes.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
prev parent reply other threads:[~2024-12-13 1:25 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-11 16:26 [PULL 00/49] rust, QOM, kvm changes for 2024-12-11 Paolo Bonzini
2024-12-11 16:26 ` [PULL 01/49] ci: enable rust in the Debian and Ubuntu system build job Paolo Bonzini
2024-12-11 16:26 ` [PULL 02/49] rust: apply --cfg MESON to all crates Paolo Bonzini
2024-12-11 16:26 ` [PULL 03/49] rust: allow using build-root bindings.rs from cargo Paolo Bonzini
2024-12-11 16:26 ` [PULL 04/49] rust: build: move rustc_args.py invocation to qemu-api crate Paolo Bonzini
2024-12-11 16:26 ` [PULL 05/49] rust: build: restrict --cfg generation to only required symbols Paolo Bonzini
2024-12-11 16:26 ` [PULL 06/49] rust: build: generate lint flags from Cargo.toml Paolo Bonzini
2024-12-11 16:26 ` [PULL 07/49] rust: cargo: store desired warning levels in workspace Cargo.toml Paolo Bonzini
2024-12-11 16:26 ` [PULL 08/49] rust: build: move strict lints handling to rustc_args.py Paolo Bonzini
2024-12-11 16:26 ` [PULL 09/49] rust: fix a couple style issues from clippy Paolo Bonzini
2024-12-11 16:26 ` [PULL 10/49] rust: build: establish a baseline of lints across all crates Paolo Bonzini
2024-12-11 16:26 ` [PULL 11/49] rust: build: add "make clippy", "make rustfmt", "make rustdoc" Paolo Bonzini
2024-12-11 16:26 ` [PULL 12/49] rust: ci: add job that runs Rust tools Paolo Bonzini
2024-12-11 16:26 ` [PULL 13/49] rust: fix doc test syntax Paolo Bonzini
2024-12-11 16:26 ` [PULL 14/49] rust/qemu-api: Fix fragment-specifiers in define_property macro Paolo Bonzini
2024-12-11 16:26 ` [PULL 15/49] clock: clear callback on unparent Paolo Bonzini
2024-12-11 16:26 ` [PULL 16/49] clock: treat outputs and inputs the same in NamedClockList Paolo Bonzini
2024-12-30 17:08 ` Philippe Mathieu-Daudé
2024-12-11 16:26 ` [PULL 17/49] clock: inline most of qdev_init_clocklist Paolo Bonzini
2024-12-11 16:26 ` [PULL 18/49] kvm: remove unnecessary #ifdef Paolo Bonzini
2024-12-11 16:26 ` [PULL 19/49] arm: Replace type_register() with type_register_static() Paolo Bonzini
2024-12-11 16:26 ` [PULL 20/49] hw/block: " Paolo Bonzini
2024-12-11 16:26 ` [PULL 21/49] hw/net: " Paolo Bonzini
2024-12-11 16:26 ` [PULL 22/49] ppc: " Paolo Bonzini
2024-12-11 16:26 ` [PULL 23/49] hw/rtc: " Paolo Bonzini
2024-12-11 16:26 ` [PULL 24/49] hw/scsi: " Paolo Bonzini
2024-12-11 16:26 ` [PULL 25/49] hw/sensor: " Paolo Bonzini
2024-12-11 16:26 ` [PULL 26/49] hw/usb: " Paolo Bonzini
2024-12-11 16:26 ` [PULL 27/49] hw/virtio: " Paolo Bonzini
2024-12-11 16:26 ` [PULL 28/49] i386: " Paolo Bonzini
2024-12-11 16:26 ` [PULL 29/49] target/mips: " Paolo Bonzini
2024-12-11 16:27 ` [PULL 30/49] target/sparc: " Paolo Bonzini
2024-12-11 16:27 ` [PULL 31/49] target/xtensa: " Paolo Bonzini
2024-12-11 16:27 ` [PULL 32/49] ui: " Paolo Bonzini
2024-12-11 16:27 ` [PULL 33/49] script/codeconverter/qom_type_info: Deprecate MakeTypeRegisterStatic and MakeTypeRegisterNotStatic Paolo Bonzini
2024-12-11 16:27 ` [PULL 34/49] qom/object: Remove type_register() Paolo Bonzini
2024-12-11 16:27 ` [PULL 35/49] bql: check that the BQL is not dropped within marked sections Paolo Bonzini
2024-12-11 16:27 ` [PULL 36/49] rust: cell: add BQL-enforcing Cell variant Paolo Bonzini
2024-12-11 16:27 ` [PULL 37/49] rust: cell: add BQL-enforcing RefCell variant Paolo Bonzini
2024-12-19 9:17 ` Bernhard Beschow
2024-12-11 16:27 ` [PULL 38/49] rust: define prelude Paolo Bonzini
2024-12-11 16:27 ` [PULL 39/49] rust: add bindings for interrupt sources Paolo Bonzini
2024-12-11 16:27 ` [PULL 40/49] rust: add a bit operation module Paolo Bonzini
2024-12-11 16:27 ` [PULL 41/49] rust: qom: add default definitions for ObjectImpl Paolo Bonzini
2024-12-11 16:27 ` [PULL 42/49] rust: qom: rename Class trait to ClassInitImpl Paolo Bonzini
2024-12-11 16:27 ` [PULL 43/49] rust: qom: convert type_info! macro to an associated const Paolo Bonzini
2024-12-11 16:27 ` [PULL 44/49] rust: qom: move ClassInitImpl to the instance side Paolo Bonzini
2024-12-11 16:27 ` [PULL 45/49] rust: qdev: move device_class_init! body to generic function, ClassInitImpl implementation to macro Paolo Bonzini
2024-12-11 16:27 ` [PULL 46/49] rust: qdev: move bridge for realize and reset functions out of pl011 Paolo Bonzini
2024-12-11 16:27 ` [PULL 47/49] rust: qom: move bridge for TypeInfo " Paolo Bonzini
2024-12-11 16:27 ` [PULL 48/49] rust: qom: split ObjectType from ObjectImpl trait Paolo Bonzini
2024-12-11 16:27 ` [PULL 49/49] rust: qom: change the parent type to an associated type Paolo Bonzini
2024-12-13 1:21 ` Stefan Hajnoczi [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241213012104.GA395433@fedora \
--to=stefanha@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.