qemu-rust.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-06 07:56:12 to 2025-02-20 14:58:25 UTC [more...]

[PATCH v2 00/11] rust/block: Add minimal block driver bindings
 2025-02-20 14:58 UTC  (21+ messages)
` [PATCH v2 01/11] rust: Build separate qemu_api_tools and qemu_api_system
` [PATCH v2 02/11] meson: Add rust_block_ss and link tools with it
` [PATCH v2 03/11] rust: Add some block layer bindings
` [PATCH v2 04/11] rust/qemu-api: Add wrappers to run futures in QEMU
` [PATCH v2 05/11] rust/block: Add empty crate
` [PATCH v2 06/11] rust/block: Add I/O buffer traits
` [PATCH v2 07/11] block: Add bdrv_open_blockdev_ref_file()
` [PATCH v2 08/11] rust/block: Add driver module
` [PATCH v2 09/11] rust/block: Add read support for block drivers
` [PATCH v2 10/11] bochs-rs: Add bochs block driver reimplementation in Rust
` [PATCH v2 11/11] rust/block: Add format probing

[PATCH v2 0/2] rust: add module to convert between -errno and io::Error
 2025-02-19 15:27 UTC  (6+ messages)
` [PATCH 1/2] rust: subprojects: add libc crate
` [PATCH 2/2] rust: add module to convert between -errno and io::Error

[PATCH] rust: Prefer link_with over link_whole
 2025-02-18 17:50 UTC  (3+ messages)

[PATCH 00/11] rust/block: Add minimal block driver bindings
 2025-02-18 17:25 UTC  (43+ messages)
` [PATCH 01/11] rust: Build separate qemu_api_tools and qemu_api_system
` [PATCH 02/11] meson: Add rust_block_ss and link tools with it
` [PATCH 03/11] rust: Add some block layer bindings
` [PATCH 04/11] rust/qemu-api: Add wrappers to run futures in QEMU
` [PATCH 05/11] rust/block: Add empty crate
` [PATCH 06/11] rust/block: Add I/O buffer traits
` [PATCH 07/11] block: Add bdrv_open_blockdev_ref_file()
` [PATCH 08/11] rust/block: Add driver module
` [PATCH 09/11] rust/block: Add read support for block drivers
` [PATCH 10/11] bochs-rs: Add bochs block driver reimplementation in Rust
` [PATCH 11/11] rust/block: Add format probing

[PATCH] docs: rust: fix typos
 2025-02-18  9:09 UTC  (3+ messages)

[PATCH] rust: Fix the typos in doc
 2025-02-18  9:21 UTC 

[PATCH] docs: rust: update description of crates
 2025-02-18  9:06 UTC  (2+ messages)

[PATCH] i386: Fix the missing Rust HPET configuration option
 2025-02-18  8:40 UTC  (3+ messages)

[PATCH] rust: Prefer std::ptr over core::ptr
 2025-02-18  8:09 UTC  (2+ messages)

[PATCH v2 00/10] rust: Add HPET timer device
 2025-02-16 11:47 UTC  (14+ messages)
` [PATCH v2 01/10] i386/fw_cfg: move hpet_cfg definition to hpet.c
` [PATCH v2 02/10] rust/qdev: add the macro to define bit property
` [PATCH v2 03/10] rust/irq: Add a helper to convert [InterruptSource] to pointer
` [PATCH v2 04/10] rust: add bindings for gpio_{in|out} initialization
` [PATCH v2 05/10] rust: add bindings for memattrs
` [PATCH v2 06/10] rust: add bindings for timer
` [PATCH v2 07/10] rust/timer/hpet: define hpet_fw_cfg
` [PATCH v2 08/10] rust/timer/hpet: add basic HPET timer and HPETState
` [PATCH v2 09/10] rust/timer/hpet: add qom and qdev APIs support
` [PATCH v2 10/10] i386: enable rust hpet for pc when rust is enabled

[PATCH] rust: tests: do not import bindings::*
 2025-02-14 14:17 UTC  (3+ messages)

[PATCH] rust: docs: document naming convention
 2025-02-13 11:27 UTC 

[PATCH] rust: add module to convert -errno to io::Error
 2025-02-12  9:39 UTC 

[PATCH] rust: add --rust-target option for bindgen
 2025-02-12  1:22 UTC  (14+ messages)
` [PATCH] rust: pl011: convert pl011_create to safe Rust
    ` vtables and procedural macros (was Re: [PATCH] rust: pl011: convert pl011_create to safe Rust)

[PATCH 00/12] rust: remaining parts of qdev bindings
 2025-02-11  3:37 UTC  (22+ messages)
