[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC PATCH 9/9] rust: vmstate: remove translation of C vmstate macro
From: |
Zhao Liu |
Subject: |
Re: [RFC PATCH 9/9] rust: vmstate: remove translation of C vmstate macros |
Date: |
Wed, 8 Jan 2025 16:40:07 +0800 |
On Tue, Dec 31, 2024 at 01:23:36AM +0100, Paolo Bonzini wrote:
> Date: Tue, 31 Dec 2024 01:23:36 +0100
> From: Paolo Bonzini <pbonzini@redhat.com>
> Subject: [RFC PATCH 9/9] rust: vmstate: remove translation of C vmstate
> macros
> X-Mailer: git-send-email 2.47.1
>
> Keep vmstate_clock!; because it uses a field of type VMStateDescription,
> it cannot be converted to the VMState trait without access to the
> const_refs_static feature.
>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
> rust/qemu-api/src/vmstate.rs | 274 +++--------------------------------
> 1 file changed, 23 insertions(+), 251 deletions(-)
>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [RFC PATCH 9/9] rust: vmstate: remove translation of C vmstate macros,
Zhao Liu <=