Alexandre Courbot
2025-Aug-25 10:42 UTC
[PATCH 1/2] nova-core: Add a library for bitfields in Rust structs
On Mon Aug 25, 2025 at 1:16 PM JST, Joel Fernandes wrote:> > > 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 at nvidia.com> >> >> FWIW, Joel, I only received patch 1/2. > > Oh. Good catch, will CC you on 2/2 for the next time.I believe the reason for that is that patch 1/2 has been send to the rust-for-linux list, but not 2/2 despite it changing the Rust code as well.