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