Wei Liu
Wei Liu
@TimePrinciple after the recent changes to the `arch` crate, is this PR still relevant?
> Pinging @cloud-hypervisor/cloud-hypervisor-reviewers - does anybody else that thoughts about this - i'm not sure about whether this fits into the "modern cloud" usescase. > > Perhaps this could be...
> > Sorry for being late to the party. Is there a way to test this in the CI so that it doesn't regress? > > I can add a...
Is live migration the only problematic operation? For a long running operation, potentially you can delegate that to a thread, and have an atomic value to control whether to cancel...
> > Is live migration the only problematic operation? For a long running operation, potentially you can delegate that to a thread, and have an atomic value to control whether...
Can you please share the kernel dmesg? Can you try running the same container with the QEMU runtime in Kata? Can you disassemble the offending line of code and paste...
> After I built openjdk with optimizations disabled and debug symbols, I was able to trigger an assert way earlier. Specifically, memory mapping the file seems to fail. > This...
I restarted the ARM64 test. It looks to me there was a problem with the running.
Retrigger the CI.
Can you share more details about 1? Are you going to make the source Cloud Hypervisor instance connect directly to the destination instance? I suppose that's going to avoid a...