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: Wed Jan 29 2025 05:59:20 -0500
Threads in reverse chronological order
[
Next Period
]
[PATCH] rust: add docs
,
Paolo Bonzini
,
2025/01/29
[PATCH 0/2] rust: small cleanups to Cargo.toml files
,
Paolo Bonzini
,
2025/01/29
[PATCH 1/2] rust: remove unnecessary Cargo.toml metadata
,
Paolo Bonzini
,
2025/01/29
[PATCH 2/2] rust: include rust_version in Cargo.toml
,
Paolo Bonzini
,
2025/01/29
[PATCH] gitlab-ci: include full Rust backtraces in test runs
,
Paolo Bonzini
,
2025/01/29
Re: [PATCH] gitlab-ci: include full Rust backtraces in test runs
,
Philippe Mathieu-Daudé
,
2025/01/29
Re: [PATCH] gitlab-ci: include full Rust backtraces in test runs
,
Thomas Huth
,
2025/01/29
Rust in QEMU update, January 2025
,
Paolo Bonzini
,
2025/01/28
[PATCH 0/2] qom: Introduce class_post_init() handler
,
Philippe Mathieu-Daudé
,
2025/01/25
[PATCH 1/2] qom: Declare class_base_init() before class_init()
,
Philippe Mathieu-Daudé
,
2025/01/25
[PATCH 2/2] qom: Introduce class_post_init() handler
,
Philippe Mathieu-Daudé
,
2025/01/25
Re: [PATCH 2/2] qom: Introduce class_post_init() handler
,
Markus Armbruster
,
2025/01/27
Re: [PATCH 2/2] qom: Introduce class_post_init() handler
,
Philippe Mathieu-Daudé
,
2025/01/27
Re: [PATCH 0/2] qom: Introduce class_post_init() handler
,
Paolo Bonzini
,
2025/01/27
[PATCH 00/10] rust: Add HPET timer device
,
Zhao Liu
,
2025/01/25
[PATCH 01/10] i386/fw_cfg: move hpet_cfg definition to hpet.c
,
Zhao Liu
,
2025/01/25
[PATCH 05/10] rust: add bindings for memattrs
,
Zhao Liu
,
2025/01/25
[PATCH 03/10] rust/irq: Add a helper to convert [InterruptSource] to [*mut IRQState]
,
Zhao Liu
,
2025/01/25
Re: [PATCH 03/10] rust/irq: Add a helper to convert [InterruptSource] to [*mut IRQState]
,
Paolo Bonzini
,
2025/01/29
[PATCH 04/10] rust: add bindings for gpio_{in|out} initialization
,
Zhao Liu
,
2025/01/25
Re: [PATCH 04/10] rust: add bindings for gpio_{in|out} initialization
,
Paolo Bonzini
,
2025/01/29
[PATCH 06/10] rust: add bindings for timer
,
Zhao Liu
,
2025/01/25
Re: [PATCH 06/10] rust: add bindings for timer
,
Paolo Bonzini
,
2025/01/29
[PATCH 02/10] rust/qdev: add the macro to define bit property
,
Zhao Liu
,
2025/01/25
[PATCH 07/10] rust/timer/hpet: define hpet_cfg
,
Zhao Liu
,
2025/01/25
Re: [PATCH 07/10] rust/timer/hpet: define hpet_cfg
,
Paolo Bonzini
,
2025/01/29
[PATCH 08/10] rust/timer/hpet: add basic HPET timer and HPETState
,
Zhao Liu
,
2025/01/25
Re: [PATCH 08/10] rust/timer/hpet: add basic HPET timer and HPETState
,
Paolo Bonzini
,
2025/01/29
[PATCH 09/10] rust/timer/hpet: add qom and qdev APIs support
,
Zhao Liu
,
2025/01/25
Re: [PATCH 09/10] rust/timer/hpet: add qom and qdev APIs support
,
Paolo Bonzini
,
2025/01/29
[PATCH 10/10] i386: enable rust hpet for pc when rust is enabled
,
Zhao Liu
,
2025/01/25
[PATCH] rust/zeroable: Implement Zeroable with const_zero macro
,
Zhao Liu
,
2025/01/23
[PATCH] rust: pl011: fix repr(C) for PL011Class
,
Paolo Bonzini
,
2025/01/21
Re: [PATCH] rust: pl011: fix repr(C) for PL011Class
,
Zhao Liu
,
2025/01/21
[PATCH RESEND 0/2] rust/pl011: miscellaneous cleanups
,
Zhao Liu
,
2025/01/21
[PATCH RESEND 1/2] rust/qdev: Make REALIZE safe
,
Zhao Liu
,
2025/01/21
[PATCH RESEND 2/2] rust/pl011: Avoid bindings::*
,
Zhao Liu
,
2025/01/21
Re: [PATCH RESEND 0/2] rust/pl011: miscellaneous cleanups
,
Paolo Bonzini
,
2025/01/21
Re: [PATCH RESEND 0/2] rust/pl011: miscellaneous cleanups
,
Zhao Liu
,
2025/01/21
Re: [RFC 06/13] rust: add bindings for memattrs
,
Zhao Liu
,
2025/01/20
Re: [RFC 06/13] rust: add bindings for memattrs
,
Paolo Bonzini
,
2025/01/20
Re: [RFC 06/13] rust: add bindings for memattrs
,
Zhao Liu
,
2025/01/23
Re: [RFC 06/13] rust: add bindings for memattrs
,
Paolo Bonzini
,
2025/01/23
[RFC PATCH 00/10] rust: remaining part of qdev bindings
,
Paolo Bonzini
,
2025/01/17
[PATCH 02/10] rust: qom: add reference counting functionality
,
Paolo Bonzini
,
2025/01/17
Re: [PATCH 02/10] rust: qom: add reference counting functionality
,
Zhao Liu
,
2025/01/26
Re: [PATCH 02/10] rust: qom: add reference counting functionality
,
Paolo Bonzini
,
2025/01/29
Re: [PATCH 02/10] rust: qom: add reference counting functionality
,
Zhao Liu
,
2025/01/27
Re: [PATCH 02/10] rust: qom: add reference counting functionality
,
Paolo Bonzini
,
2025/01/29
[PATCH 01/10] rust: qemu-api: add sub-subclass to the integration tests
,
Paolo Bonzini
,
2025/01/17
Re: [PATCH 01/10] rust: qemu-api: add sub-subclass to the integration tests
,
Zhao Liu
,
2025/01/20
[PATCH 03/10] rust: qom: add object creation functionality
,
Paolo Bonzini
,
2025/01/17
[PATCH 05/10] rust: qdev: add clock creation
,
Paolo Bonzini
,
2025/01/17
[PATCH 04/10] rust: callbacks: allow passing optional callbacks as ()
,
Paolo Bonzini
,
2025/01/17
Re: [PATCH 04/10] rust: callbacks: allow passing optional callbacks as ()
,
Zhao Liu
,
2025/01/27
[PATCH 07/10] rust: qdev: make ObjectImpl a supertrait of DeviceImpl
,
Paolo Bonzini
,
2025/01/17
Re: [PATCH 07/10] rust: qdev: make ObjectImpl a supertrait of DeviceImpl
,
Zhao Liu
,
2025/01/27
[PATCH 09/10] rust: bindings: add Sync markers to types referred to by MemoryRegionOps
,
Paolo Bonzini
,
2025/01/17
Re: [PATCH 09/10] rust: bindings: add Sync markers to types referred to by MemoryRegionOps
,
Zhao Liu
,
2025/01/27
[PATCH 06/10] rust: qom: allow initializing interface vtables
,
Paolo Bonzini
,
2025/01/17
Re: [PATCH 06/10] rust: qom: allow initializing interface vtables
,
Zhao Liu
,
2025/01/27
[PATCH 08/10] rust: qdev: switch from legacy reset to Resettable
,
Paolo Bonzini
,
2025/01/17
Re: [PATCH 08/10] rust: qdev: switch from legacy reset to Resettable
,
Zhao Liu
,
2025/01/27
Re: [PATCH 08/10] rust: qdev: switch from legacy reset to Resettable
,
Paolo Bonzini
,
2025/01/27
Re: [PATCH 08/10] rust: qdev: switch from legacy reset to Resettable
,
Zhao Liu
,
2025/01/28
[PATCH 10/10] rust: bindings for MemoryRegionOps
,
Paolo Bonzini
,
2025/01/17
Re: [PATCH 10/10] rust: bindings for MemoryRegionOps
,
Zhao Liu
,
2025/01/27
Re: [PATCH 10/10] rust: bindings for MemoryRegionOps
,
Paolo Bonzini
,
2025/01/27
Re: [RFC PATCH 00/10] rust: remaining part of qdev bindings
,
Zhao Liu
,
2025/01/23
Re: [RFC 09/13] i386/fw_cfg: move hpet_cfg definition to hpet.c
,
Zhao Liu
,
2025/01/17
Re: [RFC 09/13] i386/fw_cfg: move hpet_cfg definition to hpet.c
,
Paolo Bonzini
,
2025/01/17
[PATCH 00/10] rust: pl011: correctly use interior mutability
,
Paolo Bonzini
,
2025/01/17
[PATCH 02/10] rust: pl011: hide unnecessarily "pub" items from outside pl011::device
,
Paolo Bonzini
,
2025/01/17
Re: [PATCH 02/10] rust: pl011: hide unnecessarily "pub" items from outside pl011::device
,
Zhao Liu
,
2025/01/22
[PATCH 01/10] rust: pl011: remove unnecessary "extern crate"
,
Paolo Bonzini
,
2025/01/17
Re: [PATCH 01/10] rust: pl011: remove unnecessary "extern crate"
,
Zhao Liu
,
2025/01/22
[PATCH 03/10] rust: pl011: extract conversion to RegisterOffset
,
Paolo Bonzini
,
2025/01/17
Re: [PATCH 03/10] rust: pl011: extract conversion to RegisterOffset
,
Zhao Liu
,
2025/01/22
Re: [PATCH 03/10] rust: pl011: extract conversion to RegisterOffset
,
Paolo Bonzini
,
2025/01/22
Re: [PATCH 03/10] rust: pl011: extract conversion to RegisterOffset
,
Zhao Liu
,
2025/01/22
[PATCH 04/10] rust: pl011: extract CharBackend receive logic into a separate function
,
Paolo Bonzini
,
2025/01/17
Re: [PATCH 04/10] rust: pl011: extract CharBackend receive logic into a separate function
,
Zhao Liu
,
2025/01/22
Re: [PATCH 04/10] rust: pl011: extract CharBackend receive logic into a separate function
,
Paolo Bonzini
,
2025/01/22
[PATCH 05/10] rust: pl011: pull interrupt updates out of read/write ops
,
Paolo Bonzini
,
2025/01/17
Re: [PATCH 05/10] rust: pl011: pull interrupt updates out of read/write ops
,
Zhao Liu
,
2025/01/22
Re: [PATCH 05/10] rust: pl011: pull interrupt updates out of read/write ops
,
Paolo Bonzini
,
2025/01/22
[PATCH 06/10] rust: pl011: extract PL011Registers
,
Paolo Bonzini
,
2025/01/17
Re: [PATCH 06/10] rust: pl011: extract PL011Registers
,
Zhao Liu
,
2025/01/22
Re: [PATCH 06/10] rust: pl011: extract PL011Registers
,
Paolo Bonzini
,
2025/01/23
[PATCH 08/10] rust: pl011: remove duplicate definitions
,
Paolo Bonzini
,
2025/01/17
Re: [PATCH 08/10] rust: pl011: remove duplicate definitions
,
Zhao Liu
,
2025/01/23
[PATCH 07/10] rust: pl011: wrap registers with BqlRefCell
,
Paolo Bonzini
,
2025/01/17
Re: [PATCH 07/10] rust: pl011: wrap registers with BqlRefCell
,
Zhao Liu
,
2025/01/23
Re: [PATCH 07/10] rust: pl011: wrap registers with BqlRefCell
,
Paolo Bonzini
,
2025/01/23
Re: [PATCH 07/10] rust: pl011: wrap registers with BqlRefCell
,
Zhao Liu
,
2025/01/23
Re: [PATCH 07/10] rust: pl011: wrap registers with BqlRefCell
,
Paolo Bonzini
,
2025/01/23
[PATCH 09/10] rust: pl011: pull device-specific code out of MemoryRegionOps callbacks
,
Paolo Bonzini
,
2025/01/17
Re: [PATCH 09/10] rust: pl011: pull device-specific code out of MemoryRegionOps callbacks
,
Zhao Liu
,
2025/01/23
[PATCH 10/10] rust: qdev: make reset take a shared reference
,
Paolo Bonzini
,
2025/01/17
Re: [PATCH 10/10] rust: qdev: make reset take a shared reference
,
Zhao Liu
,
2025/01/23
[PATCH 00/10] rust: (mostly) type safe VMState
,
Paolo Bonzini
,
2025/01/17
[PATCH 03/10] rust: vmstate: add varray support to vmstate_of!
,
Paolo Bonzini
,
2025/01/17
Re: [PATCH 03/10] rust: vmstate: add varray support to vmstate_of!
,
Zhao Liu
,
2025/01/22
[PATCH 01/10] rust: vmstate: add new type safe implementation
,
Paolo Bonzini
,
2025/01/17
[PATCH 04/10] rust: vmstate: implement Zeroable for VMStateField
,
Paolo Bonzini
,
2025/01/17
[PATCH 02/10] rust: vmstate: implement VMState for non-leaf types
,
Paolo Bonzini
,
2025/01/17
Re: [PATCH 02/10] rust: vmstate: implement VMState for non-leaf types
,
Zhao Liu
,
2025/01/22
[PATCH 05/10] rust: vmstate: implement VMState for scalar types
,
Paolo Bonzini
,
2025/01/17
Re: [PATCH 05/10] rust: vmstate: implement VMState for scalar types
,
Zhao Liu
,
2025/01/22
Re: [PATCH 05/10] rust: vmstate: implement VMState for scalar types
,
Paolo Bonzini
,
2025/01/22
[PATCH 07/10] rust: qemu_api: add vmstate_struct
,
Paolo Bonzini
,
2025/01/17
Re: [PATCH 07/10] rust: qemu_api: add vmstate_struct
,
Zhao Liu
,
2025/01/22
[PATCH 06/10] rust: vmstate: add public utility macros to implement VMState
,
Paolo Bonzini
,
2025/01/17
[PATCH 10/10] rust: vmstate: make order of parameters consistent in vmstate_clock
,
Paolo Bonzini
,
2025/01/17
Re: [PATCH 10/10] rust: vmstate: make order of parameters consistent in vmstate_clock
,
Philippe Mathieu-Daudé
,
2025/01/22
Re: [PATCH 10/10] rust: vmstate: make order of parameters consistent in vmstate_clock
,
Zhao Liu
,
2025/01/22
[PATCH 08/10] rust: pl011: switch vmstate to new-style macros
,
Paolo Bonzini
,
2025/01/17
[PATCH 09/10] rust: vmstate: remove translation of C vmstate macros
,
Paolo Bonzini
,
2025/01/17
Re: [RFC 04/13] rust: add bindings for gpio_{in|out} initialization
,
Zhao Liu
,
2025/01/15
Re: [RFC 04/13] rust: add bindings for gpio_{in|out} initialization
,
Paolo Bonzini
,
2025/01/17
Re: [RFC 04/13] rust: add bindings for gpio_{in|out} initialization
,
Zhao Liu
,
2025/01/17
Re: [RFC 04/13] rust: add bindings for gpio_{in|out} initialization
,
Paolo Bonzini
,
2025/01/17
Re: [RFC 07/13] rust: add bindings for timer
,
Zhao Liu
,
2025/01/14
Re: [RFC 07/13] rust: add bindings for timer
,
Zhao Liu
,
2025/01/14
Re: [RFC 07/13] rust: add bindings for timer
,
Paolo Bonzini
,
2025/01/14
Re: [RFC 07/13] rust: add bindings for timer
,
Zhao Liu
,
2025/01/15
Re: [RFC PATCH 9/9] rust: vmstate: remove translation of C vmstate macros
,
Zhao Liu
,
2025/01/08
Re: [RFC PATCH 8/9] rust: pl011: switch vmstate to new-style macros
,
Zhao Liu
,
2025/01/08
Re: [RFC PATCH 6/9] rust: vmstate: add public utility macros to implement VMState
,
Zhao Liu
,
2025/01/08
Re: [RFC PATCH 5/9] rust: vmstate: implement VMState for scalar types
,
Zhao Liu
,
2025/01/08
Re: [RFC PATCH 5/9] rust: vmstate: implement VMState for scalar types
,
Paolo Bonzini
,
2025/01/15
Re: [RFC PATCH 5/9] rust: vmstate: implement VMState for scalar types
,
Zhao Liu
,
2025/01/16
Re: [RFC PATCH 3/9] rust: vmstate: add varray support to vmstate_of!
,
Zhao Liu
,
2025/01/07
Re: [RFC PATCH 3/9] rust: vmstate: add varray support to vmstate_of!
,
Paolo Bonzini
,
2025/01/15
Re: [RFC PATCH 7/9] rust: qemu_api: add vmstate_struct and vmstate_cell
,
Paolo Bonzini
,
2025/01/07
Re: [RFC PATCH 2/9] rust: vmstate: implement VMState for non-leaf types
,
Zhao Liu
,
2025/01/07
Re: [RFC PATCH 1/9] rust: vmstate: add new type safe implementation
,
Zhao Liu
,
2025/01/07
Re: [RFC PATCH 1/9] rust: vmstate: add new type safe implementation
,
Paolo Bonzini
,
2025/01/07
Re: [RFC PATCH 1/9] rust: vmstate: add new type safe implementation
,
Zhao Liu
,
2025/01/07
Re: [RFC PATCH 4/9] rust: vmstate: implement Zeroable for VMStateField
,
Zhao Liu
,
2025/01/06
Re: [PULL 25/41] rust: qom: put class_init together from multiple ClassInitImpl<>
,
Philippe Mathieu-Daudé
,
2025/01/02
Re: [PULL 25/41] rust: qom: put class_init together from multiple ClassInitImpl<>
,
Zhao Liu
,
2025/01/03
Re: [PULL 25/41] rust: qom: put class_init together from multiple ClassInitImpl<>
,
Philippe Mathieu-Daudé
,
2025/01/03
Re: [PULL 25/41] rust: qom: put class_init together from multiple ClassInitImpl<>
,
Paolo Bonzini
,
2025/01/06
Re: [PULL 25/41] rust: qom: put class_init together from multiple ClassInitImpl<>
,
Peter Maydell
,
2025/01/06
Re: [PULL 25/41] rust: qom: put class_init together from multiple ClassInitImpl<>
,
Paolo Bonzini
,
2025/01/06
Re: [PULL 25/41] rust: qom: put class_init together from multiple ClassInitImpl<>
,
Zhao Liu
,
2025/01/07
Re: [PULL 25/41] rust: qom: put class_init together from multiple ClassInitImpl<>
,
Philippe Mathieu-Daudé
,
2025/01/07
Re: [PULL 25/41] rust: qom: put class_init together from multiple ClassInitImpl<>
,
Paolo Bonzini
,
2025/01/07
Re: [PULL 25/41] rust: qom: put class_init together from multiple ClassInitImpl<>
,
Philippe Mathieu-Daudé
,
2025/01/07
Re: [PULL 25/41] rust: qom: put class_init together from multiple ClassInitImpl<>
,
Paolo Bonzini
,
2025/01/07
Re: [PULL 25/41] rust: qom: put class_init together from multiple ClassInitImpl<>
,
Philippe Mathieu-Daudé
,
2025/01/07
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc