Re: [PATCH RFC 2/6] rust/helpers: add virtio.c
From: Philippe Mathieu-Daudé
Date: Thu May 07 2026 - 04:34:51 EST
On 5/5/26 10:14, Manos Pitsidianakis wrote:
Some internal kernel virtio API functions are inline macros, so define
their symbols in a helper file.
Signed-off-by: Manos Pitsidianakis <manos@xxxxxxxxxxxxxx>
---
MAINTAINERS | 6 ++++++
rust/helpers/helpers.c | 3 +++
rust/helpers/virtio.c | 35 +++++++++++++++++++++++++++++++++++
3 files changed, 44 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>