qemu-rust.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-18 12:43:24 to 2025-05-20 07:54:15 UTC [more...]

[PATCH 0/8] Python: Fix 'make check-dev' and modernize to 3.9+
 2025-05-20  7:53 UTC  (11+ 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/2] Initial logging support for Rust
 2025-05-19  8:13 UTC  (16+ 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  (23+ 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 3/9] rust/vmstate_test: Test varray with "
` [PATCH 4/9] rust/vmstate_test: Fix typo in test_vmstate_macro_array_of_pointer_wrapped()
` [PATCH 5/9] rust/timer: Define NANOSECONDS_PER_SECOND binding as u64
` [PATCH 6/9] rust/hpet: convert num_timers to u8 type
` [PATCH 7/9] rust/hpet: convert HPETTimer index "
` [PATCH 8/9] rust/hpet: Support migration
` [PATCH 9/9] rust/hpet: Fix a clippy error

Rust in QEMU update, April 2025
 2025-05-14 13:16 UTC  (6+ messages)

[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

[PATCH preview 0/3] rust: update build system for Meson 1.8.0
 2025-04-08 21:08 UTC  (8+ messages)
` [PATCH 1/3] rust: use "objects" for Rust executables as well
` [PATCH 2/3] rust: add qemu-api doctests to "meson test"
` [PATCH 3/3] rust: cell: remove support for running doctests with "cargo test --doc"

[PATCH] Rust: Add tracing and logging support for Rust code
 2025-04-01 19:21 UTC  (4+ messages)

[PATCH] rust: hpet: fix decoding of timer registers
 2025-03-21 18:38 UTC  (3+ messages)

[PATCH v2 0/3] rust: Fix PL011State size mismatch assert
 2025-03-21 11:25 UTC  (4+ messages)
` [PATCH v2 1/3] rust: assertions: add static_assert
` [PATCH v2 2/3] hw/char/pl011: Pad PL011State struct to same size as Rust impl
` [PATCH v2 3/3] rust: pl011: Check size of state struct at compile time

[PATCH 0/3] rust: Fix PL011State size mismatch assert
 2025-03-21  4:31 UTC  (10+ messages)
` [PATCH 1/3] rust: assertions: add static_assert
` [PATCH 2/3] hw/char/pl011: Pad PL011State struct to same size as Rust impl
` [PATCH 3/3] rust: pl011: Check size of state struct at compile time

[PATCH v2] rust: assertions: add static_assert
 2025-03-20 19:21 UTC  (4+ messages)

[PATCH 0/2] rust: Kconfig: factor out Rust vs C impl choice
 2025-03-19 21:08 UTC  (4+ messages)
` [PATCH 1/2] rust: Kconfig: Factor out whether PL011 is Rust or C
` [PATCH 2/2] rust: Kconfig: Factor out whether HPET "

[PATCH v2 00/14] rust/vmstate: Clean up, fix, enhance & test
 2025-03-18 13:07 UTC  (6+ messages)
` [PATCH v2 10/14] rust/vmstate: Support vmstate_validate

[PATCH v3 00/15] rust/vmstate: Clean up, fix, enhance & test
 2025-03-18 13:02 UTC  (12+ messages)
` [PATCH v3 02/15] rust/vmstate: Fix num_offset in vmstate macros
` [PATCH v3 04/15] rust/vmstate: Fix size field of VMStateField with VMS_ARRAY_OF_POINTER flag
` [PATCH v3 05/15] rust/vmstate: Fix type check for varray in vmstate_struct
` [PATCH v3 07/15] rust/vmstate: Fix unnecessary VMState bound of with_varray_flag()
` [PATCH v3 08/15] rust/vmstate: Relax array check when build varray in vmstate_struct
` [PATCH v3 10/15] rust/vmstate: Support vmstate_validate
` [PATCH v3 11/15] rust/vmstate: Add unit test for vmstate_of macro
` [PATCH v3 12/15] rust/vmstate: Add unit test for vmstate_{of|struct} macro
` [PATCH v3 13/15] rust/vmstate: Add unit test for pointer case
` [PATCH v3 14/15] rust/vmstate: Add unit test for vmstate_validate
` [PATCH v3 15/15] rust/vmstate: Include complete crate path of VMStateFlags in vmstate_clock


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