On 12 February 2016 at 11:09, Andreas Färber wrote:
> Move bus type and related APIs to a separate file bus.c.
> This is a first step in breaking up qdev.c into more manageable chunks.
>
> Signed-off-by: Andreas Färber
> ---
> Here's a first step in breaking up qdev.c, originally prepared as par
Move bus type and related APIs to a separate file bus.c.
This is a first step in breaking up qdev.c into more manageable chunks.
Signed-off-by: Andreas Färber
---
Here's a first step in breaking up qdev.c, originally prepared as part of my
QOM device reset refactoring. Amazingly it still applie