Re: [Qemu-devel] [PATCH 0/2] cpu: make a child of DeviceState

2012-08-15 Thread Andreas Färber
Am 10.08.2012 19:00, schrieb Anthony Liguori: > This is just a rebase of this series that I posted back in June. > > Andreas had a different approach involving a #define but I think doing a full > split ends up being nicer. For instance, the recently added thread > information > is only relevant

[Qemu-devel] [PATCH 0/2] cpu: make a child of DeviceState

2012-08-10 Thread Anthony Liguori
This is just a rebase of this series that I posted back in June. Andreas had a different approach involving a #define but I think doing a full split ends up being nicer. For instance, the recently added thread information is only relevant to cpu-softmmu so we can limit that entirely to cpu-softmm