Searched hist:"2 f28d2ff9dce3c404b36e90e64541a4d48daf0ca" (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/qom/ |
H A D | object.c | 2f28d2ff9dce3c404b36e90e64541a4d48daf0ca Sat Dec 03 17:10:08 CST 2011 Anthony Liguori <aliguori@us.ibm.com> qom: add the base Object class (v2)
This class provides the main building block for QEMU Object Model and is extensively documented in the header file. It is largely inspired by GObject.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> --- v1 -> v2 - remove printf() in type registration - fix typo in comment (Paolo) - make Interface private - move object into a new directory and move header into include/qemu/ - don't make object.h depend on qemu-common.h - remove Type and replace it with TypeImpl * (Paolo) - use hash table to store types (Paolo) - aggressively cache parent type (Paolo) - make a type_register and use it with interfaces (Paolo) - fix interface cast comment (Paolo) - add a few more functions required in later series
|
/openbmc/qemu/ |
H A D | Makefile | 2f28d2ff9dce3c404b36e90e64541a4d48daf0ca Sat Dec 03 17:10:08 CST 2011 Anthony Liguori <aliguori@us.ibm.com> qom: add the base Object class (v2)
This class provides the main building block for QEMU Object Model and is extensively documented in the header file. It is largely inspired by GObject.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> --- v1 -> v2 - remove printf() in type registration - fix typo in comment (Paolo) - make Interface private - move object into a new directory and move header into include/qemu/ - don't make object.h depend on qemu-common.h - remove Type and replace it with TypeImpl * (Paolo) - use hash table to store types (Paolo) - aggressively cache parent type (Paolo) - make a type_register and use it with interfaces (Paolo) - fix interface cast comment (Paolo) - add a few more functions required in later series
|
H A D | configure | 2f28d2ff9dce3c404b36e90e64541a4d48daf0ca Sat Dec 03 17:10:08 CST 2011 Anthony Liguori <aliguori@us.ibm.com> qom: add the base Object class (v2)
This class provides the main building block for QEMU Object Model and is extensively documented in the header file. It is largely inspired by GObject.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> --- v1 -> v2 - remove printf() in type registration - fix typo in comment (Paolo) - make Interface private - move object into a new directory and move header into include/qemu/ - don't make object.h depend on qemu-common.h - remove Type and replace it with TypeImpl * (Paolo) - use hash table to store types (Paolo) - aggressively cache parent type (Paolo) - make a type_register and use it with interfaces (Paolo) - fix interface cast comment (Paolo) - add a few more functions required in later series
|