This series changes the existing machine, pc, and hostmem code to
register their QOM properties as class properties on class_init
instead of instance properties on instance_init.
Eduardo Habkost (4):
machine: Register TYPE_MACHINE properties as class properties
pc: Register TYPE_PC_MACHINE properties as class properties
hostmem: Register TYPE_MEMORY_BACKEND properties as class properties
hostmem-file: Register TYPE_MEMORY_BACKEND_FILE properties as class
properties
backends/hostmem-file.c | 26 +++---
backends/hostmem.c | 42 +++++-----
hw/core/machine.c | 206 +++++++++++++++++++++++-------------------------
hw/i386/pc.c | 56 ++++++-------
4 files changed, 157 insertions(+), 173 deletions(-)
--
2.7.4