diff options
| author | Marc-André Lureau | 2015-07-03 11:51:01 +0200 |
|---|---|---|
| committer | Michael Tokarev | 2015-07-27 21:44:47 +0200 |
| commit | 801db5ecdac7575a1b0250243eea1767da553e50 (patch) | |
| tree | bd4b16c488e1644479cfdc627fee96c19a700879 /qapi-schema.json | |
| parent | Fix Cortex-A9 global timer (diff) | |
| download | qemu-801db5ecdac7575a1b0250243eea1767da553e50.tar.gz qemu-801db5ecdac7575a1b0250243eea1767da553e50.tar.xz 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>
Diffstat (limited to 'qapi-schema.json')
| -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. # |
