diff options
| author | Anthony Liguori | 2009-11-11 17:39:23 +0100 |
|---|---|---|
| committer | Anthony Liguori | 2009-11-17 15:49:39 +0100 |
| commit | 4a5fcab7acc55495d0a617eeebbbeaebc1872dbf (patch) | |
| tree | d9af15127fa09c0498948ef7e96440fa53ead113 /Makefile | |
| parent | Add a JSON message boundary identifier (diff) | |
| download | qemu-4a5fcab7acc55495d0a617eeebbbeaebc1872dbf.tar.gz qemu-4a5fcab7acc55495d0a617eeebbbeaebc1872dbf.tar.xz qemu-4a5fcab7acc55495d0a617eeebbbeaebc1872dbf.zip | |
Add a JSON parser
This is the third and final stage of the JSON parser. It parses lexical tokens
performing grammar validation and creating the final QObject representation. It
uses a recursive decent parser.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -138,7 +138,7 @@ obj-y += qemu-char.o aio.o savevm.o obj-y += msmouse.o ps2.o obj-y += qdev.o qdev-properties.o obj-y += qint.o qstring.o qdict.o qlist.o qfloat.o qbool.o json-lexer.o -obj-y += json-streamer.o +obj-y += json-streamer.o json-parser.o obj-y += qemu-config.o block-migration.o obj-$(CONFIG_BRLAPI) += baum.o |
