qemu-rust.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-29 14:19:59 to 2025-09-04 08:18:48 UTC [more...]

[PATCH v2 000/281] arm_load_dtb cleanups
 2025-09-04  8:07 UTC  (17+ messages)
` [PATCH v2 001/281] target/i386: Add support for save/load of exception error code
` [PATCH v2 002/281] scripts/minikconf.py: fix invalid attribute access
` [PATCH v2 003/281] scripts/minikconf.py: s/Error/KconfigParserError
` [PATCH v2 004/281] python: mkvenv: fix messages printed by mkvenv
` [PATCH v2 005/281] MAINTAINERS: add a few more files to "Top Level Makefile and configure"
` [PATCH v2 006/281] Update version for the v10.1.0 release
` [PATCH v2 008/281] hw: add compat machines for 10.2
` [PATCH v2 011/281] tests/functional: Fix reverse_debugging asset precaching
` [PATCH v2 015/281] tests/functional/meson.build: Split timeout settings by target
` [PATCH v2 016/281] tests/functional/meson.build: Allow tests to reside in subfolders
` [PATCH v2 021/281] tests/functional: Move hppa tests into architecture specific folder
` [PATCH v2 024/281] tests/functional: Move m68k "
` [PATCH v2 031/281] tests/functional: Move s390x tests into target-specific folders
` [PATCH v2 032/281] tests/functional: Move sh4/sh4eb "
` [PATCH v2 057/281] linux-user: Move get_elf_hwcap to loongarch64/elfload.c
` [PATCH v2 076/281] linux-user/aarch64: Create init_main_thread

[PATCH 00/22] rust: split qemu-api
 2025-08-29 11:54 UTC  (38+ messages)
` [PATCH 01/22] docs/rust: update msrv
` [PATCH 02/22] rust: remove unused global qemu "allocator"
` [PATCH 03/22] rust: add workspace authors
` [PATCH 04/22] rust: make build.rs generic over various ./rust/projects
` [PATCH 05/22] rust: split Rust-only "common" crate
` [PATCH 06/22] rust: split "util" crate
` [PATCH 07/22] rust: move vmstate_clock!() to qdev module
` [PATCH 08/22] rust: move VMState handling to QOM module
` [PATCH 09/22] rust: move Cell vmstate impl
` [PATCH 10/22] rust: split "migration" crate
` [PATCH 11/22] rust: split "bql" crate
` [PATCH 12/22] rust: split "qom" crate
` [PATCH 13/22] rust: split "chardev" crate
` [PATCH 14/22] rust: split "system" crate
` [PATCH 15/22] rust: split "hwcore" crate
` [PATCH 16/22] rust: rename qemu_api_macros -> qemu_macros
` [PATCH 17/22] rust/hpet: drop now unneeded qemu_api dep
` [PATCH 18/22] rust/pl011: drop dependency on qemu_api
` [PATCH 19/22] rust: repurpose qemu_api -> tests
` [PATCH 20/22] rust: re-export qemu_macros internal helper in "bits"
` [PATCH 21/22] rust: re-export qemu macros from common/qom/hwcore
` [PATCH 22/22] docs: update rust.rst

[RFC 00/18] rust: split qemu-api
 2025-08-27  9:49 UTC  (32+ messages)
` [RFC 01/18] rust: remove unused global qemu "allocator"
` [RFC 02/18] rust: add workspace authors
` [RFC 03/18] rust: split Rust-only "common" crate
` [RFC 04/18] rust: split "util" crate
` [RFC 05/18] rust: move vmstate_clock!() to qdev module
` [RFC 06/18] rust: move VMState handling to QOM module
` [RFC 07/18] rust: move Cell vmstate impl
` [RFC 08/18] rust: split "migration" crate
` [RFC 09/18] rust: split "bql" crate
` [RFC 10/18] rust: split "qom" crate
` [RFC 11/18] rust: split "chardev" crate
` [RFC 12/18] rust: split "system" crate
` [RFC 13/18] rust: split "hwcore" crate
` [RFC 14/18] rust: rename qemu_api_macros -> qemu_macros
` [RFC 15/18] rust/hpet: drop now unneeded qemu_api dep
` [RFC 16/18] rust/pl011: drop dependency on qemu_api
` [RFC 17/18] rust: repurpose qemu_api -> tests
` [RFC 18/18] docs: update rust.rst

[PATCH 0/4] rust: little clean-ups and updates
 2025-08-27  2:58 UTC  (7+ messages)
` [PATCH 1/4] rust: run cargo update
` [PATCH 2/4] rust: remove unused global qemu "allocator"
` [PATCH 3/4] build-sys/rust: update syn to v2.0.106
` [PATCH 4/4] rust/qemu-api-macros: make derive(Object) friendly when missing parent

[PATCH] meson: set test programs to not build by default
 2025-08-20 10:23 UTC  (4+ messages)

[RFC 00/26] rust/memory: Integrate the vm-memory API from rust-vmm
 2025-08-13 15:12 UTC  (58+ 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-12 15:35 UTC  (15+ messages)
` [PATCH 1/2] rust: Add antoher variant for impl_vmstate_struct! macro
` [PATCH 2/2] tests/qemu-iotests: Indent expected error messages

[PATCH] configure: Don't disable Rust for too old meson version
 2025-08-12 12:57 UTC  (3+ messages)

[PATCH for-10.2 0/2] meson: let Meson handle mixed-language linking of Rust and C objects
 2025-08-11 16:17 UTC  (3+ messages)
` [PATCH 1/2] rust: do not link C libraries into Rust rlibs
` [PATCH 2/2] meson: let Meson handle mixed-language linking of Rust and C objects

[PATCH 0/2] Misc trivial Rust docs patches
 2025-08-07 15:11 UTC  (5+ messages)
` [PATCH 1/2] docs/devel/rust: Add mention of 128bit integers
` [PATCH 2/2] MAINTAINERS: add Rust docs to qemu-rust entry

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


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