Re: [PATCH 1/2] nova-core: Add a library for bitfields in Rust structs
From: Joel Fernandes
Date: Mon Aug 25 2025 - 00:16:31 EST
On 8/25/2025 9:44 AM, Boqun Feng wrote:
> On Sun, Aug 24, 2025 at 09:59:52AM -0400, Joel Fernandes wrote:
>> Add a minimal bitfield library for defining in Rust structures (called
>> bitstruct), similar in concept to bit fields in C structs. This will be used
>> for defining page table entries and other structures in nova-core.
>>
>> Signed-off-by: Joel Fernandes <joelagnelf@xxxxxxxxxx>
>
> FWIW, Joel, I only received patch 1/2.
Oh. Good catch, will CC you on 2/2 for the next time.
thanks,
- Joel
>
> Regards,
> Boqun
>
> [..]