Wei Liu

Results 129 comments of Wei Liu

I gave it a shot. The first obstacle is `micro_http`, which is UNIX only. :-)

No, there is no need right now. It is an experiment for us at MSFT as well. I expect someone will want to run Cloud Hypervisor on Windows at some...

> Looks like the 20.04 Azure LTS kernel was updated from 5.13 to 5.15 (the `prepare_vdpa.sh` script builds a module so we can see the version difference across two builds.)...

> @rbradford what can we do about this in the short term? Seems like we're gonna have to disable `test_vfio` for a while :-/ Maybe we can rely on our...

Then perhaps the best solution right now is to move the vfio tests to bare metal and wait for the regression to be fixed and propagated to Ubuntu.

> Yes seems like it, but this is going to take quite some time given the fix isn't even submitted upstream :-/ Our (simple) fix was submitted, but a proper...

> Shouldn't we be bit more proactive in testing Rust's latest stable versions? I mean this time it was test dependency but in future some major crate might decide to...

> So in the dev-dependencies/pnet case I can see two paths forward to lowering the MSRV: > > 1. (My preference) remove the pnet dependency > 2. Don't test the...

> I did some investigation on whether the pnet issue was transient. Unfortunately the newly added dependency on `serde_with` also doesn't compile with 1.56. 1.60 added support optional feature dependencies...

What is the cadence of picking an LTS release? I don't think maintaining too many LTS releases is economical. I do think having overlapping-in-time LTS releases is important.