|
| From: | Eduardo Habkost |
| Subject: | [Qemu-devel] [PATCH 0/4] machine, hostmem, pc: Register properties as class properties |
| Date: | Thu, 13 Oct 2016 18:26:38 -0300 |
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
| [Prev in Thread] | Current Thread | [Next in Thread] |