Skip to content

Commit a7dbb66

Browse files
committed
autogenerate from 2.11 stable release
1 parent d30d887 commit a7dbb66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/qmp-gen/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
"io/ioutil"
2323
)
2424

25-
const specURL = `https://raw.githubusercontent.com/qemu/qemu/master/qapi-schema.json`
25+
const specURL = `https://raw.githubusercontent.com/qemu/qemu/stable-2.11/qapi-schema.json`
2626

2727
var (
2828
inputSpec = flag.String("input", specURL, "Input spec")

0 commit comments

Comments
 (0)