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 add vfio mediated device support on root bus
Browse files Browse the repository at this point in the history
In addition to supporting hotplug for VFIO mediated device on PCI bridge,
this patch adds hotplug functionality on root bus.

When parameter bus and addr are set to be empty, the system will pick up
an empty slot on root bus.

Fixes #542

Signed-off-by: Zhao Xinda <[email protected]>
  • Loading branch information
xindazhao committed Sep 20, 2018
1 parent 76b0c3c commit 2216d52
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 = "032705ba6aae05a9bf41e296cf89c8529cffb822"
revision = "9905ae92c5915c07abeb669eaa4d7f7408834b51"

[[constraint]]
name = "github.com/kata-containers/agent"
Expand Down
4 changes: 3 additions & 1 deletion 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 2216d52

Please sign in to comment.