]> Git Repo - qemu.git/commit - hw/qdev-addr.c
qdev: Fold state enum into bool realized
authorAndreas Färber <[email protected]>
Wed, 9 Jan 2013 02:58:10 +0000 (03:58 +0100)
committerAnthony Liguori <[email protected]>
Wed, 16 Jan 2013 00:26:30 +0000 (18:26 -0600)
commit7983c8a335dd09fec49f99a44d4404aa87828c0a
treec69919e4bfc2de020b0d9b12df47bfd8527aa50d
parent2c9ee0291f8ca7e18f8e96a34e8f4be7867219d2
qdev: Fold state enum into bool realized

Whether the device was initialized or not is QOM-level information and
currently unused. Drop it from device. This leaves the boolean state of
whether or not DeviceClass::init was called or not, a.k.a. "realized".

Suggested-by: Anthony Liguori <[email protected]>
Signed-off-by: Andreas Färber <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
hw/qdev-addr.c
hw/qdev-core.h
hw/qdev-properties-system.c
hw/qdev-properties.c
hw/qdev.c
This page took 0.030537 seconds and 4 git commands to generate.