]> git.proxmox.com Git - mirror_qemu.git/commit - qmp.c
qom: move properties from qdev to object
authorAnthony Liguori <aliguori@us.ibm.com>
Mon, 30 Jan 2012 14:55:55 +0000 (08:55 -0600)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 3 Feb 2012 16:41:08 +0000 (10:41 -0600)
commit57c9fafe0f759c9f1efa5451662b3627f9bb95e0
tree6a097cdea9a82e94cbd696a45e3e5faac917881b
parent0beb4942071e385c16deba03848898865842edc7
qom: move properties from qdev to object

This is mostly code movement although not entirely.  This makes properties part
of the Object base class which means that we can now start using Object in a
meaningful way outside of qdev.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
14 files changed:
hw/mc146818rtc.c
hw/pc_piix.c
hw/pci.c
hw/piix_pci.c
hw/ppc_prep.c
hw/qdev-addr.c
hw/qdev-monitor.c
hw/qdev-properties.c
hw/qdev.c
hw/qdev.h
include/qemu/object.h
qapi-schema.json
qmp.c
qom/object.c