]> git.ipfire.org Git - thirdparty/qemu.git/commit
Revert "globals: Allow global properties to be optional"
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 15 Feb 2019 10:32:39 +0000 (10:32 +0000)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 20 May 2019 22:40:02 +0000 (18:40 -0400)
commit8fa70dbd8bb478d9483c1da3e9976a2d86b3f9a0
tree2d2839ee77d2eeec6ffc66310d1bf2571a0f052c
parentf2784eed306449c3d04a71a05ed6463b8289aedf
Revert "globals: Allow global properties to be optional"

This reverts commit d7741743f4f3d2683d1bb6938f88dc0167c21afa.

Relying on setting properties on parents types which may not
be relevant to certain sub-classes had unexpected side-effects
causing bugs in device config defaults. It is preferrable to
be explicit about which devices get which properties, even if
this needs repetition.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20190215103239.28640-3-berrange@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
include/hw/qdev-core.h
qom/object.c