We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d30d887 commit a7dbb66Copy full SHA for a7dbb66
internal/qmp-gen/main.go
@@ -22,7 +22,7 @@ import (
22
"io/ioutil"
23
)
24
25
-const specURL = `https://raw.githubusercontent.com/qemu/qemu/master/qapi-schema.json`
+const specURL = `https://raw.githubusercontent.com/qemu/qemu/stable-2.11/qapi-schema.json`
26
27
var (
28
inputSpec = flag.String("input", specURL, "Input spec")
0 commit comments