aboutsummaryrefslogtreecommitdiffstats
path: root/vm/vmm
diff options
context:
space:
mode:
Diffstat (limited to 'vm/vmm')
-rw-r--r--vm/vmm/vmm.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vmm/vmm.go b/vm/vmm/vmm.go
index 5190e32b3..884622fc8 100644
--- a/vm/vmm/vmm.go
+++ b/vm/vmm/vmm.go
@@ -93,7 +93,7 @@ func (pool *Pool) Count() int {
return pool.cfg.Count
}
-func (pool *Pool) Create(workdir string, index int) (vmimpl.Instance, error) {
+func (pool *Pool) Create(_ context.Context, workdir string, index int) (vmimpl.Instance, error) {
var tee io.Writer
if pool.env.Debug {
tee = os.Stdout