Am 11.12.2013 16:27, schrieb Bandan Das:
> Bandan Das writes:
>
>> These patches add realize and unrealize interfaces to BusState just
>> like we have for DeviceState. 1/3 and 2/3 implement the interface and
>> attempt to integrate it to the existing DeviceState call path.
>> 3/3 is an example
Bandan Das writes:
> These patches add realize and unrealize interfaces to BusState just
> like we have for DeviceState. 1/3 and 2/3 implement the interface and
> attempt to integrate it to the existing DeviceState call path.
> 3/3 is an example user of the interface, pci in this case. Please
>
These patches add realize and unrealize interfaces to BusState just
like we have for DeviceState. 1/3 and 2/3 implement the interface and
attempt to integrate it to the existing DeviceState call path.
3/3 is an example user of the interface, pci in this case. Please
see individual patches for mor