Stefan Hajnoczi
1eec82cc06
* rust: better integration with clippy, rustfmt and rustdoc
* rust: interior mutability types
* rust: add a bit operations module
* rust: first part of QOM rework
* kvm: remove unnecessary #ifdef
* clock: small cleanups, improve handling of Clock lifetimes
-----BEGIN PGP SIGNATURE-----
iQFIBAABCAAyFiEE8TM4V0tmI4mGbHaCv/vSX3jHroMFAmdZqFkUHHBib256aW5p
QHJlZGhhdC5jb20ACgkQv/vSX3jHroOzRwf/SYUD+CJCn2x7kUH/JG893jwN1WbJ
meGZ0PQDUpOZJFWg6T4g0MuW4O+Wevy2pF4SfGojgqaYxKBbTQVkeliDEMyNUxpr
vSKXego0K3pkX3cRDXNVTaXFbsHsMt/3pfzMQM6ocF9qbL+Emvx7Og6WdAcyJ4hc
lA17EHlnrWKUSnqN/Ow/pZXsa4ijCklXFFh4barfbdGVhMQc2QekUU45GsP2AvGT
NkXTQC05HqxBaAIDeSxbprDSzNihyT71dAooVoxqKboprPu5uoUSJwgaD8rADPr4
EOfsz61V4mji+DWDcIzTtYoAdY41vVXI9lvCKOcCFkimA29xO0W6P7mG2w==
=JSh5
-----END PGP SIGNATURE-----
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
* rust: better integration with clippy, rustfmt and rustdoc
* rust: interior mutability types
* rust: add a bit operations module
* rust: first part of QOM rework
* kvm: remove unnecessary #ifdef
* clock: small cleanups, improve handling of Clock lifetimes
# -----BEGIN PGP SIGNATURE-----
#
# iQFIBAABCAAyFiEE8TM4V0tmI4mGbHaCv/vSX3jHroMFAmdZqFkUHHBib256aW5p
# QHJlZGhhdC5jb20ACgkQv/vSX3jHroOzRwf/SYUD+CJCn2x7kUH/JG893jwN1WbJ
# meGZ0PQDUpOZJFWg6T4g0MuW4O+Wevy2pF4SfGojgqaYxKBbTQVkeliDEMyNUxpr
# vSKXego0K3pkX3cRDXNVTaXFbsHsMt/3pfzMQM6ocF9qbL+Emvx7Og6WdAcyJ4hc
# lA17EHlnrWKUSnqN/Ow/pZXsa4ijCklXFFh4barfbdGVhMQc2QekUU45GsP2AvGT
# NkXTQC05HqxBaAIDeSxbprDSzNihyT71dAooVoxqKboprPu5uoUSJwgaD8rADPr4
# EOfsz61V4mji+DWDcIzTtYoAdY41vVXI9lvCKOcCFkimA29xO0W6P7mG2w==
# =JSh5
# -----END PGP SIGNATURE-----
# gpg: Signature made Wed 11 Dec 2024 09:57:29 EST
# gpg: using RSA key F13338574B662389866C7682BFFBD25F78C7AE83
# gpg: issuer "pbonzini@redhat.com"
# gpg: Good signature from "Paolo Bonzini <bonzini@gnu.org>" [full]
# gpg: aka "Paolo Bonzini <pbonzini@redhat.com>" [full]
# Primary key fingerprint: 46F5 9FBD 57D6 12E7 BFD4 E2F7 7E15 100C CD36 69B1
# Subkey fingerprint: F133 3857 4B66 2389 866C 7682 BFFB D25F 78C7 AE83
* tag 'for-upstream' of https://gitlab.com/bonzini/qemu: (49 commits)
rust: qom: change the parent type to an associated type
rust: qom: split ObjectType from ObjectImpl trait
rust: qom: move bridge for TypeInfo functions out of pl011
rust: qdev: move bridge for realize and reset functions out of pl011
rust: qdev: move device_class_init! body to generic function, ClassInitImpl implementation to macro
rust: qom: move ClassInitImpl to the instance side
rust: qom: convert type_info! macro to an associated const
rust: qom: rename Class trait to ClassInitImpl
rust: qom: add default definitions for ObjectImpl
rust: add a bit operation module
rust: add bindings for interrupt sources
rust: define prelude
rust: cell: add BQL-enforcing RefCell variant
rust: cell: add BQL-enforcing Cell variant
bql: check that the BQL is not dropped within marked sections
qom/object: Remove type_register()
script/codeconverter/qom_type_info: Deprecate MakeTypeRegisterStatic and MakeTypeRegisterNotStatic
ui: Replace type_register() with type_register_static()
target/xtensa: Replace type_register() with type_register_static()
target/sparc: Replace type_register() with type_register_static()
...
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2024-12-12 18:40:32 -05:00
..
2024-10-21 22:40:47 +03:00
2024-10-21 22:40:47 +03:00
2024-10-21 22:40:47 +03:00
2024-12-10 18:49:24 +01:00
2024-01-26 11:30:49 +00:00
2024-03-25 09:57:56 +01:00
2024-12-11 07:25:53 +01:00
2024-12-11 07:25:53 +01:00
2024-12-11 07:25:53 +01:00
2024-01-30 21:20:20 +03:00
2024-01-30 21:20:20 +03:00
2024-10-03 19:33:23 +02:00
2024-12-11 07:25:53 +01:00
2024-04-30 16:05:08 +01:00
2024-01-05 16:20:15 +01:00
2024-07-01 12:48:55 +01:00
2024-06-30 19:51:44 +03:00
2024-02-27 13:01:42 +00:00
2024-02-27 13:01:42 +00:00
2024-09-05 13:12:37 +01:00
2024-01-26 11:30:49 +00:00
2024-01-05 16:20:15 +01:00
2021-12-15 10:35:26 +00:00
2022-04-21 17:03:51 +04:00
2024-02-02 18:56:32 +00:00
2024-02-26 18:40:09 +01:00
2023-10-25 09:52:44 +02:00
2024-02-02 16:23:47 +00:00
2024-02-02 16:23:47 +00:00
2024-02-02 16:23:47 +00:00
2024-02-02 16:23:47 +00:00
2024-01-26 11:30:49 +00:00
2024-09-24 13:53:35 +02:00
2023-10-27 12:42:13 +01:00
2024-02-26 18:39:58 +01:00
2024-11-04 11:33:13 +01:00
2024-10-03 19:33:23 +02:00
2023-10-27 12:42:13 +01:00
2023-10-27 12:42:13 +01:00
2024-10-01 14:44:10 +01:00
2022-09-14 11:19:40 +01:00
2024-09-24 11:33:34 +02:00
2024-02-02 16:23:47 +00:00
2024-02-15 14:32:39 +00:00
2024-10-03 19:33:23 +02:00
2024-02-02 13:51:58 +00:00
2024-02-02 13:51:58 +00:00
2024-10-03 19:33:23 +02:00
2024-01-09 14:42:40 +00:00
2024-01-09 14:42:40 +00:00
2024-02-02 13:51:58 +00:00
2024-10-03 19:33:23 +02:00
2024-01-05 16:20:15 +01:00
2024-01-09 14:42:40 +00:00
2024-10-15 11:29:45 +01:00
2024-01-26 11:30:49 +00:00
2024-01-05 16:20:15 +01:00
2024-04-02 10:13:48 +01:00
2024-02-27 13:01:42 +00:00
2024-02-26 18:39:58 +01:00
2023-10-27 12:42:13 +01:00
2024-09-05 13:12:37 +01:00
2024-08-16 14:12:59 +01:00
2023-05-30 15:50:16 +01:00
2024-07-29 13:34:18 +01:00
2024-12-10 18:49:24 +01:00
2024-04-25 10:21:06 +01:00
2024-01-09 14:42:40 +00:00
2024-01-09 14:42:40 +00:00
2024-10-15 11:29:45 +01:00
2024-10-15 11:29:45 +01:00
2024-01-09 14:42:40 +00:00
2024-09-13 15:31:44 +01:00
2019-10-22 17:44:01 +01:00
2024-09-04 16:50:42 +02:00
2020-08-21 06:18:24 -04:00
2024-02-26 18:39:58 +01:00
2024-02-26 18:39:58 +01:00
2024-11-04 16:03:24 -05:00
2024-12-11 09:18:38 +01:00
2024-10-03 19:37:35 +02:00
2024-09-04 16:50:42 +02:00
2024-10-15 15:16:17 +01:00
2024-10-21 22:40:47 +03:00
2024-10-01 13:55:38 +01:00
2023-10-27 12:42:13 +01:00
2024-10-01 13:55:38 +01:00