qemu-rust.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-16 12:24:43 to 2025-05-28 09:49:59 UTC [more...]

[PATCH 01/12] rust: make declaration of dependent crates more consistent
 2025-05-28  9:49 UTC  (21+ messages)
` [PATCH 02/12] subprojects: add the anyhow crate
` [PATCH 03/12] subprojects: add the foreign crate
` [PATCH 04/12] util/error: expose Error definition to Rust code
` [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 0/6] rust: update build system for Meson 1.8.1
 2025-05-27 17:04 UTC  (7+ messages)
` [PATCH 1/6] meson: update to version 1.8.1
` [PATCH 2/6] rust: use "objects" for Rust executables as well
` [PATCH 3/6] build, dockerfiles: add support for detecting rustdoc
` [PATCH 4/6] rust: add qemu-api doctests to "meson test"
` [PATCH 5/6] rust: cell: remove support for running doctests with "cargo test --doc"
` [PATCH 6/6] rust: use native Meson support for clippy and rustdoc

[PATCH WIP RFC] rust: add qdev DeviceProperties derive macro
 2025-05-23 13:05 UTC  (3+ messages)

[PATCH 0/8] Python: Fix 'make check-dev' and modernize to 3.9+
 2025-05-22 19:13 UTC  (16+ messages)
` [PATCH 1/8] python: convert packages to PEP517/pyproject.toml
` [PATCH 2/8] python: update pylint ignores
` [PATCH 3/8] python: sync changes from external qemu.qmp package
` [PATCH 4/8] python: use 3.9+ builtin type hints
` [PATCH 5/8] python: convert remaining deprecated type hints for 3.9+
` [PATCH 6/8] python: clean up requirements "
` [PATCH 7/8] python: update mkvenv to type-check under different python versions
` [PATCH 8/8] python: remove version restriction for mypy

[PATCH 0/5] hpet, rust: miscellaneous cleanup
 2025-05-21  7:34 UTC  (10+ messages)
` [PATCH 1/5] hw/timer/hpet: Reorganize register decoding
` [PATCH 2/5] hw/timer/hpet: Adjust num_timers in hpet_init()
` [PATCH 3/5] rust/hpet: Drop BalCell wrapper for num_timers
` [PATCH 4/5] rust: Fix Zhao's email address
` [PATCH 5/5] rust: Fix the typos in doc

Rust in QEMU update, April 2025
 2025-05-21 21:00 UTC  (13+ messages)

[PATCH v2 00/17] maintainer updates for feb25 (qtest, gdbstub, plugins) pre-PR
 2025-05-21 15:41 UTC  (10+ messages)
` [PATCH v2 11/17] gdbstub: Try unlinking the unix socket before binding

[RFC PATCH 0/6] rust: make usage of bitmasks and bitfields nicer
 2025-05-21 15:05 UTC  (16+ messages)
` [RFC PATCH 1/6] rust: add "bits", a custom bitflags implementation
` [RFC PATCH 2/6] rust: pl011: use the bits macro
` [RFC PATCH 3/6] rust: qemu-api-macros: add from_bits and into_bits to #[derive(TryInto)]
` [RFC PATCH 4/6] rust: subprojects: add bitfield-struct
` [RFC PATCH 5/6] rust: pl011: switch from bilge to bitfield-struct
` [RFC PATCH 6/6] rust: remove bilge crate

[PATCH 0/2] Initial logging support for Rust
 2025-05-20  9:57 UTC  (15+ messages)
` [PATCH 1/2] rust/qemu-api: Add initial logging support based on C API
` [PATCH 2/2] rust/hw/char/pl011/src/device: Implement logging

[PATCH 0/9] rust/hpet: Initial support for migration
 2025-05-16  8:25 UTC  (15+ messages)
