Skip to content

Commit

Permalink
regenerate against QEMU 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
connorkuehl committed Dec 9, 2022
1 parent 763375f commit 19faaa0
Show file tree
Hide file tree
Showing 2 changed files with 17,550 additions and 6,226 deletions.
2 changes: 1 addition & 1 deletion internal/qmp-gen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
qapischema "github.com/digitalocean/go-qemu/qapi-schema"
)

const specURL = `https://raw.githubusercontent.com/qemu/qemu/stable-2.11/qapi-schema.json`
const specURL = `https://gitlab.com/qemu-project/qemu/-/raw/v7.1.0/qapi/qapi-schema.json`

var (
inputSpec = flag.String("input", specURL, "Input spec")
Expand Down
Loading

0 comments on commit 19faaa0

Please sign in to comment.