On Thu, May 29, 2025 at 10:54 AM Zhao Liu <zhao1....@intel.com> wrote: > > if self.int_route_cap == 0 { > > - // TODO: Add error binding: warn_report() > > - println!("Hpet's hpet-intcap property not initialized"); > > + Err("hpet.hpet-intcap property not initialized")?; > > } > > Though here we don't need print warning...do we still need to provide > the warn_report() binding? Or println!() is enough in Rust side?
I think it will be enough to have Error ** and LOG_GUEST_ERROR/LOG_UNIMP... but we'll see. Paolo