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 to be compatible with qemu 2.8
Browse files Browse the repository at this point in the history
govmm has ExecuteBlockdevAdd() function and ExecuteBlockdevDel() function
doesn't compatible with qemu 2.8,because blockdev-add and x-blockdev-del usages
are different between qemu 2.7 and qemu 2.8

shortlog:

ce070d1 govmm: modify govmm to be compatible with qemu 2.8
0286ff9 qemu/qmp: support hotplug a nic whose qdisc is mq
8515ae4 qmp: Remind users that you must first call ExecuteQMPCapabilities()
21504d3 qemu/qmp: Add netdev_add with chardev support
ed34f61 Add some negative test cases for qmp.go
17cacc7 Add negative test cases for qemu.go

fixes: #637

Signed-off-by: flyflypeng <[email protected]>
  • Loading branch information
flyflypeng committed Aug 25, 2018
1 parent cc29b8d commit f841e89
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 6 deletions.
5 changes: 3 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 @@ -52,7 +52,7 @@

[[constraint]]
name = "github.com/intel/govmm"
revision = "d8f80cafe3ee3bba440a9ff8d234817b64a30b07"
revision = "1a16b5f98f133796f9c5e9b6ae3aa6d786cff9b1"

[[constraint]]
name = "github.com/kata-containers/agent"
Expand Down
44 changes: 41 additions & 3 deletions vendor/github.com/intel/govmm/qemu/qmp.go

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

0 comments on commit f841e89

Please sign in to comment.