Wei Liu

Results 129 comments of Wei Liu

I have the same question as Michael -- why is there a need to move the docs out? That's going to incur more work on the contributors. They will need...

Hi Kevin, your link requires signing in to view.

> Apologies. I've published it as github pages here: https://intelkevinputnam.github.io/cloud-hypervisor-docs-HTML/README.html This looks nice.

> @liuw Thanks for starting this issue. Can you please elaborate more on what are the benefits of following libvirt's behavior, e.g. sending the updated config (instead of initial config)...

> Libvirt usually setups up the network on the destination host before starting guest with cloud-hypervisor. If cloud-hypervisor were to start the guest, based on the configuration it received from...

Currently Cloud Hypervisor can only stream migration data over an UNIX socket. Is there a plan to support passing in FDs? Or even support for TCP stream?

Barring direct connections, we will need to use libvirt's tunnel infrastructure. That's going to be less performant, but for prototyping it is not too bad. Why is it challenging for...

The crash is during shutdown. It is probably not relevant.

We have a developer looking into it but it is the the highest priority for us right now.

> @liuw We already handle "1." with the ACPI power button which causes systemd to shutdown. I know. But I also hear some people complain that it depends on guest's...