qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

docs: Update references to JSON RFC

RFC8259 obsoletes RFC7159. Fix a couple of URLs to point to the
newer version.

Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <20181203175702.128701-1-eblake@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>

authored by

Eric Blake and committed by
Markus Armbruster
aee03bf3 345e4010

+2 -2
+1 -1
docs/devel/qapi-code-gen.txt
··· 26 26 == QMP/Guest agent schema == 27 27 28 28 A QAPI schema file is designed to be loosely based on JSON 29 - (http://www.ietf.org/rfc/rfc7159.txt) with changes for quoting style 29 + (http://www.ietf.org/rfc/rfc8259.txt) with changes for quoting style 30 30 and the use of comments; a QAPI schema file is then parsed by a python 31 31 code generation program. A valid QAPI schema consists of a series of 32 32 top-level expressions, with no commas between them. Where
+1 -1
docs/interop/qmp-spec.txt
··· 32 32 Where DATA-STRUCTURE-NAME is any valid JSON data structure, as defined 33 33 by the JSON standard: 34 34 35 - http://www.ietf.org/rfc/rfc7159.txt 35 + http://www.ietf.org/rfc/rfc8259.txt 36 36 37 37 The server expects its input to be encoded in UTF-8, and sends its 38 38 output encoded in ASCII.