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: Wed Nov 27 2024 07:39:14 -0500
Messages in reverse chronological order
[
Next Period
]
November 27, 2024
Re: Rust in QEMU roadmap
,
Daniel P . Berrangé
,
07:39
Re: Rust in QEMU roadmap
,
Paolo Bonzini
,
07:22
Re: Rust in QEMU roadmap
,
Daniel P . Berrangé
,
07:19
Re: Rust in QEMU roadmap
,
Stefan Hajnoczi
,
06:15
Re: [PATCH 1/2] rust: add BQL-enforcing Cell variant
,
Paolo Bonzini
,
03:31
Re: Rust in QEMU roadmap
,
Paolo Bonzini
,
03:22
Re: [PATCH 1/2] rust: add BQL-enforcing Cell variant
,
Junjie Mao
,
02:16
Re: Rust in QEMU roadmap
,
Zhao Liu
,
01:28
Re: [PATCH 1/2] rust: add BQL-enforcing Cell variant
,
Zhao Liu
,
01:17
November 26, 2024
Re: [PATCH 39/39] docs: explicitly permit a "commonly known identity" with SoB
,
Michael S. Tsirkin
,
16:52
Rust in QEMU roadmap
,
Paolo Bonzini
,
13:03
Re: [PATCH 1/2] rust: add BQL-enforcing Cell variant
,
Paolo Bonzini
,
11:12
Re: [PATCH 1/2] rust: add BQL-enforcing Cell variant
,
Zhao Liu
,
09:38
Re: [PATCH 39/39] docs: explicitly permit a "commonly known identity" with SoB
,
Ani Sinha
,
08:52
Re: [PATCH 2/2] rust: add bindings for interrupt sources
,
Zhao Liu
,
08:52
Re: [PATCH 2/2] rust: add bindings for interrupt sources
,
Paolo Bonzini
,
08:35
November 25, 2024
[PULL 24/28] rust/pl011: Fix range checks for device ID accesses
,
Alex Bennée
,
10:21
[PATCH 4/8] rust: qom: move ClassInitImpl to the instance side
,
Paolo Bonzini
,
03:05
[PATCH 3/8] rust: qom: convert type_info! macro to an associated const
,
Paolo Bonzini
,
03:05
[PATCH 6/8] rust: qdev: move bridge for realize and reset functions out of pl011
,
Paolo Bonzini
,
03:05
[PATCH 8/8] rust: qom: move bridge for TypeInfo functions out of pl011
,
Paolo Bonzini
,
03:05
[PATCH 7/8] rust: qom: automatically use Drop trait to implement instance_finalize
,
Paolo Bonzini
,
03:05
[PATCH 5/8] rust: qdev: move device_class_init! body to generic function, ClassInitImpl implementation to macro
,
Paolo Bonzini
,
03:05
[PATCH 2/8] rust: qom: rename Class trait to ClassInitImpl
,
Paolo Bonzini
,
03:05
[PATCH 1/8] rust: qom: add default definitions for ObjectImpl
,
Paolo Bonzini
,
03:05
[PATCH 0/8] rust: qom: move bridge for TypeInfo and DeviceClass functions to common code
,
Paolo Bonzini
,
03:05
November 23, 2024
Re: [PATCH 00/39] maintainer updates for -rc2 pre-PR
,
Alex Bennée
,
10:29
November 22, 2024
Re: [PATCH 00/39] maintainer updates for -rc2 pre-PR
,
Cédric Le Goater
,
08:04
Re: [PATCH 00/39] maintainer updates for -rc2 pre-PR
,
Thomas Huth
,
07:33
Re: [PATCH 00/39] maintainer updates for -rc2 pre-PR
,
Cédric Le Goater
,
07:00
Re: [PATCH 22/39] tests/functional: update the i386 tuxrun tests
,
Thomas Huth
,
06:17
Re: [PATCH 34/39] tests/functional: update the x86_64 tuxrun tests
,
Thomas Huth
,
06:15
Re: [PATCH 2/2] rust: add bindings for interrupt sources
,
Philippe Mathieu-Daudé
,
06:07
Re: [PATCH 30/39] tests/functional: update the riscv32 tuxrun tests
,
Thomas Huth
,
06:04
Re: [PATCH 32/39] tests/functional: update the s390x tuxrun tests
,
Thomas Huth
,
06:04
Re: [PATCH 33/39] tests/functional: update the sparc64 tuxrun tests
,
Thomas Huth
,
06:04
Re: [PATCH 31/39] tests/functional: update the riscv64 tuxrun tests
,
Thomas Huth
,
06:04
Re: [PATCH 2/2] rust: add bindings for interrupt sources
,
Paolo Bonzini
,
05:53
Re: [PATCH 00/39] maintainer updates for -rc2 pre-PR
,
Thomas Huth
,
05:47
Re: [PATCH 00/39] maintainer updates for -rc2 pre-PR
,
Thomas Huth
,
05:46
Re: [PATCH 28/39] tests/functional: update the ppc32 tuxrun tests
,
Thomas Huth
,
05:43
Re: [PATCH 2/2] rust: add bindings for interrupt sources
,
Philippe Mathieu-Daudé
,
05:30
Re: [PATCH 20/39] tests/functional: update the arm tuxrun tests
,
Thomas Huth
,
05:22
Re: [PATCH 18/39] tests/functional: avoid accessing log_filename on earlier failures
,
Thomas Huth
,
05:20
Re: [PATCH 23/39] tests/functional: add a m68k tuxrun tests
,
Thomas Huth
,
05:16
Re: [PATCH 00/39] maintainer updates for -rc2 pre-PR
,
Thomas Huth
,
05:14
Re: [PATCH 27/39] tests/functional: update the mips64el tuxrun tests
,
Thomas Huth
,
05:12
Re: [PATCH 26/39] tests/functional: update the mips64 tuxrun tests
,
Thomas Huth
,
05:09
Re: [PATCH 25/39] tests/functional: update the mips32el tuxrun tests
,
Thomas Huth
,
05:09
Re: [PATCH 24/39] tests/functional: update the mips32 tuxrun tests
,
Thomas Huth
,
05:08
Re: [PATCH 29/39] tests/functional: update the ppc64 tuxrun tests
,
Thomas Huth
,
04:52
Re: [PATCH 2/2] rust: add bindings for interrupt sources
,
Paolo Bonzini
,
03:32
Re: [PATCH 2/2] rust: add bindings for interrupt sources
,
Philippe Mathieu-Daudé
,
03:28
[PATCH 2/2] rust: add bindings for interrupt sources
,
Paolo Bonzini
,
02:48
[PATCH 1/2] rust: add BQL-enforcing Cell variant
,
Paolo Bonzini
,
02:48
[PATCH 0/2] rust: safe wrappers for interrupt sources
,
Paolo Bonzini
,
02:48
November 21, 2024
Re: [PATCH 00/39] maintainer updates for -rc2 pre-PR
,
Cédric Le Goater
,
16:46
Re: [PATCH 00/39] maintainer updates for -rc2 pre-PR
,
Thomas Huth
,
16:01
Re: [PATCH 11/39] tests/functional: enable debug logging for QEMUMachine
,
Thomas Huth
,
16:01
Re: [PATCH 17/39] tests/functional: add a QMP backdoor for debugging stalled tests
,
Thomas Huth
,
16:01
Re: [PATCH 16/39] tests/functional: remove time.sleep usage from tuxrun tests
,
Thomas Huth
,
16:01
Re: [PATCH 00/39] maintainer updates for -rc2 pre-PR
,
Cédric Le Goater
,
16:01
Re: [PATCH 12/39] tests/functional: logs details of console interaction operations
,
Thomas Huth
,
16:01
Re: [PATCH 23/39] tests/functional: add a m68k tuxrun tests
,
Thomas Huth
,
16:01
Re: [PATCH 13/39] tests/functional: don't try to wait for the empty string
,
Thomas Huth
,
16:01
Re: [PATCH 14/39] tests/functional: require non-NULL success_message for console wait
,
Thomas Huth
,
16:01
Re: [PATCH 21/39] tests/functional: update the aarch64 tuxrun tests
,
Thomas Huth
,
16:01
Re: [PATCH 07/39] tests/functional: remove comments talking about avocado
,
Pierrick Bouvier
,
14:03
Re: [PATCH 00/39] maintainer updates for -rc2 pre-PR
,
Alex Bennée
,
12:31
Re: [PATCH 00/39] maintainer updates for -rc2 pre-PR
,
Peter Maydell
,
12:19
[PATCH 27/39] tests/functional: update the mips64el tuxrun tests
,
Alex Bennée
,
12:08
[PATCH 38/39] rust/pl011: Fix range checks for device ID accesses
,
Alex Bennée
,
12:08
[PATCH 26/39] tests/functional: update the mips64 tuxrun tests
,
Alex Bennée
,
12:08
[PATCH 15/39] tests/functional: rewrite console handling to be bytewise
,
Alex Bennée
,
12:08
[PATCH 22/39] tests/functional: update the i386 tuxrun tests
,
Alex Bennée
,
12:08
[PATCH 37/39] plugins: eradicate qemu-plugins.symbols static file
,
Alex Bennée
,
12:08
[PATCH 25/39] tests/functional: update the mips32el tuxrun tests
,
Alex Bennée
,
12:08
[PATCH 33/39] tests/functional: update the sparc64 tuxrun tests
,
Alex Bennée
,
12:07
[PATCH 20/39] tests/functional: update the arm tuxrun tests
,
Alex Bennée
,
12:07
[PATCH 17/39] tests/functional: add a QMP backdoor for debugging stalled tests
,
Alex Bennée
,
12:07
[PATCH 23/39] tests/functional: add a m68k tuxrun tests
,
Alex Bennée
,
12:07
[PATCH 18/39] tests/functional: avoid accessing log_filename on earlier failures
,
Alex Bennée
,
12:07
[PATCH 29/39] tests/functional: update the ppc64 tuxrun tests
,
Alex Bennée
,
12:07
[PATCH 19/39] tests/functional: Convert the Avocado aarch64 tuxrun tests
,
Alex Bennée
,
12:06
[PATCH 24/39] tests/functional: update the mips32 tuxrun tests
,
Alex Bennée
,
12:06
[PATCH 35/39] plugins: add missing export for qemu_plugin_num_vcpus
,
Alex Bennée
,
12:06
[PATCH 21/39] tests/functional: update the aarch64 tuxrun tests
,
Alex Bennée
,
12:06
[PATCH 39/39] docs: explicitly permit a "commonly known identity" with SoB
,
Alex Bennée
,
12:06
[PATCH 36/39] plugins: detect qemu plugin API symbols from header
,
Alex Bennée
,
11:59
[PATCH 28/39] tests/functional: update the ppc32 tuxrun tests
,
Alex Bennée
,
11:59
[PATCH 34/39] tests/functional: update the x86_64 tuxrun tests
,
Alex Bennée
,
11:59
[PATCH 32/39] tests/functional: update the s390x tuxrun tests
,
Alex Bennée
,
11:59
[PATCH 12/39] tests/functional: logs details of console interaction operations
,
Alex Bennée
,
11:59
[PATCH 14/39] tests/functional: require non-NULL success_message for console wait
,
Alex Bennée
,
11:59
[PATCH 11/39] tests/functional: enable debug logging for QEMUMachine
,
Alex Bennée
,
11:59
[PATCH 30/39] tests/functional: update the riscv32 tuxrun tests
,
Alex Bennée
,
11:59
[PATCH 31/39] tests/functional: update the riscv64 tuxrun tests
,
Alex Bennée
,
11:59
[PATCH 16/39] tests/functional: remove time.sleep usage from tuxrun tests
,
Alex Bennée
,
11:59
[PATCH 13/39] tests/functional: don't try to wait for the empty string
,
Alex Bennée
,
11:59
[PATCH 09/39] tests/functional: put QEMUMachine logs in testcase log directory
,
Alex Bennée
,
11:59
[PATCH 06/39] tests/functional: remove obsolete reference to avocado bug
,
Alex Bennée
,
11:59
[PATCH 08/39] tests/functional: honour self.workdir in ACPI bits tests
,
Alex Bennée
,
11:59
[PATCH 10/39] tests/functional: honour requested test VM name in QEMUMachine
,
Alex Bennée
,
11:58
[PATCH 07/39] tests/functional: remove comments talking about avocado
,
Alex Bennée
,
11:58
[PATCH 05/39] tests/functional: remove leftover :avocado: tags
,
Alex Bennée
,
11:58
[PATCH 04/39] tests/functional: remove todo wrt avocado.utils.wait_for
,
Alex Bennée
,
11:58
[PATCH 00/39] maintainer updates for -rc2 pre-PR
,
Alex Bennée
,
11:58
[PATCH 01/39] tests/functional: fix mips64el test to honour workdir
,
Alex Bennée
,
11:58
[PATCH 02/39] tests/functional: automatically clean up scratch files after tests
,
Alex Bennée
,
11:58
[PATCH 03/39] tests/functional: remove "AVOCADO" from env variable name
,
Alex Bennée
,
11:58
November 18, 2024
Re: [PATCH v3] rust/pl011: Fix DeviceID reads
,
Richard Henderson
,
16:03
Re: [PATCH v3] rust/pl011: Fix DeviceID reads
,
Paolo Bonzini
,
10:54
Re: [PATCH v3] rust/pl011: Fix DeviceID reads
,
Manos Pitsidianakis
,
09:45
Re: [PATCH v3] rust/pl011: Fix DeviceID reads
,
Paolo Bonzini
,
07:41
Re: [PATCH v3] rust/pl011: Fix DeviceID reads
,
Alex Bennée
,
06:41
Re: [PATCH] MAINTAINERS: CC rust/ patches to qemu-rust list
,
Alex Bennée
,
05:56
November 17, 2024
[PATCH v3] rust/pl011: Fix DeviceID reads
,
Manos Pitsidianakis
,
11:10
Re: [PATCH v2] rust/pl011: Fix DeviceID reads
,
Manos Pitsidianakis
,
10:46
Re: [PATCH v2] rust/pl011: Fix DeviceID reads
,
Paolo Bonzini
,
06:16
Re: [PATCH v2] rust/pl011: Fix DeviceID reads
,
Manos Pitsidianakis
,
05:21
Re: [PATCH v2] rust/pl011: Fix DeviceID reads
,
Peter Maydell
,
05:14
Re: [PATCH v2] rust/pl011: Fix DeviceID reads
,
Manos Pitsidianakis
,
05:04
Re: [PATCH v2] rust/pl011: Fix DeviceID reads
,
Paolo Bonzini
,
02:40
November 16, 2024
[PATCH v2] rust/pl011: Fix DeviceID reads
,
Manos Pitsidianakis
,
17:18
Re: [PATCH v1] rust/pl011: Fix DeviceID reads
,
Manos Pitsidianakis
,
16:49
Re: [PATCH v1] rust/pl011: Fix DeviceID reads
,
Peter Maydell
,
16:21
Re: [PATCH v1] rust/pl011: Fix DeviceID reads
,
Paolo Bonzini
,
15:24
[PATCH v1] rust/pl011: Fix DeviceID reads
,
Manos Pitsidianakis
,
13:16
November 15, 2024
[PATCH 12/12] rust: fix doc test syntax
,
Paolo Bonzini
,
11:41
[PATCH 11/12] rust: ci: add job that runs Rust tools
,
Paolo Bonzini
,
11:41
[PATCH 08/12] rust: fix a couple style issues from clippy
,
Paolo Bonzini
,
11:41
[PATCH 05/12] rust: build: generate lint flags from Cargo.toml
,
Paolo Bonzini
,
11:41
[PATCH 04/12] rust: build: restrict --cfg generation to only required symbols
,
Paolo Bonzini
,
11:41
[PATCH 10/12] rust: build: add "make clippy", "make rustfmt", "make rustdoc"
,
Paolo Bonzini
,
11:41
[PATCH 09/12] rust: build: establish a baseline of lints across all crates
,
Paolo Bonzini
,
11:41
[PATCH 07/12] rust: build: move strict lints handling to rustc_args.py
,
Paolo Bonzini
,
11:41
[PATCH 06/12] rust: cargo: store desired warning levels in workspace Cargo.toml
,
Paolo Bonzini
,
11:41
[PATCH 02/12] rust: allow using build-root bindings.rs from cargo
,
Paolo Bonzini
,
11:41
[PATCH 03/12] rust: build: move rustc_args.py invocation to qemu-api crate
,
Paolo Bonzini
,
11:40
[PATCH 01/12] rust: apply --cfg MESON to all crates
,
Paolo Bonzini
,
11:40
November 13, 2024
Re: [RFC PATCH 01/11] rust: qemu_api: do not disable lints outside bindgen-generated code
,
Paolo Bonzini
,
05:41
Re: [RFC PATCH 01/11] rust: qemu_api: do not disable lints outside bindgen-generated code
,
Junjie Mao
,
01:52
November 12, 2024
Re: [RFC PATCH 01/11] rust: qemu_api: do not disable lints outside bindgen-generated code
,
Paolo Bonzini
,
13:48
Re: [RFC PATCH 01/11] rust: qemu_api: do not disable lints outside bindgen-generated code
,
Junjie Mao
,
05:23
Re: [RFC PATCH 05/11] rust: cargo: store desired warning levels in workspace Cargo.toml
,
Junjie Mao
,
00:53
November 11, 2024
Re: [RFC PATCH 02/11] rust: build: move rustc_args.py invocation to individual crates
,
Junjie Mao
,
22:11
Re: [PATCH] MAINTAINERS: CC rust/ patches to qemu-rust list
,
Philippe Mathieu-Daudé
,
10:09
Re: [PATCH] MAINTAINERS: CC rust/ patches to qemu-rust list
,
Philippe Mathieu-Daudé
,
10:09
November 10, 2024
Re: [PATCH] MAINTAINERS: CC rust/ patches to qemu-rust list
,
Manos Pitsidianakis
,
12:03
Re: [PATCH] MAINTAINERS: CC rust/ patches to qemu-rust list
,
Manos Pitsidianakis
,
10:20
November 09, 2024
[PATCH] MAINTAINERS: CC rust/ patches to qemu-rust list
,
Manos Pitsidianakis
,
14:30
November 08, 2024
Re: address@hidden mailing list created
,
Manos Pitsidianakis
,
17:05
Re: [RFC PATCH 11/11] rust: ci: add job that runs Rust tools
,
Daniel P . Berrangé
,
13:13
Re: address@hidden mailing list created
,
Daniel P . Berrangé
,
11:02
address@hidden mailing list created
,
Peter Maydell
,
10:36
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc