Skip to content

Commit

Permalink
vendor: update govmm changes
Browse files Browse the repository at this point in the history
To include vm factory related commits. Full list:
54caf78 (mine/templating, templating) qmp: add hotplug memory
e66a9b4 qemu: add appendMemoryKnobs helper
8aeca15 qmp: add migrate set arguments
a03d496 qmp: add set migration capabilities
0ace417 qemu: allow to set migration incoming
723bc5f qemu: allow to create a stopped guest
283d7df qemu: add file backed memory device support

Signed-off-by: Peng Tao <bergwolf@gmail.com>
  • Loading branch information
bergwolf committed Jul 5, 2018
1 parent 47dfb7d commit 0f20b6b
Show file tree
Hide file tree
Showing 6 changed files with 299 additions and 20 deletions.
4 changes: 2 additions & 2 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

[[constraint]]
name = "github.com/intel/govmm"
revision = "9cf8ce6c6dda19d4a6d529e73714e231f6156820"
revision = "ff2401825e0930811919c86c36d64b113aa00083"

[[constraint]]
name = "github.com/kata-containers/agent"
Expand Down
35 changes: 35 additions & 0 deletions vendor/github.com/docker/go-units/duration.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

118 changes: 118 additions & 0 deletions vendor/github.com/docker/go-units/ulimit.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

107 changes: 90 additions & 17 deletions vendor/github.com/intel/govmm/qemu/qemu.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0f20b6b

Please sign in to comment.