debug needed
This commit is contained in:
@@ -77,14 +77,10 @@ func makeControlCommand(t int) []qmp.Command {
|
||||
}
|
||||
|
||||
func makeHMCommand(cmdTemplate string, args ...any) qmp.Command {
|
||||
template := qmp.Command{
|
||||
return qmp.Command{
|
||||
Execute: "human-monitor-command",
|
||||
Args: CommandLine{
|
||||
Command: fmt.Sprintf(cmdTemplate, args...),
|
||||
},
|
||||
}
|
||||
command := CommandLine{
|
||||
Command: fmt.Sprintf(cmdTemplate, args...),
|
||||
}
|
||||
|
||||
template.Args = command
|
||||
|
||||
return template
|
||||
}
|
||||
|
@@ -1,7 +0,0 @@
|
||||
package qemuconnection
|
||||
|
||||
import "github.com/sirupsen/logrus"
|
||||
|
||||
func init() {
|
||||
logrus.Info("qemu client control events module loaded")
|
||||
}
|
Reference in New Issue
Block a user