` [PATCH 01/12] rust: qom: add reference counting functionality
` [PATCH 02/12] rust: qom: add object creation functionality
` [PATCH 03/12] rust: callbacks: allow passing optional callbacks as ()
` [PATCH 04/12] rust: qdev: add clock creation
` [PATCH 05/12] rust: qom: allow initializing interface vtables
` [PATCH 06/12] rust: qdev: make ObjectImpl a supertrait of DeviceImpl
` [PATCH 07/12] rust: qdev: switch from legacy reset to Resettable
` [PATCH 08/12] rust: bindings: add Send and Sync markers for types that have bindings
` [PATCH 09/12] rust: bindings for MemoryRegionOps
` [PATCH 10/12] rust: irq: define ObjectType for IRQState
` [PATCH 11/12] rust: chardev, qdev: add bindings to qdev_prop_set_chr
` [PATCH 12/12] rust: pl011: convert pl011_create to safe Rust

[PULL 01/17] tests/docker: replicate the check-rust-tools-nightly CI job
 2025-02-10 16:14 UTC 

[PATCH] rust: restrict missing_const_for_fn to qemu_api crate
 2025-02-10 14:06 UTC  (2+ messages)

[PATCH] rust: pl011: use default set of lints
 2025-02-10 14:03 UTC  (2+ messages)

[RFC PATCH 00/10] rust: remaining part of qdev bindings
 2025-02-10 10:38 UTC  (17+ messages)
` [PATCH 05/10] rust: qdev: add clock creation
` [PATCH 07/10] rust: qdev: make ObjectImpl a supertrait of DeviceImpl
` [PATCH 08/10] rust: qdev: switch from legacy reset to Resettable
` [PATCH 10/10] rust: bindings for MemoryRegionOps

[PATCH 08/10] qom: Have class_base_init() take a const data argument
 2025-02-10 10:26 UTC  (3+ messages)
` [PATCH 09/10] qom: Have class_init() "
` [PATCH 10/10] qom: Constify class_data

[PATCH 00/10] rust: Add HPET timer device
 2025-02-08 18:10 UTC  (30+ messages)
` [PATCH 03/10] rust/irq: Add a helper to convert [InterruptSource] to [*mut IRQState]
` [PATCH 04/10] rust: add bindings for gpio_{in|out} initialization
` [PATCH 06/10] rust: add bindings for timer
` [PATCH 07/10] rust/timer/hpet: define hpet_cfg
` [PATCH 08/10] rust/timer/hpet: add basic HPET timer and HPETState
` [PATCH 09/10] rust/timer/hpet: add qom and qdev APIs support

[PATCH v2 00/17] maintainer updates for feb25 (qtest, gdbstub, plugins) pre-PR
 2025-02-07 16:04 UTC  (20+ messages)
` [PATCH v2 01/17] tests/docker: replicate the check-rust-tools-nightly CI job
` [PATCH v2 02/17] tests/qtest: don't attempt to clock_step while waiting for virtio ISR
` [PATCH v2 03/17] tests/qtest: don't step clock at start of npcm7xx periodic IRQ test
` [PATCH v2 04/17] tests/qtest: simplify qtest_process_inbuf
` [PATCH v2 05/17] tests/qtest: rename qtest_send_prefix and roll-up into qtest_send
` [PATCH v2 06/17] tests/qtest: tighten up the checks on clock_step
` [PATCH v2 07/17] Revert "util/timer: avoid deadlock when shutting down"
` [PATCH v2 08/17] tests/qtest/migration: Add --full option
` [PATCH v2 09/17] tests/qtest/migration: Pick smoke tests
` [PATCH v2 10/17] gdbstub: Allow the %d placeholder in the socket path
` [PATCH v2 11/17] gdbstub: Try unlinking the unix socket before binding
` [PATCH v2 12/17] user: Introduce user/signal.h
` [PATCH v2 13/17] user: Introduce host_interrupt_signal
` [PATCH v2 14/17] osdep: Introduce qemu_kill_thread()
` [PATCH v2 15/17] gdbstub: Allow late attachment
` [PATCH v2 16/17] docs/user: Document the %d placeholder and suspend=n QEMU_GDB features
` [PATCH v2 17/17] tests/tcg: Add late gdbstub attach test

[PATCH 0/2] rust: small cleanups to Cargo.toml files
 2025-02-06 22:31 UTC  (6+ messages)
` [PATCH 1/2] rust: remove unnecessary Cargo.toml metadata
` [PATCH 2/2] rust: include rust_version in Cargo.toml

[PATCH 00/18] maintainer updates for feb25 (qtest, gdbstub, plugins)
 2025-02-06 15:53 UTC  (7+ messages)
` [PATCH 04/18] tests/qtest: simplify qtest_process_inbuf
` [PATCH 06/18] tests/qtest: tighten up the checks on clock_step
` [PATCH 07/18] Revert "util/timer: avoid deadlock when shutting down"


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