Searched hist:"2345 c77c6d383bd804527720551b79b1d0400693" (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/qapi/ |
H A D | qapi-visit-core.c | 2345c77c6d383bd804527720551b79b1d0400693 Tue Jul 19 14:50:32 CDT 2011 Michael Roth <mdroth@linux.vnet.ibm.com> qapi: add QAPI visitor core
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: Michael Roth <mdroth@linux.vnet.ibm.com> Signed-off-by: Luiz Capitulino <lcapitulino@gmail.com>
|
/openbmc/qemu/ |
H A D | configure | 2345c77c6d383bd804527720551b79b1d0400693 Tue Jul 19 14:50:32 CDT 2011 Michael Roth <mdroth@linux.vnet.ibm.com> qapi: add QAPI visitor core
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: Michael Roth <mdroth@linux.vnet.ibm.com> Signed-off-by: Luiz Capitulino <lcapitulino@gmail.com>
|