messages from 2025-05-28 07:59:08 to 2025-07-09 10:10:36 UTC [more...]
[PATCH] rust/bindings: allow unnecessary_transmutes (1.88)
2025-07-09 10:06 UTC (2+ messages)
[PATCH] rust: Fix compilation with rustc v1.88
2025-07-09 10:07 UTC (3+ messages)
[PATCH 0/3] Small Rust memory API improvements
2025-07-08 12:25 UTC (13+ messages)
` [PATCH 1/3] rust/memory: replace size arg with Bits enum
` [PATCH 2/3] memattrs.h: make MemTxAttrs into enum
` [PATCH 3/3] rust: add *_with_attrs methods to MemoryRegionOps
[PATCH] rust/qemu-api: Fix binding path in source directory
2025-07-08 8:22 UTC (2+ messages)
[PATCH 0/2] rust: add Derive macro unit tests
2025-07-08 9:59 UTC (8+ messages)
` [PATCH 1/2] rust/qemu-api-macros: normalize TryInto output
` [PATCH 2/2] rust/qemu-api-macros: add unit tests
[PATCH] rust/bindings: allow unnecessary_transmutes (1.88)
2025-07-08 8:26 UTC
[PATCH RFC v2] rust: add qdev DeviceProperties derive macro
2025-07-08 9:47 UTC (2+ messages)
[PATCH] rust/qemu-api-macros: use syn::Error directly
2025-07-08 8:25 UTC
[PATCH] rust/qemu-api-macros: use syn::Error directly
2025-07-03 13:33 UTC
[PATCH preview 0/3] reviving minimal QAPI generation from 2021
2025-07-02 19:09 UTC (21+ messages)
` [PATCH 1/3] rust: make TryFrom macro more resilient
` [PATCH 2/3] scripts/qapi: add QAPISchemaIfCond.rsgen()
` [PATCH 3/3] scripts/qapi: generate high-level Rust bindings
[PATCH v2 00/12] Python: Fix 'make check-dev' and modernize to 3.9+
2025-06-26 4:54 UTC (26+ messages)
` [PATCH v2 01/12] python: convert packages to PEP517/pyproject.toml
` [PATCH v2 02/12] python: update pylint ignores
` [PATCH v2 03/12] python: sync changes from external qemu.qmp package
` [PATCH v2 04/12] python: update shebangs to standard, using /usr/bin/env
` [PATCH v2 05/12] python: fix illegal escape sequences
` [PATCH v2 06/12] python: upgrade to python3.9+ syntax
` [PATCH v2 07/12] fixup
` [PATCH v2 08/12] python: further 3.9+ syntax upgrades
` [PATCH v2 09/12] python: update mkvenv to type-check under different python versions
` [PATCH v2 10/12] python: remove version restriction for mypy
` [PATCH v2 11/12] scripts/codeconverter: remove unused code
` [PATCH v2 12/12] scripts/codeconverter: remove * imports
[PATCH] rust: log: implement io::Write
2025-06-24 9:05 UTC (5+ messages)
[PATCH 0/2] rust: prepare for multiple bindgen invocations
2025-06-20 15:10 UTC (5+ messages)
` [PATCH 1/2] rust: prepare variable definitions "
` [PATCH 2/2] rust: move rust.bindgen to qemu-api crate
[PATCH] rust: hpet: fix new warning
2025-06-17 14:52 UTC (3+ messages)
New CI error due to mismatched lifetime in hpet device
2025-06-16 17:07 UTC (3+ messages)
[PATCH v3 0/4] Initial logging support for Rust
2025-06-15 11:20 UTC (5+ messages)
` [PATCH v3 1/4] rust/qemu-api: Add initial logging support based on C API
` [PATCH v3 2/4] rust/hw/char/pl011/src/device: Implement logging
` [PATCH v3 3/4] rust/hw/char/pl011/src/device: Add missing logging to match C version
` [PATCH v3 4/4] rust/qemu-api: Fix clippy lint `missing_const_for_fn`
[PATCH 0/5] rust: make instance_init implementations use safe Rust
2025-06-12 15:25 UTC (15+ messages)
` [PATCH 1/5] rust: qemu_api: introduce MaybeUninit field projection
` [PATCH 2/5] rust: hpet: fully initialize object after instance_init
` [PATCH 3/5] rust: qom: introduce ParentInit
` [PATCH 4/5] rust: qom: make ParentInit lifetime-invariant
` [PATCH 5/5] rust: qom: change instance_init to take a ParentInit<>
[PATCH v2 0/2] Initial logging support for Rust
2025-06-12 7:39 UTC (15+ messages)
` [PATCH v2 1/2] rust/qemu-api: Add initial logging support based on C API
` [PATCH v2 2/2] rust/hw/char/pl011/src/device: Implement logging
[PATCH 0/2] Initial logging support for Rust
2025-06-10 20:51 UTC (7+ messages)
` [PATCH 1/2] rust/qemu-api: Add initial logging support based on C API
[PATCH v3 00/14] rust: bindings for Error
2025-06-05 13:53 UTC (23+ messages)
` [PATCH 01/14] subprojects: add the anyhow crate
` [PATCH 02/14] subprojects: add the foreign crate
` [PATCH 03/14] util/error: expose Error definition to Rust code
` [PATCH 04/14] util/error: allow non-NUL-terminated err->src
` [PATCH 05/14] util/error: make func optional
` [PATCH 06/14] rust: qemu-api: add bindings to Error
` [PATCH 07/14] rust: qemu-api: add tests for Error bindings
` [PATCH 08/14] rust: qdev: support returning errors from realize
` [PATCH 09/14] rust/hpet: change type of num_timers to usize
` [PATCH 10/14] hpet: adjust VMState for consistency with Rust version
` [PATCH 11/14] hpet: return errors from realize if properties are incorrect
` [PATCH 12/14] rust/hpet: "
` [PATCH 13/14] rust/hpet: Drop BqlCell wrapper for num_timers
` [PATCH 14/14] docs: update Rust module status
[PATCH v2 00/14] rust: bindings for Error
2025-06-05 6:14 UTC (31+ messages)
` [PATCH 01/14] subprojects: add the anyhow crate
` [PATCH 02/14] subprojects: add the foreign crate
` [PATCH 03/14] util/error: expose Error definition to Rust code
` [PATCH 04/14] util/error: allow non-NUL-terminated err->src
` [PATCH 05/14] util/error: make func optional
` [PATCH 06/14] rust: qemu-api: add bindings to Error
` [PATCH 07/14] rust: qemu-api: add tests for Error bindings
` [PATCH 08/14] rust: qdev: support returning errors from realize
` [PATCH 09/14] rust/hpet: change type of num_timers to usize
` [PATCH 10/14] hpet: adjust VMState for consistency with Rust version
` [PATCH 11/14] hpet: return errors from realize if properties are incorrect
` [PATCH 12/14] rust/hpet: "
` [PATCH 13/14] rust/hpet: Drop BqlCell wrapper for num_timers
` [PATCH 14/14] docs: update Rust module status
[PATCH 03/12] subprojects: add the foreign crate
2025-05-29 9:18 UTC (23+ messages)
` [PATCH 05/12] util/error: allow non-NUL-terminated err->src
` [PATCH 06/12] util/error: make func optional
` [PATCH 07/12] qemu-api: add bindings to Error
` [PATCH 08/12] rust: qdev: support returning errors from realize
` [PATCH 09/12] rust/hpet: change timer of num_timers to usize
` [PATCH 10/12] hpet: return errors from realize if properties are incorrect
` [PATCH 11/12] rust/hpet: "
` [PATCH 12/12] rust/hpet: Drop BqlCell wrapper for num_timers
[PATCH WIP RFC] rust: add qdev DeviceProperties derive macro
2025-05-28 11:38 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).