messages from 2024-11-15 16:40:49 to 2024-12-08 09:30:57 UTC [more...]
[RFC 00/13] rust: Reinvent the wheel for HPET timer in Rust
2024-12-08 9:30 UTC (52+ messages)
` [RFC 01/13] bql: check that the BQL is not dropped within marked sections
` [RFC 02/13] rust: cell: add BQL-enforcing RefCell variant
` [RFC 03/13] rust/cell: add get_mut() method for BqlCell
` [RFC 04/13] rust: add bindings for gpio_{in|out} initialization
` [RFC 05/13] rust: add a bit operation binding for deposit64
` [RFC 06/13] rust: add bindings for memattrs
` [RFC 07/13] rust: add bindings for timer
` [RFC 08/13] rust/qdev: add the macro to define bit property
` [RFC 09/13] i386/fw_cfg: move hpet_cfg definition to hpet.c
` [RFC 10/13] rust/timer/hpet: define hpet_fw_cfg
` [RFC 11/13] rust/timer/hpet: add basic HPET timer & state
` [RFC 12/13] rust/timer/hpet: add qdev APIs support
` [RFC 13/13] i386: enable rust hpet for pc when rust is enabled
Rust in QEMU roadmap
2024-12-05 12:10 UTC (9+ messages)
A glimpse at PL011 emulation in safe Rust
2024-12-04 20:58 UTC
[PATCH v2 0/2] rust: safe wrappers for interrupt sources
2024-12-03 15:47 UTC (5+ messages)
` [PATCH v2 1/2] rust: add BQL-enforcing Cell variant
` [PATCH v2 2/2] rust: add bindings for interrupt sources
Rust in QEMU roadmap
2024-12-01 12:16 UTC
[PATCH 0/2] rust: safe wrappers for interrupt sources
2024-11-27 8:31 UTC (15+ messages)
` [PATCH 1/2] rust: add BQL-enforcing Cell variant
` [PATCH 2/2] rust: add bindings for interrupt sources
[PATCH 00/39] maintainer updates for -rc2 pre-PR
2024-11-26 21:27 UTC (78+ messages)
` [PATCH 01/39] tests/functional: fix mips64el test to honour workdir
` [PATCH 02/39] tests/functional: automatically clean up scratch files after tests
` [PATCH 03/39] tests/functional: remove "AVOCADO" from env variable name
` [PATCH 04/39] tests/functional: remove todo wrt avocado.utils.wait_for
` [PATCH 05/39] tests/functional: remove leftover :avocado: tags
` [PATCH 06/39] tests/functional: remove obsolete reference to avocado bug
` [PATCH 07/39] tests/functional: remove comments talking about avocado
` [PATCH 08/39] tests/functional: honour self.workdir in ACPI bits tests
` [PATCH 09/39] tests/functional: put QEMUMachine logs in testcase log directory
` [PATCH 10/39] tests/functional: honour requested test VM name in QEMUMachine
` [PATCH 11/39] tests/functional: enable debug logging for QEMUMachine
` [PATCH 12/39] tests/functional: logs details of console interaction operations
` [PATCH 13/39] tests/functional: don't try to wait for the empty string
` [PATCH 14/39] tests/functional: require non-NULL success_message for console wait
` [PATCH 15/39] tests/functional: rewrite console handling to be bytewise
` [PATCH 16/39] tests/functional: remove time.sleep usage from tuxrun tests
` [PATCH 17/39] tests/functional: add a QMP backdoor for debugging stalled tests
` [PATCH 18/39] tests/functional: avoid accessing log_filename on earlier failures
` [PATCH 19/39] tests/functional: Convert the Avocado aarch64 tuxrun tests
` [PATCH 20/39] tests/functional: update the arm "
` [PATCH 21/39] tests/functional: update the aarch64 "
` [PATCH 22/39] tests/functional: update the i386 "
` [PATCH 23/39] tests/functional: add a m68k "
` [PATCH 24/39] tests/functional: update the mips32 "
` [PATCH 25/39] tests/functional: update the mips32el "
` [PATCH 26/39] tests/functional: update the mips64 "
` [PATCH 27/39] tests/functional: update the mips64el "
` [PATCH 28/39] tests/functional: update the ppc32 "
` [PATCH 29/39] tests/functional: update the ppc64 "
` [PATCH 30/39] tests/functional: update the riscv32 "
` [PATCH 31/39] tests/functional: update the riscv64 "
` [PATCH 32/39] tests/functional: update the s390x "
` [PATCH 33/39] tests/functional: update the sparc64 "
` [PATCH 34/39] tests/functional: update the x86_64 "
` [PATCH 35/39] plugins: add missing export for qemu_plugin_num_vcpus
` [PATCH 36/39] plugins: detect qemu plugin API symbols from header
` [PATCH 37/39] plugins: eradicate qemu-plugins.symbols static file
` [PATCH 38/39] rust/pl011: Fix range checks for device ID accesses
` [PATCH 39/39] docs: explicitly permit a "commonly known identity" with SoB
[PULL 24/28] rust/pl011: Fix range checks for device ID accesses
2024-11-25 15:21 UTC
[PATCH 0/8] rust: qom: move bridge for TypeInfo and DeviceClass functions to common code
2024-11-25 8:05 UTC (9+ messages)
` [PATCH 1/8] rust: qom: add default definitions for ObjectImpl
` [PATCH 2/8] rust: qom: rename Class trait to ClassInitImpl
` [PATCH 3/8] rust: qom: convert type_info! macro to an associated const
` [PATCH 4/8] rust: qom: move ClassInitImpl to the instance side
` [PATCH 5/8] rust: qdev: move device_class_init! body to generic function, ClassInitImpl implementation to macro
` [PATCH 6/8] rust: qdev: move bridge for realize and reset functions out of pl011
` [PATCH 7/8] rust: qom: automatically use Drop trait to implement instance_finalize
` [PATCH 8/8] rust: qom: move bridge for TypeInfo functions out of pl011
[PATCH v3] rust/pl011: Fix DeviceID reads
2024-11-18 18:12 UTC (6+ messages)
[PATCH] MAINTAINERS: CC rust/ patches to qemu-rust list
2024-11-18 10:56 UTC (2+ messages)
[PATCH v2] rust/pl011: Fix DeviceID reads
2024-11-17 15:45 UTC (7+ messages)
[PATCH v1] rust/pl011: Fix DeviceID reads
2024-11-16 21:49 UTC (4+ messages)
[PATCH 02/12] rust: allow using build-root bindings.rs from cargo
2024-11-15 16:40 UTC (11+ messages)
` [PATCH 03/12] rust: build: move rustc_args.py invocation to qemu-api crate
` [PATCH 04/12] rust: build: restrict --cfg generation to only required symbols
` [PATCH 05/12] rust: build: generate lint flags from Cargo.toml
` [PATCH 06/12] rust: cargo: store desired warning levels in workspace Cargo.toml
` [PATCH 07/12] rust: build: move strict lints handling to rustc_args.py
` [PATCH 08/12] rust: fix a couple style issues from clippy
` [PATCH 09/12] rust: build: establish a baseline of lints across all crates
` [PATCH 10/12] rust: build: add "make clippy", "make rustfmt", "make rustdoc"
` [PATCH 11/12] rust: ci: add job that runs Rust tools
` [PATCH 12/12] rust: fix doc test syntax
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).