qemu-rust.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-11 10:44:40 to 2025-08-07 13:02:51 UTC [more...]

[PATCH 0/2] Misc trivial Rust docs patches
 2025-08-07 13:02 UTC  (2+ messages)
` [PATCH 2/2] MAINTAINERS: add Rust docs to qemu-rust entry

[RFC 00/26] rust/memory: Integrate the vm-memory API from rust-vmm
 2025-08-07 12:44 UTC  (31+ messages)
` [RFC 01/26] rust/hpet: Fix the error caused by vm-memory
` [RFC 02/26] rust/cargo: Add the support for vm-memory
` [RFC 03/26] subprojects: Add thiserror-impl crate
` [RFC 04/26] subprojects: Add thiserror crate
` [RFC 05/26] subprojects: Add winapi-i686-pc-windows-gnu crate
` [RFC 06/26] subprojects: Add winapi-x86_64-pc-windows-gnu crate
` [RFC 07/26] subprojects: Add winapi crate
` [RFC 08/26] subprojects: Add vm-memory crate
` [RFC 09/26] rust: Add vm-memory in meson
` [RFC 10/26] subprojects/vm-memory: Patch vm-memory for QEMU memory backend
` [RFC 11/26] rust/cargo: Specify the patched vm-memory crate
` [RFC 12/26] rcu: Make rcu_read_lock & rcu_read_unlock not inline
` [RFC 13/26] rust: Add RCU bindings
` [RFC 14/26] memory: Expose interfaces about Flatview reference count to Rust side
` [RFC 15/26] memory: Rename address_space_lookup_region and expose it "
` [RFC 16/26] memory: Make flatview_do_translate() return a pointer to MemoryRegionSection
` [RFC 17/26] memory: Add a translation helper to return MemoryRegionSection
` [RFC 18/26] memory: Rename flatview_access_allowed() to memory_region_access_allowed()
` [RFC 19/26] memory: Add MemoryRegionSection based misc helpers
` [RFC 20/26] memory: Add wrappers of intermediate steps for read/write
` [RFC 21/26] memory: Add store/load interfaces for Rust side
` [RFC 22/26] rust/memory: Implement vm_memory::GuestMemoryRegion for MemoryRegionSection
` [RFC 23/26] rust/memory: Implement vm_memory::GuestMemory for FlatView
` [RFC 24/26] rust/memory: Provide AddressSpace bindings
` [RFC 25/26] rust/memory: Add binding to check target endian
` [RFC 26/26] rust/hpet: Use safe binding to access address space

[PATCH 0/2] Few fixes I found when building QEMU with Rust
 2025-08-06  6:54 UTC  (13+ messages)
` [PATCH 1/2] rust: Add antoher variant for impl_vmstate_struct! macro
` [PATCH 2/2] tests/qemu-iotests: Indent expected error messages

[PATCH RFC 0/5] rust: implement tracing
 2025-08-06  9:36 UTC  (16+ messages)
` [PATCH RFC 1/5] rust/bindings: add trace headers
` [PATCH RFC 2/5] rust/qemu-api/log: add Log::Trace variant
` [PATCH RFC 3/5] rust/qemu-api-macros: Add #[trace_events] macro
` [PATCH RFC 4/5] rust/pl011: impl Copy, Clone for RegisterOffset
` [PATCH RFC 5/5] rust/pl011: add trace events

[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  (12+ messages)

[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  (13+ messages)
` [PATCH 1/5] rust: qemu_api: introduce MaybeUninit field projection
` [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  (13+ 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


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