Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
qemu-rust (thread)
[
Date Index
][
Top
][
All Lists
]
Advanced
[
Prev Period
]
Last Modified: Fri Jun 13 2025 15:37:15 -0400
Threads in reverse chronological order
[
Next Period
]
[PATCH 0/2] rust: prepare for multiple bindgen invocations
,
Paolo Bonzini
,
2025/06/13
[PATCH 1/2] rust: prepare variable definitions for multiple bindgen invocations
,
Paolo Bonzini
,
2025/06/13
[PATCH 2/2] rust: move rust.bindgen to qemu-api crate
,
Paolo Bonzini
,
2025/06/13
[PATCH v2 00/12] Python: Fix 'make check-dev' and modernize to 3.9+
,
John Snow
,
2025/06/12
[PATCH v2 01/12] python: convert packages to PEP517/pyproject.toml
,
John Snow
,
2025/06/12
Re: [PATCH v2 01/12] python: convert packages to PEP517/pyproject.toml
,
Thomas Huth
,
2025/06/13
Re: [PATCH v2 01/12] python: convert packages to PEP517/pyproject.toml
,
John Snow
,
2025/06/13
[PATCH v2 02/12] python: update pylint ignores
,
John Snow
,
2025/06/12
[PATCH v2 03/12] python: sync changes from external qemu.qmp package
,
John Snow
,
2025/06/12
[PATCH v2 04/12] python: update shebangs to standard, using /usr/bin/env
,
John Snow
,
2025/06/12
[PATCH v2 05/12] python: fix illegal escape sequences
,
John Snow
,
2025/06/12
Re: [PATCH v2 05/12] python: fix illegal escape sequences
,
Thomas Huth
,
2025/06/13
[PATCH v2 06/12] python: upgrade to python3.9+ syntax
,
John Snow
,
2025/06/12
[PATCH v2 07/12] fixup
,
John Snow
,
2025/06/12
[PATCH v2 08/12] python: further 3.9+ syntax upgrades
,
John Snow
,
2025/06/12
[PATCH v2 09/12] python: update mkvenv to type-check under different python versions
,
John Snow
,
2025/06/12
[PATCH v2 10/12] python: remove version restriction for mypy
,
John Snow
,
2025/06/12
[PATCH v2 11/12] scripts/codeconverter: remove unused code
,
John Snow
,
2025/06/12
[PATCH v2 12/12] scripts/codeconverter: remove * imports
,
John Snow
,
2025/06/12
Re: [PATCH 1/2] rust/qemu-api: Add initial logging support based on C API
,
Bernhard Beschow
,
2025/06/10
[PATCH v2 0/2] Initial logging support for Rust
,
Bernhard Beschow
,
2025/06/10
[PATCH v2 1/2] rust/qemu-api: Add initial logging support based on C API
,
Bernhard Beschow
,
2025/06/10
Re: [PATCH v2 1/2] rust/qemu-api: Add initial logging support based on C API
,
Paolo Bonzini
,
2025/06/11
Re: [PATCH v2 1/2] rust/qemu-api: Add initial logging support based on C API
,
Bernhard Beschow
,
2025/06/11
Re: [PATCH v2 1/2] rust/qemu-api: Add initial logging support based on C API
,
Paolo Bonzini
,
2025/06/11
Re: [PATCH v2 1/2] rust/qemu-api: Add initial logging support based on C API
,
Manos Pitsidianakis
,
2025/06/11
Re: [PATCH v2 1/2] rust/qemu-api: Add initial logging support based on C API
,
Paolo Bonzini
,
2025/06/11
Re: [PATCH v2 1/2] rust/qemu-api: Add initial logging support based on C API
,
Manos Pitsidianakis
,
2025/06/11
Re: [PATCH v2 1/2] rust/qemu-api: Add initial logging support based on C API
,
Bernhard Beschow
,
2025/06/12
Re: [PATCH v2 1/2] rust/qemu-api: Add initial logging support based on C API
,
Bernhard Beschow
,
2025/06/12
Re: [PATCH v2 1/2] rust/qemu-api: Add initial logging support based on C API
,
Paolo Bonzini
,
2025/06/12
[PATCH v2 2/2] rust/hw/char/pl011/src/device: Implement logging
,
Bernhard Beschow
,
2025/06/10
Re: [PATCH v2 2/2] rust/hw/char/pl011/src/device: Implement logging
,
Paolo Bonzini
,
2025/06/11
Re: [PATCH v2 2/2] rust/hw/char/pl011/src/device: Implement logging
,
Bernhard Beschow
,
2025/06/11
Re: [PATCH v2 2/2] rust/hw/char/pl011/src/device: Implement logging
,
Manos Pitsidianakis
,
2025/06/11
[PATCH 0/5] rust: make instance_init implementations use safe Rust
,
Paolo Bonzini
,
2025/06/09
[PATCH 1/5] rust: qemu_api: introduce MaybeUninit field projection
,
Paolo Bonzini
,
2025/06/09
Re: [PATCH 1/5] rust: qemu_api: introduce MaybeUninit field projection
,
Zhao Liu
,
2025/06/11
[PATCH 2/5] rust: hpet: fully initialize object after instance_init
,
Paolo Bonzini
,
2025/06/09
Re: [PATCH 2/5] rust: hpet: fully initialize object after instance_init
,
Zhao Liu
,
2025/06/11
[PATCH 3/5] rust: qom: introduce ParentInit
,
Paolo Bonzini
,
2025/06/09
Re: [PATCH 3/5] rust: qom: introduce ParentInit
,
Zhao Liu
,
2025/06/11
[PATCH 4/5] rust: qom: make ParentInit lifetime-invariant
,
Paolo Bonzini
,
2025/06/09
Re: [PATCH 4/5] rust: qom: make ParentInit lifetime-invariant
,
Zhao Liu
,
2025/06/12
Re: [PATCH 4/5] rust: qom: make ParentInit lifetime-invariant
,
Paolo Bonzini
,
2025/06/12
Re: [PATCH 4/5] rust: qom: make ParentInit lifetime-invariant
,
Zhao Liu
,
2025/06/12
Re: [PATCH 4/5] rust: qom: make ParentInit lifetime-invariant
,
Paolo Bonzini
,
2025/06/12
Re: [PATCH 4/5] rust: qom: make ParentInit lifetime-invariant
,
Zhao Liu
,
2025/06/12
[PATCH 5/5] rust: qom: change instance_init to take a ParentInit<>
,
Paolo Bonzini
,
2025/06/09
Re: [PATCH 5/5] rust: qom: change instance_init to take a ParentInit<>
,
Zhao Liu
,
2025/06/12
[PATCH v3 00/14] rust: bindings for Error
,
Paolo Bonzini
,
2025/06/05
[PATCH 01/14] subprojects: add the anyhow crate
,
Paolo Bonzini
,
2025/06/05
[PATCH 02/14] subprojects: add the foreign crate
,
Paolo Bonzini
,
2025/06/05
[PATCH 03/14] util/error: expose Error definition to Rust code
,
Paolo Bonzini
,
2025/06/05
Re: [PATCH 03/14] util/error: expose Error definition to Rust code
,
Zhao Liu
,
2025/06/05
[PATCH 06/14] rust: qemu-api: add bindings to Error
,
Paolo Bonzini
,
2025/06/05
Re: [PATCH 06/14] rust: qemu-api: add bindings to Error
,
Markus Armbruster
,
2025/06/05
Re: [PATCH 06/14] rust: qemu-api: add bindings to Error
,
Zhao Liu
,
2025/06/05
[PATCH 04/14] util/error: allow non-NUL-terminated err->src
,
Paolo Bonzini
,
2025/06/05
Re: [PATCH 04/14] util/error: allow non-NUL-terminated err->src
,
Markus Armbruster
,
2025/06/05
Re: [PATCH 04/14] util/error: allow non-NUL-terminated err->src
,
Markus Armbruster
,
2025/06/05
Re: [PATCH 04/14] util/error: allow non-NUL-terminated err->src
,
Zhao Liu
,
2025/06/05
[PATCH 07/14] rust: qemu-api: add tests for Error bindings
,
Paolo Bonzini
,
2025/06/05
Re: [PATCH 07/14] rust: qemu-api: add tests for Error bindings
,
Zhao Liu
,
2025/06/05
[PATCH 09/14] rust/hpet: change type of num_timers to usize
,
Paolo Bonzini
,
2025/06/05
[PATCH 08/14] rust: qdev: support returning errors from realize
,
Paolo Bonzini
,
2025/06/05
[PATCH 05/14] util/error: make func optional
,
Paolo Bonzini
,
2025/06/05
Re: [PATCH 05/14] util/error: make func optional
,
Markus Armbruster
,
2025/06/05
[PATCH 11/14] hpet: return errors from realize if properties are incorrect
,
Paolo Bonzini
,
2025/06/05
[PATCH 13/14] rust/hpet: Drop BqlCell wrapper for num_timers
,
Paolo Bonzini
,
2025/06/05
[PATCH 10/14] hpet: adjust VMState for consistency with Rust version
,
Paolo Bonzini
,
2025/06/05
[PATCH 14/14] docs: update Rust module status
,
Paolo Bonzini
,
2025/06/05
[PATCH 12/14] rust/hpet: return errors from realize if properties are incorrect
,
Paolo Bonzini
,
2025/06/05
[PATCH preview 0/3] reviving minimal QAPI generation from 2021
,
Paolo Bonzini
,
2025/06/05
[PATCH 1/3] rust: make TryFrom macro more resilient
,
Paolo Bonzini
,
2025/06/05
Re: [PATCH 1/3] rust: make TryFrom macro more resilient
,
Zhao Liu
,
2025/06/10
Re: [PATCH 1/3] rust: make TryFrom macro more resilient
,
Marc-André Lureau
,
2025/06/10
[PATCH 2/3] scripts/qapi: add QAPISchemaIfCond.rsgen()
,
Paolo Bonzini
,
2025/06/05
Re: [PATCH 2/3] scripts/qapi: add QAPISchemaIfCond.rsgen()
,
Marc-André Lureau
,
2025/06/10
[PATCH 3/3] scripts/qapi: generate high-level Rust bindings
,
Paolo Bonzini
,
2025/06/05
Re: [PATCH 3/3] scripts/qapi: generate high-level Rust bindings
,
Zhao Liu
,
2025/06/11
Re: [PATCH preview 0/3] reviving minimal QAPI generation from 2021
,
Marc-André Lureau
,
2025/06/10
Re: [PATCH preview 0/3] reviving minimal QAPI generation from 2021
,
Paolo Bonzini
,
2025/06/10
Re: [PATCH preview 0/3] reviving minimal QAPI generation from 2021
,
Zhao Liu
,
2025/06/11
Re: [PATCH preview 0/3] reviving minimal QAPI generation from 2021
,
Paolo Bonzini
,
2025/06/11
Re: [PATCH preview 0/3] reviving minimal QAPI generation from 2021
,
Paolo Bonzini
,
2025/06/12
Re: [PATCH preview 0/3] reviving minimal QAPI generation from 2021
,
Zhao Liu
,
2025/06/13
Re: [PATCH 10/14] hpet: adjust VMState for consistency with Rust version
,
Zhao Liu
,
2025/06/02
Re: [PATCH 14/14] docs: update Rust module status
,
Zhao Liu
,
2025/06/02
Re: [PATCH 03/14] util/error: expose Error definition to Rust code
,
Zhao Liu
,
2025/06/02
Re: [PATCH 06/14] rust: qemu-api: add bindings to Error
,
Markus Armbruster
,
2025/06/02
Re: [PATCH 06/14] rust: qemu-api: add bindings to Error
,
Zhao Liu
,
2025/06/03
Re: [PATCH 06/14] rust: qemu-api: add bindings to Error
,
Markus Armbruster
,
2025/06/03
Re: [PATCH 06/14] rust: qemu-api: add bindings to Error
,
Paolo Bonzini
,
2025/06/03
Re: [PATCH 06/14] rust: qemu-api: add bindings to Error
,
Markus Armbruster
,
2025/06/04
Re: [PATCH 06/14] rust: qemu-api: add bindings to Error
,
Paolo Bonzini
,
2025/06/04
Re: [PATCH 06/14] rust: qemu-api: add bindings to Error
,
Markus Armbruster
,
2025/06/05
Re: [PATCH 06/14] rust: qemu-api: add bindings to Error
,
Paolo Bonzini
,
2025/06/03
Re: [PATCH 05/14] util/error: make func optional
,
Markus Armbruster
,
2025/06/02
Re: [PATCH 04/14] util/error: allow non-NUL-terminated err->src
,
Markus Armbruster
,
2025/06/02
Re: [PATCH v2 00/14] rust: bindings for Error
,
Markus Armbruster
,
2025/06/02
Re: [PATCH v2 00/14] rust: bindings for Error
,
Paolo Bonzini
,
2025/06/02
Re: [PATCH v2 00/14] rust: bindings for Error
,
Zhao Liu
,
2025/06/03
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc