hyperhq / runv

Hypervisor-based Runtime for OCI
Apache License 2.0
826 stars 129 forks source link

remove E_VM_RUNNING and related code #513

Closed laijs closed 7 years ago

laijs commented 7 years ago

The E_VM_RUNNING is consumed by nobody, so we can remove it, and remove the related code.

remove E_VM_RUNNING => reportVmRun() is unneeded remove reportVmRun() => EVENT_INIT_CONNECTED is consumed by nobody remove EVENT_INIT_CONNECTED/InitConnectedEvent and related code.

Signed-off-by: Lai Jiangshan jiangshanlai@gmail.com