commit | 7ee6c1e182cca6ccf5253569fca3d05826efb4e9 | [log] [tgz] |
---|---|---|
author | Markus Armbruster <armbru@redhat.com> | Mon Jan 19 15:52:29 2015 +0100 |
committer | Michael S. Tsirkin <mst@redhat.com> | Thu Feb 26 12:42:16 2015 +0100 |
tree | 079aa8ac68eb59c17a1aa3a3da58efb9b8890c24 | |
parent | 133e9b228df16d11de01529c217417e78d1d9370 [diff] |
pci: Permit incremental conversion of device models to realize Call the new PCIDeviceClass method realize(). Default it to pci_default_realize(), which calls old method init(). To convert a device model, make it implement realize() rather than init(). Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Gonglei <arei.gonglei@huawei.com>