Peng Tao
4f57b65147
hypervisor: add initrd image support
...
If an initrd image is configured in HypervisorConfig or passed in by
annotations, append it to qemu command line arguments.
Fixes : #97
Signed-off-by: Peng Tao <bergwolf@gmail.com >
2018-03-27 15:58:41 +08:00
James O. D. Hunt
ce37ac146d
lint: Rename vcMock to vcmock
...
As recommended by `golint`, renamed the `vcMock` package to `vcmock`.
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com >
2018-03-20 08:28:16 +00:00
James O. D. Hunt
b1628639e8
lint: Fix virtcontainers staticcheck errors
...
Correct `staticcheck` linter issues.
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com >
2018-03-20 08:28:16 +00:00
James O. D. Hunt
d51a5e303d
lint: Fix virtcontainers unused errors
...
Remove unused variables and functions identified by the `varcheck` and
`unused` linters.
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com >
2018-03-20 08:28:16 +00:00
James O. D. Hunt
9b98c26a80
lint: Fix virtcontainers maligned errors
...
Correct `maligned` linter issues.
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com >
2018-03-20 08:28:16 +00:00
James O. D. Hunt
c4e85905db
lint: Fix virtcontainers unconvert errors
...
Correct `unconvert` linter issues.
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com >
2018-03-20 08:28:14 +00:00
Archana Shinde
d5b066152b
vendor: Vendor github.com/safchain/ethtool
...
We were using code copied from github.com/safchain/ethtool.
Vendor in upstream package instead to use additional
functionality added in.
Fixes #71
Signed-off-by: Archana Shinde <archana.m.shinde@intel.com >
2018-03-19 14:30:29 -07:00
Samuel Ortiz
be72b6bd31
virtcontainers: Change all import paths
...
Some virtcontainers pieces of code are importing virtcontainers
packages. We need to change those paths to point at
kata-containers/runtime/virtcontainers
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com >
2018-03-13 01:00:52 +01:00
Samuel Ortiz
24eff72d82
virtcontainers: Initial import
...
This is a virtcontainers 1.0.8 import into Kata Containers runtime.
virtcontainers is a Go library designed to manage hardware virtualized
pods and containers. It is the core Clear Containers framework and will
become the core Kata Containers framework, as discussed at
https://github.com/kata-containers/runtime/issues/33
Some more more pointers:
virtcontainers README, including some design and architecure notes:
https://github.com/containers/virtcontainers/blob/master/README.md
virtcontainers 1.0 API:
https://github.com/containers/virtcontainers/blob/master/documentation/api/1.0/api.md
Fixes #40
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com >
2018-03-13 00:49:46 +01:00