Re: [Qemu-devel] [PATCH] macio: Convert to qdev

2012-03-06 Thread Alexander Graf
On 27.01.2012, at 00:17, Andreas Färber wrote: > From: Anthony Liguori > > Signed-off-by: Anthony Liguori > > Split macio into two PCIDevices with declarative device ID, > macio-oldworld and macio-newworld. Drop is_oldworld state in favor > of two separate init functions and deferred creation

[Qemu-devel] [PATCH] macio: Convert to qdev

2012-01-26 Thread Andreas Färber
From: Anthony Liguori Signed-off-by: Anthony Liguori Split macio into two PCIDevices with declarative device ID, macio-oldworld and macio-newworld. Drop is_oldworld state in favor of two separate init functions and deferred creation. Signed-off-by: Andreas Färber Cc: Alexander Graf --- Anth