Bo Chen

Results 92 comments of Bo Chen

> * [ ] the use of register_irqfd_with_resample from kvm-ioctls crate, by creating the associated function in the hypervisor crate from Cloud Hypervisor For the record, the proposed approach does...

One potential solution is using the `subcommand` support from the `argh` crate supports, but it may require syntax change for the CLI as the parsing over second-level command options will...

It is quite surprise to me that the `argh` crate is barely maintained according to its community activities on Github (e.g. they neither respond to issues nor land PRs). We...

We decided to move back to clap (#5550) first which allows us to provide dynamic help string for solving this issue.

Sorry about missing this issue. I believe the we started with `u8` as it was simply enough at the time. The hypervisor (kvm or mshv) has a limit on the...

> > Sorry about missing this issue. I believe the we started with `u8` as it was simply enough at the time. > > The hypervisor (kvm or mshv) has...

> > No, I think upgrade or migration to newer versions will break, as data type change will break serialization. For this case it will break serialization on `CpusConfig`. >...

@jodh-intel Thank you for opening the issue. Supporting new architectures sounds good improvements to Cloud Hypervisor in general. Also, I'd always want to make Cloud Hypervisor support Kata better. I...

@liuw Does bumping segments limit to 96 satisfy your use case for now? Also, do you plan to follow-up further on this topic, say increase the segment limits further or...

@michael2012z Unfortunately, enforcing TLS v1.2 does not work either (#6005). But it does provide more information that I never saw from manually reproducing the issue. The failed wget[1]: ``` [2023-12-05T03:38:33.207Z]...