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: Thu Dec 19 2024 03:33:12 -0500
Threads in reverse chronological order
[
Next Period
]
[PULL 17/41] rust/qemu-api: Use device_class_set_props_n
,
Paolo Bonzini
,
2024/12/19
[PATCH 17/24] rust/qemu-api: Use device_class_set_props_n
,
Richard Henderson
,
2024/12/15
Re: [PATCH 17/24] rust/qemu-api: Use device_class_set_props_n
,
Paolo Bonzini
,
2024/12/16
[PATCH 0/7] rust: pl011: bug fixes
,
Paolo Bonzini
,
2024/12/12
[PATCH 1/7] rust: pl011: fix declaration of LineControl bits
,
Paolo Bonzini
,
2024/12/12
Re: [PATCH 1/7] rust: pl011: fix declaration of LineControl bits
,
Philippe Mathieu-Daudé
,
2024/12/18
Re: [PATCH 1/7] rust: pl011: fix declaration of LineControl bits
,
Zhao Liu
,
2024/12/18
[PATCH 2/7] rust: pl011: match break logic of C version
,
Paolo Bonzini
,
2024/12/12
Re: [PATCH 2/7] rust: pl011: match break logic of C version
,
Philippe Mathieu-Daudé
,
2024/12/18
Re: [PATCH 2/7] rust: pl011: match break logic of C version
,
Zhao Liu
,
2024/12/18
Re: [PATCH 2/7] rust: pl011: match break logic of C version
,
Paolo Bonzini
,
2024/12/19
[PATCH 5/7] rust: pl011: extend registers to 32 bits
,
Paolo Bonzini
,
2024/12/12
Re: [PATCH 5/7] rust: pl011: extend registers to 32 bits
,
Philippe Mathieu-Daudé
,
2024/12/18
Re: [PATCH 5/7] rust: pl011: extend registers to 32 bits
,
Zhao Liu
,
2024/12/19
[PATCH 3/7] rust: pl011: always use reset() method on registers
,
Paolo Bonzini
,
2024/12/12
Re: [PATCH 3/7] rust: pl011: always use reset() method on registers
,
Philippe Mathieu-Daudé
,
2024/12/18
Re: [PATCH 3/7] rust: pl011: always use reset() method on registers
,
Zhao Liu
,
2024/12/19
[PATCH 6/7] rust: pl011: fix migration stream
,
Paolo Bonzini
,
2024/12/12
Re: [PATCH 6/7] rust: pl011: fix migration stream
,
Philippe Mathieu-Daudé
,
2024/12/18
Re: [PATCH 6/7] rust: pl011: fix migration stream
,
Zhao Liu
,
2024/12/19
[PATCH 4/7] rust: pl011: fix break errors and definition of Data struct
,
Paolo Bonzini
,
2024/12/12
Re: [PATCH 4/7] rust: pl011: fix break errors and definition of Data struct
,
Philippe Mathieu-Daudé
,
2024/12/18
Re: [PATCH 4/7] rust: pl011: fix break errors and definition of Data struct
,
Zhao Liu
,
2024/12/19
[PATCH 7/7] rust: pl011: simplify handling of the FIFO enabled bit in LCR
,
Paolo Bonzini
,
2024/12/12
Re: [PATCH 7/7] rust: pl011: simplify handling of the FIFO enabled bit in LCR
,
Philippe Mathieu-Daudé
,
2024/12/18
Re: [PATCH 7/7] rust: pl011: simplify handling of the FIFO enabled bit in LCR
,
Zhao Liu
,
2024/12/19
Re: [PATCH 0/7] rust: pl011: bug fixes
,
Philippe Mathieu-Daudé
,
2024/12/18
[PATCH 00/26] rust: bundle of prerequisites for HPET implementation
,
Paolo Bonzini
,
2024/12/09
[PATCH 01/26] bql: check that the BQL is not dropped within marked sections
,
Paolo Bonzini
,
2024/12/09
[PATCH 02/26] rust: cell: add BQL-enforcing Cell variant
,
Paolo Bonzini
,
2024/12/09
[PATCH 03/26] rust: cell: add BQL-enforcing RefCell variant
,
Paolo Bonzini
,
2024/12/09
[PATCH 05/26] rust: add bindings for interrupt sources
,
Paolo Bonzini
,
2024/12/09
Re: [PATCH 05/26] rust: add bindings for interrupt sources
,
Zhao Liu
,
2024/12/10
[PATCH 07/26] rust: qom: add default definitions for ObjectImpl
,
Paolo Bonzini
,
2024/12/09
Re: [PATCH 07/26] rust: qom: add default definitions for ObjectImpl
,
Zhao Liu
,
2024/12/10
[PATCH 04/26] rust: define prelude
,
Paolo Bonzini
,
2024/12/09
Re: [PATCH 04/26] rust: define prelude
,
Zhao Liu
,
2024/12/10
[PATCH 08/26] rust: qom: rename Class trait to ClassInitImpl
,
Paolo Bonzini
,
2024/12/09
Re: [PATCH 08/26] rust: qom: rename Class trait to ClassInitImpl
,
Zhao Liu
,
2024/12/10
[PATCH 06/26] rust: add a bit operation module
,
Paolo Bonzini
,
2024/12/09
Re: [PATCH 06/26] rust: add a bit operation module
,
Zhao Liu
,
2024/12/10
Re: [PATCH 06/26] rust: add a bit operation module
,
Paolo Bonzini
,
2024/12/10
[PATCH 10/26] rust: qom: move ClassInitImpl to the instance side
,
Paolo Bonzini
,
2024/12/09
Re: [PATCH 10/26] rust: qom: move ClassInitImpl to the instance side
,
Zhao Liu
,
2024/12/10
[PATCH 09/26] rust: qom: convert type_info! macro to an associated const
,
Paolo Bonzini
,
2024/12/09
Re: [PATCH 09/26] rust: qom: convert type_info! macro to an associated const
,
Zhao Liu
,
2024/12/10
[PATCH 12/26] rust: qdev: move bridge for realize and reset functions out of pl011
,
Paolo Bonzini
,
2024/12/09
Re: [PATCH 12/26] rust: qdev: move bridge for realize and reset functions out of pl011
,
Zhao Liu
,
2024/12/10
[PATCH 13/26] rust: qom: automatically use Drop trait to implement instance_finalize
,
Paolo Bonzini
,
2024/12/09
Re: [PATCH 13/26] rust: qom: automatically use Drop trait to implement instance_finalize
,
Zhao Liu
,
2024/12/10
Re: [PATCH 13/26] rust: qom: automatically use Drop trait to implement instance_finalize
,
Paolo Bonzini
,
2024/12/11
Re: [PATCH 13/26] rust: qom: automatically use Drop trait to implement instance_finalize
,
Zhao Liu
,
2024/12/11
[PATCH 14/26] rust: qom: move bridge for TypeInfo functions out of pl011
,
Paolo Bonzini
,
2024/12/09
Re: [PATCH 14/26] rust: qom: move bridge for TypeInfo functions out of pl011
,
Zhao Liu
,
2024/12/10
Re: [PATCH 14/26] rust: qom: move bridge for TypeInfo functions out of pl011
,
Paolo Bonzini
,
2024/12/10
Re: [PATCH 14/26] rust: qom: move bridge for TypeInfo functions out of pl011
,
Zhao Liu
,
2024/12/11
Re: [PATCH 14/26] rust: qom: move bridge for TypeInfo functions out of pl011
,
Paolo Bonzini
,
2024/12/11
Re: [PATCH 14/26] rust: qom: move bridge for TypeInfo functions out of pl011
,
Zhao Liu
,
2024/12/11
Re: [PATCH 14/26] rust: qom: move bridge for TypeInfo functions out of pl011
,
Paolo Bonzini
,
2024/12/12
Re: [PATCH 14/26] rust: qom: move bridge for TypeInfo functions out of pl011
,
Zhao Liu
,
2024/12/13
Re: [PATCH 14/26] rust: qom: move bridge for TypeInfo functions out of pl011
,
Zhao Liu
,
2024/12/10
[PATCH 15/26] rust: qom: split ObjectType from ObjectImpl trait
,
Paolo Bonzini
,
2024/12/09
Re: [PATCH 15/26] rust: qom: split ObjectType from ObjectImpl trait
,
Zhao Liu
,
2024/12/11
[PATCH 11/26] rust: qdev: move device_class_init! body to generic function, ClassInitImpl implementation to macro
,
Paolo Bonzini
,
2024/12/09
Re: [PATCH 11/26] rust: qdev: move device_class_init! body to generic function, ClassInitImpl implementation to macro
,
Zhao Liu
,
2024/12/10
[PATCH 16/26] rust: qom: change the parent type to an associated type
,
Paolo Bonzini
,
2024/12/09
Re: [PATCH 16/26] rust: qom: change the parent type to an associated type
,
Zhao Liu
,
2024/12/11
[PATCH 19/26] rust: rename qemu-api modules to follow C code a bit more
,
Paolo Bonzini
,
2024/12/09
Re: [PATCH 19/26] rust: rename qemu-api modules to follow C code a bit more
,
Zhao Liu
,
2024/12/12
Re: [PATCH 19/26] rust: rename qemu-api modules to follow C code a bit more
,
Paolo Bonzini
,
2024/12/12
Re: [PATCH 19/26] rust: rename qemu-api modules to follow C code a bit more
,
Zhao Liu
,
2024/12/13
Re: [PATCH 19/26] rust: rename qemu-api modules to follow C code a bit more
,
Paolo Bonzini
,
2024/12/13
[PATCH 24/26] rust: qom: move device_id to PL011 class side
,
Paolo Bonzini
,
2024/12/09
Re: [PATCH 24/26] rust: qom: move device_id to PL011 class side
,
Zhao Liu
,
2024/12/16
Re: [PATCH 24/26] rust: qom: move device_id to PL011 class side
,
Paolo Bonzini
,
2024/12/17
Re: [PATCH 24/26] rust: qom: move device_id to PL011 class side
,
Zhao Liu
,
2024/12/18
Re: [PATCH 24/26] rust: qom: move device_id to PL011 class side
,
Paolo Bonzini
,
2024/12/18
Re: [PATCH 24/26] rust: qom: move device_id to PL011 class side
,
Paolo Bonzini
,
2024/12/18
Re: [PATCH 24/26] rust: qom: move device_id to PL011 class side
,
Zhao Liu
,
2024/12/18
Re: [PATCH 24/26] rust: qom: move device_id to PL011 class side
,
Paolo Bonzini
,
2024/12/18
Re: [PATCH 24/26] rust: qom: move device_id to PL011 class side
,
Zhao Liu
,
2024/12/18
Re: [PATCH 24/26] rust: qom: move device_id to PL011 class side
,
Zhao Liu
,
2024/12/18
[PATCH 23/26] rust: qom: add initial subset of methods on Object
,
Paolo Bonzini
,
2024/12/09
Re: [PATCH 23/26] rust: qom: add initial subset of methods on Object
,
Zhao Liu
,
2024/12/16
[PATCH 21/26] rust: tests: allow writing more than one test
,
Paolo Bonzini
,
2024/12/09
Re: [PATCH 21/26] rust: tests: allow writing more than one test
,
Zhao Liu
,
2024/12/12
Re: [PATCH 21/26] rust: tests: allow writing more than one test
,
Paolo Bonzini
,
2024/12/16
[PATCH 26/26] rust: callbacks: allow passing optional callbacks as ()
,
Paolo Bonzini
,
2024/12/09
Re: [PATCH 26/26] rust: callbacks: allow passing optional callbacks as ()
,
Zhao Liu
,
2024/12/17
Re: [PATCH 26/26] rust: callbacks: allow passing optional callbacks as ()
,
Paolo Bonzini
,
2024/12/17
Re: [PATCH 26/26] rust: callbacks: allow passing optional callbacks as ()
,
Zhao Liu
,
2024/12/18
Re: [PATCH 26/26] rust: callbacks: allow passing optional callbacks as ()
,
Paolo Bonzini
,
2024/12/18
Re: [PATCH 26/26] rust: callbacks: allow passing optional callbacks as ()
,
Zhao Liu
,
2024/12/18
[PATCH 18/26] rust: qom: add possibility of overriding unparent
,
Paolo Bonzini
,
2024/12/09
Re: [PATCH 18/26] rust: qom: add possibility of overriding unparent
,
Zhao Liu
,
2024/12/12
Re: [PATCH 18/26] rust: qom: add possibility of overriding unparent
,
Paolo Bonzini
,
2024/12/12
[PATCH 25/26] rust: qemu-api: add a module to wrap functions and zero-sized closures
,
Paolo Bonzini
,
2024/12/09
Re: [PATCH 25/26] rust: qemu-api: add a module to wrap functions and zero-sized closures
,
Zhao Liu
,
2024/12/17
[PATCH 22/26] rust: qom: add casting functionality
,
Paolo Bonzini
,
2024/12/09
Re: [PATCH 22/26] rust: qom: add casting functionality
,
Zhao Liu
,
2024/12/16
Re: [PATCH 22/26] rust: qom: add casting functionality
,
Paolo Bonzini
,
2024/12/16
[PATCH 17/26] rust: qom: put class_init together from multiple ClassInitImpl<>
,
Paolo Bonzini
,
2024/12/09
Re: [PATCH 17/26] rust: qom: put class_init together from multiple ClassInitImpl<>
,
Zhao Liu
,
2024/12/12
[PATCH 20/26] rust: re-export C types from qemu-api submodules
,
Paolo Bonzini
,
2024/12/09
Re: [PATCH 20/26] rust: re-export C types from qemu-api submodules
,
Zhao Liu
,
2024/12/12
Re: [PATCH 00/26] rust: bundle of prerequisites for HPET implementation
,
Philippe Mathieu-Daudé
,
2024/12/09
Re: [PATCH 00/26] rust: bundle of prerequisites for HPET implementation
,
Paolo Bonzini
,
2024/12/09
Re: [PATCH 00/26] rust: bundle of prerequisites for HPET implementation
,
Zhao Liu
,
2024/12/09
[RFC 00/13] rust: Reinvent the wheel for HPET timer in Rust
,
Zhao Liu
,
2024/12/05
[RFC 01/13] bql: check that the BQL is not dropped within marked sections
,
Zhao Liu
,
2024/12/05
[RFC 03/13] rust/cell: add get_mut() method for BqlCell
,
Zhao Liu
,
2024/12/05
Re: [RFC 03/13] rust/cell: add get_mut() method for BqlCell
,
Paolo Bonzini
,
2024/12/05
Re: [RFC 03/13] rust/cell: add get_mut() method for BqlCell
,
Zhao Liu
,
2024/12/07
Re: [RFC 03/13] rust/cell: add get_mut() method for BqlCell
,
Paolo Bonzini
,
2024/12/07
[RFC 02/13] rust: cell: add BQL-enforcing RefCell variant
,
Zhao Liu
,
2024/12/05
[RFC 04/13] rust: add bindings for gpio_{in|out} initialization
,
Zhao Liu
,
2024/12/05
Re: [RFC 04/13] rust: add bindings for gpio_{in|out} initialization
,
Paolo Bonzini
,
2024/12/05
Re: [RFC 04/13] rust: add bindings for gpio_{in|out} initialization
,
Zhao Liu
,
2024/12/08
Re: [RFC 04/13] rust: add bindings for gpio_{in|out} initialization
,
Paolo Bonzini
,
2024/12/09
[RFC 05/13] rust: add a bit operation binding for deposit64
,
Zhao Liu
,
2024/12/05
Re: [RFC 05/13] rust: add a bit operation binding for deposit64
,
Paolo Bonzini
,
2024/12/05
Re: [RFC 05/13] rust: add a bit operation binding for deposit64
,
Zhao Liu
,
2024/12/07
Re: [RFC 05/13] rust: add a bit operation binding for deposit64
,
Paolo Bonzini
,
2024/12/07
[RFC 06/13] rust: add bindings for memattrs
,
Zhao Liu
,
2024/12/05
Re: [RFC 06/13] rust: add bindings for memattrs
,
Richard Henderson
,
2024/12/05
Re: [RFC 06/13] rust: add bindings for memattrs
,
Paolo Bonzini
,
2024/12/05
Re: [RFC 06/13] rust: add bindings for memattrs
,
Richard Henderson
,
2024/12/05
Re: [RFC 06/13] rust: add bindings for memattrs
,
Zhao Liu
,
2024/12/06
Re: [RFC 06/13] rust: add bindings for memattrs
,
Richard Henderson
,
2024/12/06
Re: [RFC 06/13] rust: add bindings for memattrs
,
Peter Maydell
,
2024/12/06
Re: [RFC 06/13] rust: add bindings for memattrs
,
Paolo Bonzini
,
2024/12/06
Re: [RFC 06/13] rust: add bindings for memattrs
,
Peter Maydell
,
2024/12/06
Re: [RFC 06/13] rust: add bindings for memattrs
,
Paolo Bonzini
,
2024/12/06
Re: [RFC 06/13] rust: add bindings for memattrs
,
Philippe Mathieu-Daudé
,
2024/12/07
Re: [RFC 06/13] rust: add bindings for memattrs
,
Paolo Bonzini
,
2024/12/08
Re: [RFC 06/13] rust: add bindings for memattrs
,
Zhao Liu
,
2024/12/08
[RFC 07/13] rust: add bindings for timer
,
Zhao Liu
,
2024/12/05
Re: [RFC 07/13] rust: add bindings for timer
,
Richard Henderson
,
2024/12/05
Re: [RFC 07/13] rust: add bindings for timer
,
Zhao Liu
,
2024/12/07
Re: [RFC 07/13] rust: add bindings for timer
,
Paolo Bonzini
,
2024/12/05
Re: [RFC 07/13] rust: add bindings for timer
,
Zhao Liu
,
2024/12/07
[RFC 08/13] rust/qdev: add the macro to define bit property
,
Zhao Liu
,
2024/12/05
[RFC 09/13] i386/fw_cfg: move hpet_cfg definition to hpet.c
,
Zhao Liu
,
2024/12/05
Re: [RFC 09/13] i386/fw_cfg: move hpet_cfg definition to hpet.c
,
Philippe Mathieu-Daudé
,
2024/12/05
Re: [RFC 09/13] i386/fw_cfg: move hpet_cfg definition to hpet.c
,
Zhao Liu
,
2024/12/05
Re: [RFC 09/13] i386/fw_cfg: move hpet_cfg definition to hpet.c
,
Philippe Mathieu-Daudé
,
2024/12/05
Re: [RFC 09/13] i386/fw_cfg: move hpet_cfg definition to hpet.c
,
Paolo Bonzini
,
2024/12/05
Re: [RFC 09/13] i386/fw_cfg: move hpet_cfg definition to hpet.c
,
Philippe Mathieu-Daudé
,
2024/12/07
Re: [RFC 09/13] i386/fw_cfg: move hpet_cfg definition to hpet.c
,
Zhao Liu
,
2024/12/07
Re: [RFC 09/13] i386/fw_cfg: move hpet_cfg definition to hpet.c
,
Paolo Bonzini
,
2024/12/05
Re: [RFC 09/13] i386/fw_cfg: move hpet_cfg definition to hpet.c
,
Zhao Liu
,
2024/12/07
[RFC 10/13] rust/timer/hpet: define hpet_fw_cfg
,
Zhao Liu
,
2024/12/05
[RFC 11/13] rust/timer/hpet: add basic HPET timer & state
,
Zhao Liu
,
2024/12/05
Re: [RFC 11/13] rust/timer/hpet: add basic HPET timer & state
,
Paolo Bonzini
,
2024/12/05
Re: [RFC 11/13] rust/timer/hpet: add basic HPET timer & state
,
Paolo Bonzini
,
2024/12/05
Re: [RFC 11/13] rust/timer/hpet: add basic HPET timer & state
,
Zhao Liu
,
2024/12/09
Re: [RFC 11/13] rust/timer/hpet: add basic HPET timer & state
,
Zhao Liu
,
2024/12/09
[RFC 12/13] rust/timer/hpet: add qdev APIs support
,
Zhao Liu
,
2024/12/05
Re: [RFC 12/13] rust/timer/hpet: add qdev APIs support
,
Paolo Bonzini
,
2024/12/05
Re: [RFC 12/13] rust/timer/hpet: add qdev APIs support
,
Zhao Liu
,
2024/12/07
[RFC 13/13] i386: enable rust hpet for pc when rust is enabled
,
Zhao Liu
,
2024/12/05
Re: [RFC 13/13] i386: enable rust hpet for pc when rust is enabled
,
Paolo Bonzini
,
2024/12/05
Re: [RFC 13/13] i386: enable rust hpet for pc when rust is enabled
,
Zhao Liu
,
2024/12/06
Re: [RFC 00/13] rust: Reinvent the wheel for HPET timer in Rust
,
Zhao Liu
,
2024/12/05
Re: [RFC 00/13] rust: Reinvent the wheel for HPET timer in Rust
,
Paolo Bonzini
,
2024/12/05
Re: [RFC 00/13] rust: Reinvent the wheel for HPET timer in Rust
,
Zhao Liu
,
2024/12/09
A glimpse at PL011 emulation in safe Rust
,
Paolo Bonzini
,
2024/12/04
[PATCH v2 0/2] rust: safe wrappers for interrupt sources
,
Paolo Bonzini
,
2024/12/02
[PATCH v2 2/2] rust: add bindings for interrupt sources
,
Paolo Bonzini
,
2024/12/02
Re: [PATCH v2 2/2] rust: add bindings for interrupt sources
,
Zhao Liu
,
2024/12/03
[PATCH v2 1/2] rust: add BQL-enforcing Cell variant
,
Paolo Bonzini
,
2024/12/02
Re: [PATCH v2 1/2] rust: add BQL-enforcing Cell variant
,
Junjie Mao
,
2024/12/02
Re: Rust in QEMU roadmap
,
Paolo Bonzini
,
2024/12/01
Re: Rust in QEMU roadmap
,
Daniel P . Berrangé
,
2024/12/05
Re: Rust in QEMU roadmap
,
Paul Durrant
,
2024/12/05
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc