« Previous | Next » 

Revision 7983c8a3

ID7983c8a335dd09fec49f99a44d4404aa87828c0a

Added by Andreas Färber over 11 years ago

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 <>
Signed-off-by: Andreas Färber <>
Signed-off-by: Anthony Liguori <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences