qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [RFC][PATCH 0/2] qapi: Allow modularization of QAPI schema


From: Lluís Vilanova
Subject: [Qemu-devel] [RFC][PATCH 0/2] qapi: Allow modularization of QAPI schema files
Date: Thu, 9 Jan 2014 11:59:50 +0100
User-agent: StGit/0.16

Adds the "include(...)" primitive to the syntax of QAPI schema files, allowing
these to be modularized into multiple per-topic files in the future.

Signed-off-by: Lluís Vilanova <address@hidden>
---

Lluís Vilanova (2):
      qapi: Add a primitive to include other files from a QAPI schema file
      qapi: [trivial] Set the input root directory when parsing QAPI files


 Makefile                 |   12 +++++++++---
 scripts/qapi-commands.py |   10 +++++++---
 scripts/qapi-types.py    |    9 ++++++---
 scripts/qapi-visit.py    |    9 ++++++---
 scripts/qapi.py          |   25 ++++++++++++++++++++++---
 5 files changed, 50 insertions(+), 15 deletions(-)


To: address@hidden
Cc: Stefan Hajnoczi <address@hidden>
Cc: Eric Blake <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]