diff options
| author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2015-07-03 11:51:01 +0200 |
|---|---|---|
| committer | Michael Tokarev <mjt@tls.msk.ru> | 2015-07-27 22:44:47 +0300 |
| commit | 801db5ecdac7575a1b0250243eea1767da553e50 (patch) | |
| tree | bd4b16c488e1644479cfdc627fee96c19a700879 | |
| parent | 786f9ce20382704249883d7052f6869011d44281 (diff) | |
| download | focaccia-qemu-801db5ecdac7575a1b0250243eea1767da553e50.tar.gz focaccia-qemu-801db5ecdac7575a1b0250243eea1767da553e50.zip | |
qapi: add missing @
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
| -rw-r--r-- | qapi-schema.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi-schema.json b/qapi-schema.json index a0a45f7d51..4342a08d30 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -15,7 +15,7 @@ { 'include': 'qapi/trace.json' } ## -# LostTickPolicy: +# @LostTickPolicy: # # Policy for handling lost ticks in timer devices. # |