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: Mon Mar 31 2025 20:42:39 -0400
Threads in reverse chronological order
[
Next Period
]
[PATCH] Rust: Add tracing and logging support for Rust code
,
saman
,
2025/03/31
[PATCH 0/2] Initial logging support for Rust
,
Bernhard Beschow
,
2025/03/30
[PATCH 2/2] rust/hw/char/pl011/src/device: Implement logging
,
Bernhard Beschow
,
2025/03/30
Re: [PATCH 2/2] rust/hw/char/pl011/src/device: Implement logging
,
Daniel P . Berrangé
,
2025/03/31
[PATCH 1/2] rust/qemu-api: Add initial logging support based on C API
,
Bernhard Beschow
,
2025/03/30
Re: [PATCH 1/2] rust/qemu-api: Add initial logging support based on C API
,
Paolo Bonzini
,
2025/03/31
[PATCH] rust: hpet: fix decoding of timer registers
,
Paolo Bonzini
,
2025/03/21
Re: [PATCH] rust: hpet: fix decoding of timer registers
,
Peter Maydell
,
2025/03/21
Re: [PATCH] rust: hpet: fix decoding of timer registers
,
Paolo Bonzini
,
2025/03/21
[PATCH v2 0/3] rust: Fix PL011State size mismatch assert
,
Peter Maydell
,
2025/03/21
[PATCH v2 1/3] rust: assertions: add static_assert
,
Peter Maydell
,
2025/03/21
[PATCH v2 2/3] hw/char/pl011: Pad PL011State struct to same size as Rust impl
,
Peter Maydell
,
2025/03/21
[PATCH v2 3/3] rust: pl011: Check size of state struct at compile time
,
Peter Maydell
,
2025/03/21
[PATCH 0/3] rust: Fix PL011State size mismatch assert
,
Peter Maydell
,
2025/03/20
[PATCH 2/3] hw/char/pl011: Pad PL011State struct to same size as Rust impl
,
Peter Maydell
,
2025/03/20
Re: [PATCH 2/3] hw/char/pl011: Pad PL011State struct to same size as Rust impl
,
Zhao Liu
,
2025/03/20
[PATCH 3/3] rust: pl011: Check size of state struct at compile time
,
Peter Maydell
,
2025/03/20
Re: [PATCH 3/3] rust: pl011: Check size of state struct at compile time
,
Zhao Liu
,
2025/03/20
Re: [PATCH 3/3] rust: pl011: Check size of state struct at compile time
,
Peter Maydell
,
2025/03/20
Re: [PATCH 3/3] rust: pl011: Check size of state struct at compile time
,
Zhao Liu
,
2025/03/21
[PATCH 1/3] rust: assertions: add static_assert
,
Peter Maydell
,
2025/03/20
Re: [PATCH 1/3] rust: assertions: add static_assert
,
Philippe Mathieu-Daudé
,
2025/03/20
Re: [PATCH 1/3] rust: assertions: add static_assert
,
Zhao Liu
,
2025/03/20
[PATCH v2] rust: assertions: add static_assert
,
Paolo Bonzini
,
2025/03/20
Re: [PATCH v2] rust: assertions: add static_assert
,
Peter Maydell
,
2025/03/20
Re: [PATCH v2] rust: assertions: add static_assert
,
Pierrick Bouvier
,
2025/03/20
Re: [PATCH v2] rust: assertions: add static_assert
,
Pierrick Bouvier
,
2025/03/20
[PATCH 0/2] rust: Kconfig: factor out Rust vs C impl choice
,
Peter Maydell
,
2025/03/19
[PATCH 1/2] rust: Kconfig: Factor out whether PL011 is Rust or C
,
Peter Maydell
,
2025/03/19
Re: [PATCH 1/2] rust: Kconfig: Factor out whether PL011 is Rust or C
,
Philippe Mathieu-Daudé
,
2025/03/19
[PATCH 2/2] rust: Kconfig: Factor out whether HPET is Rust or C
,
Peter Maydell
,
2025/03/19
[PATCH v3 00/15] rust/vmstate: Clean up, fix, enhance & test
,
Zhao Liu
,
2025/03/18
[PATCH v3 09/15] rust/vmstate: Re-implement VMState trait for timer binding
,
Zhao Liu
,
2025/03/18
[PATCH v3 03/15] rust/vmstate: Fix num field when varray flags are set
,
Zhao Liu
,
2025/03/18
[PATCH v3 01/15] rust/vmstate: Remove unnecessary unsafe
,
Zhao Liu
,
2025/03/18
[PATCH v3 06/15] rust/vmstate: Fix "cannot infer type" error in vmstate_struct
,
Zhao Liu
,
2025/03/18
[PATCH v3 07/15] rust/vmstate: Fix unnecessary VMState bound of with_varray_flag()
,
Zhao Liu
,
2025/03/18
[PATCH v3 02/15] rust/vmstate: Fix num_offset in vmstate macros
,
Zhao Liu
,
2025/03/18
[PATCH v3 04/15] rust/vmstate: Fix size field of VMStateField with VMS_ARRAY_OF_POINTER flag
,
Zhao Liu
,
2025/03/18
[PATCH v3 08/15] rust/vmstate: Relax array check when build varray in vmstate_struct
,
Zhao Liu
,
2025/03/18
[PATCH v3 15/15] rust/vmstate: Include complete crate path of VMStateFlags in vmstate_clock
,
Zhao Liu
,
2025/03/18
[PATCH v3 13/15] rust/vmstate: Add unit test for pointer case
,
Zhao Liu
,
2025/03/18
[PATCH v3 05/15] rust/vmstate: Fix type check for varray in vmstate_struct
,
Zhao Liu
,
2025/03/18
[PATCH v3 12/15] rust/vmstate: Add unit test for vmstate_{of|struct} macro
,
Zhao Liu
,
2025/03/18
[PATCH v3 11/15] rust/vmstate: Add unit test for vmstate_of macro
,
Zhao Liu
,
2025/03/18
[PATCH v3 10/15] rust/vmstate: Support vmstate_validate
,
Zhao Liu
,
2025/03/18
[PATCH v3 14/15] rust/vmstate: Add unit test for vmstate_validate
,
Zhao Liu
,
2025/03/18
[PATCH v2 00/14] rust/vmstate: Clean up, fix, enhance & test
,
Zhao Liu
,
2025/03/18
[PATCH v2 02/14] rust/vmstate: Fix num_offset in vmstate macros
,
Zhao Liu
,
2025/03/18
[PATCH v2 10/14] rust/vmstate: Support vmstate_validate
,
Zhao Liu
,
2025/03/18
Re: [PATCH v2 10/14] rust/vmstate: Support vmstate_validate
,
Paolo Bonzini
,
2025/03/18
Re: [PATCH v2 10/14] rust/vmstate: Support vmstate_validate
,
Zhao Liu
,
2025/03/18
Re: [PATCH v2 10/14] rust/vmstate: Support vmstate_validate
,
Paolo Bonzini
,
2025/03/18
Re: [PATCH v2 10/14] rust/vmstate: Support vmstate_validate
,
Zhao Liu
,
2025/03/18
[PATCH v2 05/14] rust/vmstate: Fix type check for varray in vmstate_struct
,
Zhao Liu
,
2025/03/18
[PATCH v2 03/14] rust/vmstate: Fix num field when varray flags are set
,
Zhao Liu
,
2025/03/18
[PATCH v2 06/14] rust/vmstate: Fix "cannot infer type" error in vmstate_struct
,
Zhao Liu
,
2025/03/18
[PATCH v2 08/14] rust/vmstate: Relax array check when build varray in vmstate_struct
,
Zhao Liu
,
2025/03/18
[PATCH v2 07/14] rust/vmstate: Fix unnecessary VMState bound of with_varray_flag()
,
Zhao Liu
,
2025/03/18
[PATCH v2 04/14] rust/vmstate: Fix size field of VMStateField with VMS_ARRAY_OF_POINTER flag
,
Zhao Liu
,
2025/03/18
[PATCH v2 12/14] rust/vmstate: Add unit test for vmstate_{of|struct} macro
,
Zhao Liu
,
2025/03/18
[PATCH v2 14/14] rust/vmstate: Add unit test for vmstate_validate
,
Zhao Liu
,
2025/03/18
[PATCH v2 01/14] rust/vmstate: Remove unnecessary unsafe
,
Zhao Liu
,
2025/03/18
[PATCH v2 09/14] rust/vmstate: Re-implement VMState trait for timer binding
,
Zhao Liu
,
2025/03/18
[PATCH v2 13/14] rust/vmstate: Add unit test for pointer case
,
Zhao Liu
,
2025/03/18
[PATCH v2 11/14] rust/vmstate: Add unit test for vmstate_of macro
,
Zhao Liu
,
2025/03/18
[PATCH] rust: pl011: Cut down amount of text quoted from PL011 TRM
,
Peter Maydell
,
2025/03/17
Re: [PATCH] rust: pl011: Cut down amount of text quoted from PL011 TRM
,
Daniel P . Berrangé
,
2025/03/17
Re: [PATCH] rust: pl011: Cut down amount of text quoted from PL011 TRM
,
Peter Maydell
,
2025/03/18
Re: [PATCH] rust: pl011: Cut down amount of text quoted from PL011 TRM
,
Daniel P . Berrangé
,
2025/03/18
[PATCH 00/17] rust/vmstate: Clean up, fix, enhance & test
,
Zhao Liu
,
2025/03/17
[PATCH 01/17] rust/vmstate: Remove unnecessary unsafe
,
Zhao Liu
,
2025/03/17
[PATCH 02/17] rust/vmstate: Fix num_offset in vmstate macros
,
Zhao Liu
,
2025/03/17
[PATCH 03/17] rust/vmstate: Add a prefix separator ", " for the array field in vmstate macros
,
Zhao Liu
,
2025/03/17
Re: [PATCH 03/17] rust/vmstate: Add a prefix separator ", " for the array field in vmstate macros
,
Paolo Bonzini
,
2025/03/17
Re: [PATCH 03/17] rust/vmstate: Add a prefix separator ", " for the array field in vmstate macros
,
Zhao Liu
,
2025/03/17
[PATCH 05/17] rust/vmstate: Fix num field when varray flags are set
,
Zhao Liu
,
2025/03/17
[PATCH 06/17] rust/vmstate: Fix size field of VMStateField with VMS_ARRAY_OF_POINTER flag
,
Zhao Liu
,
2025/03/17
[PATCH 07/17] rust/vmstate: Fix type check for varray in vmstate_struct
,
Zhao Liu
,
2025/03/17
[PATCH 09/17] rust/vmstate: Fix unnecessary VMState bound of with_varray_flag()
,
Zhao Liu
,
2025/03/17
[PATCH 04/17] rust/vmstate: Use ident instead of expr to parse vmsd in vmstate_struct macro
,
Zhao Liu
,
2025/03/17
Re: [PATCH 04/17] rust/vmstate: Use ident instead of expr to parse vmsd in vmstate_struct macro
,
Paolo Bonzini
,
2025/03/17
Re: [PATCH 04/17] rust/vmstate: Use ident instead of expr to parse vmsd in vmstate_struct macro
,
Zhao Liu
,
2025/03/17
Re: [PATCH 04/17] rust/vmstate: Use ident instead of expr to parse vmsd in vmstate_struct macro
,
Zhao Liu
,
2025/03/18
[PATCH 10/17] rust/vmstate: Relax array check when build varray in vmstate_struct
,
Zhao Liu
,
2025/03/17
[PATCH 12/17] rust/vmstate: Support version field in vmstate macros
,
Zhao Liu
,
2025/03/17
Re: [PATCH 12/17] rust/vmstate: Support version field in vmstate macros
,
Paolo Bonzini
,
2025/03/17
Re: [PATCH 12/17] rust/vmstate: Support version field in vmstate macros
,
Zhao Liu
,
2025/03/17
[PATCH 13/17] rust/vmstate: Support vmstate_validate
,
Zhao Liu
,
2025/03/17
Re: [PATCH 13/17] rust/vmstate: Support vmstate_validate
,
Paolo Bonzini
,
2025/03/17
Re: [PATCH 13/17] rust/vmstate: Support vmstate_validate
,
Zhao Liu
,
2025/03/18
Re: [PATCH 13/17] rust/vmstate: Support vmstate_validate
,
Paolo Bonzini
,
2025/03/18
Re: [PATCH 13/17] rust/vmstate: Support vmstate_validate
,
Zhao Liu
,
2025/03/18
[PATCH 08/17] rust/vmstate: Fix "cannot infer type" error in vmstate_struct
,
Zhao Liu
,
2025/03/17
[PATCH 14/17] rust/vmstate: Add unit test for vmstate_of macro
,
Zhao Liu
,
2025/03/17
Re: [PATCH 14/17] rust/vmstate: Add unit test for vmstate_of macro
,
Paolo Bonzini
,
2025/03/17
Re: [PATCH 14/17] rust/vmstate: Add unit test for vmstate_of macro
,
Zhao Liu
,
2025/03/18
[PATCH 15/17] rust/vmstate: Add unit test for vmstate_{of|struct} macro
,
Zhao Liu
,
2025/03/17
[PATCH 11/17] rust/vmstate: Re-implement VMState trait for timer binding
,
Zhao Liu
,
2025/03/17
[PATCH 17/17] rust/vmstate: Add unit test for vmstate_validate
,
Zhao Liu
,
2025/03/17
[PATCH 16/17] rust/vmstate: Add unit test for pointer case
,
Zhao Liu
,
2025/03/17
Re: [PATCH 00/17] rust/vmstate: Clean up, fix, enhance & test
,
Paolo Bonzini
,
2025/03/17
Re: [PATCH 00/17] rust/vmstate: Clean up, fix, enhance & test
,
Zhao Liu
,
2025/03/18
Re: [PATCH] gitlab-ci: include full Rust backtraces in test runs
,
Peter Maydell
,
2025/03/10
Re: [PATCH] gitlab-ci: include full Rust backtraces in test runs
,
Daniel P . Berrangé
,
2025/03/10
Re: [PATCH] gitlab-ci: include full Rust backtraces in test runs
,
Peter Maydell
,
2025/03/10
Re: [PATCH] gitlab-ci: include full Rust backtraces in test runs
,
Paolo Bonzini
,
2025/03/10
Re: [PATCH] gitlab-ci: include full Rust backtraces in test runs
,
Peter Maydell
,
2025/03/10
[PATCH] rust: pl011: Allow NULL chardev argument to pl011_create()
,
Peter Maydell
,
2025/03/07
Re: [PATCH] rust: pl011: Allow NULL chardev argument to pl011_create()
,
Philippe Mathieu-Daudé
,
2025/03/07
Re: [PATCH] rust: pl011: Allow NULL chardev argument to pl011_create()
,
Paolo Bonzini
,
2025/03/09
Re: [PATCH v2 00/11] rust/block: Add minimal block driver bindings
,
Stefan Hajnoczi
,
2025/03/05
Re: [PATCH v2 10/11] bochs-rs: Add bochs block driver reimplementation in Rust
,
Stefan Hajnoczi
,
2025/03/05
Re: [PATCH v2 09/11] rust/block: Add read support for block drivers
,
Stefan Hajnoczi
,
2025/03/04
Re: [PATCH v2 09/11] rust/block: Add read support for block drivers
,
Stefan Hajnoczi
,
2025/03/05
Re: [PATCH v2 08/11] rust/block: Add driver module
,
Stefan Hajnoczi
,
2025/03/04
Re: [PATCH v2 04/11] rust/qemu-api: Add wrappers to run futures in QEMU
,
Stefan Hajnoczi
,
2025/03/04
Re: [PATCH] rust: qom: remove operations on &mut
,
Zhao Liu
,
2025/03/04
Re: [PATCH] rust: cell: add full example of declaring a SysBusDevice
,
Zhao Liu
,
2025/03/04
Re: [PATCH] rust: cell: add full example of declaring a SysBusDevice
,
Paolo Bonzini
,
2025/03/04
Re: [PATCH 10/12] rust: memory: wrap MemoryRegion with Opaque<>
,
Zhao Liu
,
2025/03/03
Re: [PATCH 10/12] rust: memory: wrap MemoryRegion with Opaque<>
,
Zhao Liu
,
2025/03/05
Re: [PATCH 09/12] rust: sysbus: wrap SysBusDevice with Opaque<>
,
Zhao Liu
,
2025/03/03
Re: [PATCH 08/12] rust: hpet: do not access fields of SysBusDevice
,
Zhao Liu
,
2025/03/03
Re: [PATCH 05/12] rust: irq: wrap IRQState with Opaque<>
,
Zhao Liu
,
2025/03/03
Re: [PATCH 04/12] rust: timer: wrap QEMUTimer with Opaque<> and express pinning requirements
,
Zhao Liu
,
2025/03/03
Re: [PATCH 04/12] rust: timer: wrap QEMUTimer with Opaque<> and express pinning requirements
,
Paolo Bonzini
,
2025/03/03
Re: [PATCH 04/12] rust: timer: wrap QEMUTimer with Opaque<> and express pinning requirements
,
Zhao Liu
,
2025/03/04
Re: [PATCH 04/12] rust: timer: wrap QEMUTimer with Opaque<> and express pinning requirements
,
Paolo Bonzini
,
2025/03/06
Re: [PATCH 04/12] rust: timer: wrap QEMUTimer with Opaque<> and express pinning requirements
,
Zhao Liu
,
2025/03/06
Re: [PATCH 04/12] rust: timer: wrap QEMUTimer with Opaque<> and express pinning requirements
,
Zhao Liu
,
2025/03/03
Re: [PATCH 04/12] rust: timer: wrap QEMUTimer with Opaque<> and express pinning requirements
,
Paolo Bonzini
,
2025/03/03
Re: [PATCH 04/12] rust: timer: wrap QEMUTimer with Opaque<> and express pinning requirements
,
Zhao Liu
,
2025/03/03
Re: [PATCH 03/12] rust: vmstate: add std::pin::Pin as transparent wrapper
,
Zhao Liu
,
2025/03/03
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc