Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Simplify the hypervisor interface #1009

Closed
sameo opened this issue Dec 11, 2018 · 0 comments
Closed

Simplify the hypervisor interface #1009

sameo opened this issue Dec 11, 2018 · 0 comments
Assignees

Comments

@sameo
Copy link

sameo commented Dec 11, 2018

Description of problem

The virtcontainers hypervisor interface is complex and includes redundant or vaguely defined methods.

@sameo sameo self-assigned this Dec 11, 2018
sameo pushed a commit to sameo/runtime-1 that referenced this issue Dec 11, 2018
We always call waitSandbox after we start the VM (startSandbox), so
let's simplify the hypervisor interface and integrate waiting for the VM
into startSandbox.
This makes startSandbox a blocking call, but that is practically the
case today.

Fixes: kata-containers#1009

Signed-off-by: Samuel Ortiz <[email protected]>
sameo pushed a commit to sameo/runtime-1 that referenced this issue Dec 18, 2018
We always call waitSandbox after we start the VM (startSandbox), so
let's simplify the hypervisor interface and integrate waiting for the VM
into startSandbox.
This makes startSandbox a blocking call, but that is practically the
case today.

Fixes: kata-containers#1009

Signed-off-by: Samuel Ortiz <[email protected]>
sameo pushed a commit to sameo/runtime-1 that referenced this issue Jan 8, 2019
We always call waitSandbox after we start the VM (startSandbox), so
let's simplify the hypervisor interface and integrate waiting for the VM
into startSandbox.
This makes startSandbox a blocking call, but that is practically the
case today.

Fixes: kata-containers#1009

Signed-off-by: Samuel Ortiz <[email protected]>
@sboeuf sboeuf closed this as completed in cf22f40 Jan 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant