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

Commit

Permalink
vendor: update govmm and agent changes
Browse files Browse the repository at this point in the history
To support tap network hotplug. Implement netdev_add, netdev_del and corresponding device_add QMP commands.
Full list in govmm:
    10efa84 qemu/qmp: add function for hotplug network by fds
    80ed88e qemu/qmp: implement function to hotplug serial ports
    ca46f21 qemu/qmp: implement function to hotplug character devices
    03f1a1c qemu/qmp: implement getfd
    84b212f qemu: add vhostfd and disable-modern to vsock hotplug
    12dfa87 qemu/qmp: implement function for hotplug network
    4ca232e qmp_test: Fix Warning and Error level logs
    430e72c qemu,qmp: Enable gas security checker
    ffc06e6 qemu,qmp: Add staticcheck to travis and fix errors

Add agent ListInterfaces and ListRoutes APIs.
Full list in agent:
    7c287c6 agent: add ListInterfaces and ListRoutes rpc

Signed-off-by: Ruidong Cao <[email protected]>
  • Loading branch information
caoruidong committed Aug 16, 2018
1 parent cd514b6 commit 6666426
Show file tree
Hide file tree
Showing 6 changed files with 706 additions and 196 deletions.
8 changes: 4 additions & 4 deletions Gopkg.lock

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

4 changes: 2 additions & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@

[[constraint]]
name = "github.com/intel/govmm"
revision = "6ff20ae2f409df976574d0139b5ec2fa3e314769"
revision = "eda239928bfa12b214e9c93192d548cccf4e7f1e"

[[constraint]]
name = "github.com/kata-containers/agent"
revision = "eec68398287d9491fe648a8e54fb942cf6b6d934"
revision = "e6d26c1bbbaf1c7292b1ee5dfa17ca13159f73b7"

[[constraint]]
name = "github.com/containerd/cri-containerd"
Expand Down
2 changes: 2 additions & 0 deletions vendor/github.com/intel/govmm/qemu/image.go

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

59 changes: 31 additions & 28 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 6666426

Please sign in to comment.