On Fri, 21 Dec 2018 13:03:45 +0400 Marc-André Lureau <marcandre.lur...@redhat.com> wrote:
> Similarly to accel properties, move compat properties out of globals > registration, and apply the machine compat properties during > device_post_init(). > > Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> > --- > include/hw/boards.h | 3 +- > hw/arm/virt.c | 27 ++++++++---- > hw/core/machine.c | 19 +-------- > hw/core/qdev.c | 2 + > hw/i386/pc_piix.c | 87 +++++++++++++++++++++++++------------- > hw/i386/pc_q35.c | 33 ++++++++++----- > hw/ppc/spapr.c | 42 ++++++++++++------ > hw/s390x/s390-virtio-ccw.c | 33 ++++++++++----- > vl.c | 1 - > 9 files changed, 152 insertions(+), 95 deletions(-) Reviewed-by: Igor Mammedov <imamm...@redhat.com> [...]