• M
    qapi: add QAPI visitor core · 2345c77c
    Michael Roth 提交于
    Base definitions/includes for Visiter interface used by generated
    visiter/marshalling code.
    
    Includes a GenericList type. Our lists require an embedded element.
    Since these types are generated, if you want to use them in a different
    type of data structure, there's no easy way to add another embedded
    element. The solution is to have non-embedded lists and that what this is.
    Signed-off-by: NMichael Roth <mdroth@linux.vnet.ibm.com>
    Signed-off-by: NLuiz Capitulino <lcapitulino@gmail.com>
    2345c77c
Makefile.objs 13.6 KB