messages from 2025-06-03 09:08:19 to 2025-08-01 17:19:28 UTC [more...]
[PATCH 0/2] Few fixes I found when building QEMU with Rust
2025-08-01 15:48 UTC (4+ messages)
` [PATCH 1/2] rust: Add antoher variant for impl_vmstate_struct! macro
` [PATCH 2/2] tests/qemu-iotests: Indent expected error messages
[PATCH] rust: declare self as qemu_api for proc-macros
2025-07-30 8:29 UTC (3+ messages)
[PATCH] rust: devices are not staticlibs
2025-07-22 14:39 UTC (4+ messages)
[PATCH] scripts: add script to help distro use global Rust packages
2025-07-22 12:28 UTC (3+ messages)
[RFC PATCH 0/4] rust: use attrs crate to parse #[property]
2025-07-17 13:17 UTC (7+ messages)
` [PATCH 1/4] subprojects: update proc-macro2 and syn
` [PATCH 2/4] subprojects: add attrs crate
` [PATCH 3/4] rust: qemu-api-macros: support matching more than one error
` [PATCH 4/4] qemu-api-macros: switch #[property] parsing to use combinators
Rust in QEMU update, July 2025
2025-07-16 12:08 UTC
[PATCH v2] rust: bindings: allow any number of params
2025-07-15 7:23 UTC (4+ messages)
[PULL 28/97] rust: bindings: allow any number of params
2025-07-15 6:56 UTC (4+ messages)
` [PULL v2 "
[PATCH] rust: bindings: allow any number of params
2025-07-14 22:09 UTC
[PATCH v3] rust: add qdev Device derive macro
2025-07-11 17:08 UTC (2+ messages)
[PATCH RFC v2] rust: add qdev DeviceProperties derive macro
2025-07-10 16:29 UTC (6+ messages)
[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] 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 (11+ messages)
` [PATCH 06/14] rust: qemu-api: add bindings to Error
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).