` [PATCH 1/9] rust/vmstate: Support field_exists check in vmstate_struct macro
` [PATCH 2/9] rust/vmstate: Support varray's num field wrapped in BqlCell
` [PATCH 8/9] rust/hpet: Support migration

[PATCH] rust: hpet: rename hpet module to "device"
 2025-05-14  5:40 UTC  (2+ messages)

[PATCH 0/2] rust: pl011: really use RX FIFO depth
 2025-05-12 12:14 UTC  (7+ messages)
` [PATCH 1/2] rust: pl011: Rename RX FIFO methods
` [PATCH 2/2] rust: pl011: Really use RX FIFO depth

[PATCH preview 0/5] rust: allow minimum version of 1.83
 2025-05-07  7:59 UTC  (20+ messages)
` [PATCH 1/5] meson, cargo: require Rust 1.83.0
` [PATCH 2/5] rust: use inline const expressions
` [PATCH 3/5] rust: vmstate: convert to use builder pattern
` [PATCH 4/5] rust: vmstate: use const_refs_to_static
` [PATCH 5/5] rust: qdev: const_refs_to_static

[PATCH 00/11] rust: allow minimum version of 1.77
 2025-05-06  8:38 UTC  (26+ messages)
` [PATCH 01/11] lcitool: use newer Rust for Debian and Ubuntu
` [PATCH 02/11] meson, cargo: require Rust 1.77.0
` [PATCH 03/11] rust: use std::ffi instead of std::os::raw
` [PATCH 04/11] rust: let bilge use "let ... else"
` [PATCH 05/11] rust: qemu_api_macros: make pattern matching more readable and efficient
` [PATCH 06/11] rust: use MaybeUninit::zeroed() in const context
` [PATCH 07/11] rust: qom: fix TODO about zeroability of classes
` [PATCH 08/11] rust: enable clippy::ptr_cast_constness
` [PATCH 09/11] rust: remove offset_of replacement
` [PATCH 10/11] rust: replace c_str! with c"" literals
` [PATCH 11/11] docs: rust: update for newer minimum supported version

[PATCH] rust: centralize config in workspace root
 2025-05-02 22:34 UTC  (2+ messages)

[PATCH 0/9] rust: allow minimum version of 1.77
 2025-05-02 19:32 UTC  (23+ messages)
` [PATCH 1/9] lcitool: use Rust 1.78 for Debian bookworm
` [PATCH 2/9] rust: use std::ffi instead of std::os::raw
` [PATCH 3/9] rust: let bilge use "let ... else"
` [PATCH 4/9] rust: qemu_api_macros: "
` [PATCH 5/9] rust: use MaybeUninit::zeroed() in const context
` [PATCH 6/9] rust: remove offset_of replacement
` [PATCH 7/9] rust: replace c_str! with c"" literals
` [PATCH 8/9] rust: enable clippy::ptr_cast_constness
` [PATCH 9/9] docs: rust: update for newer minimum supported version

[PATCH 0/2] rust: vmstate: improvements to varray handling
 2025-05-02  9:02 UTC 

[PATCH 0/2] rust: vmstate: improvements to varray handling
 2025-05-02  9:00 UTC  (3+ messages)
` [PATCH 1/2] rust: vmstate: support varray for vmstate_clock!
` [PATCH 2/2] rust: assertions: Support index field wrapped in BqlCell

[PATCH 00/10] hw/core: Remove hw_compat[] array for 2.10, 2.11 and 2.12 machines
 2025-05-01 23:01 UTC  (11+ messages)
` [PATCH 01/10] hw/s390x/s390-virtio-ccw: Remove the deprecated 2.10 and 2.11 machine types
` [PATCH 02/10] hw/core/machine: Remove hw_compat_2_10[] array
` [PATCH 03/10] hw/input/virtio-input: Remove VirtIOInputHID::wheel_axis field
` [PATCH 04/10] hw/core/machine: Remove hw_compat_2_11[] array
` [PATCH 05/10] hw/timer/hpet: Remove HPETState::hpet_offset_saved field
` [PATCH 06/10] hw/net/e1000: Remove unused E1000_FLAG_TSO flag
` [PATCH 07/10] hw/s390x/s390-virtio-ccw: Remove the deprecated 2.12 machine type
` [PATCH 08/10] hw/core/machine: Remove hw_compat_2_12[] array
` [PATCH 09/10] hw/audio/hda-codec: Remove HDAAudioState::use_timer field
` [PATCH 10/10] hw/display/vga-pci: Do not expose the 'global-vmstate' property


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).