Re: [Qemu-devel] [PATCH 25/40] openpic: convert to qdev

2012-12-14 Thread Blue Swirl
On Fri, Dec 14, 2012 at 8:42 PM, Alexander Graf wrote: > > On 14.12.2012, at 21:32, Blue Swirl wrote: > >> On Fri, Dec 14, 2012 at 12:13 PM, Alexander Graf wrote: >>> This patch converts the OpenPIC device to qdev. Along the way it >>> renames the "openpic" target to "raven" and the "mpic" target

Re: [Qemu-devel] [PATCH 25/40] openpic: convert to qdev

2012-12-14 Thread Alexander Graf
On 14.12.2012, at 21:32, Blue Swirl wrote: > On Fri, Dec 14, 2012 at 12:13 PM, Alexander Graf wrote: >> This patch converts the OpenPIC device to qdev. Along the way it >> renames the "openpic" target to "raven" and the "mpic" target to >> "fsl_mpic_20", to better reflect the actual models they

Re: [Qemu-devel] [PATCH 25/40] openpic: convert to qdev

2012-12-14 Thread Blue Swirl
On Fri, Dec 14, 2012 at 12:13 PM, Alexander Graf wrote: > This patch converts the OpenPIC device to qdev. Along the way it > renames the "openpic" target to "raven" and the "mpic" target to > "fsl_mpic_20", to better reflect the actual models they implement. > > This way we have a generic OpenPIC

[Qemu-devel] [PATCH 25/40] openpic: convert to qdev

2012-12-14 Thread Alexander Graf
This patch converts the OpenPIC device to qdev. Along the way it renames the "openpic" target to "raven" and the "mpic" target to "fsl_mpic_20", to better reflect the actual models they implement. This way we have a generic OpenPIC device now that can handle different flavors of the OpenPIC specif