On Thu, Jul 03, 2025 at 04:58:13PM +0300, Manos Pitsidianakis wrote: > Date: Thu, 03 Jul 2025 16:58:13 +0300 > From: Manos Pitsidianakis <manos.pitsidiana...@linaro.org> > Subject: [PATCH 3/3] rust: add *_with_attrs methods to MemoryRegionOps > X-Mailer: b4 0.14.2 > > MemoryRegionOps (and its builder type) only support read/write > callbacks. > > Add the ability to define {read,write}_with_attrs callbacks for devices > that need them. > > Signed-off-by: Manos Pitsidianakis <manos.pitsidiana...@linaro.org> > --- > rust/qemu-api/meson.build | 1 + > rust/qemu-api/src/memory.rs | 52 > ++++++++++++++++++++++++++++++++++++++++++++- > 2 files changed, 52 insertions(+), 1 deletion(-)
Fine for me, Reviewed-by: Zhao Liu <zhao1....@intel.com>