[Qemu-devel] [PATCH 14/19] openpic: convert to qdev

2012-12-12 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

Re: [Qemu-devel] [PATCH 14/19] openpic: convert to qdev

2012-12-12 Thread Alexander Graf
On 12.12.2012, at 02:38, Scott Wood wrote: > On 12/11/2012 06:56:56 PM, Alexander Graf wrote: >> On 11.12.2012, at 18:47, Scott Wood wrote: >> > On 12/11/2012 02:25:31 AM, Alexander Graf wrote: >> >> If we want a pv style generic mpic (for -M e500), let's add such an mpic >> >> to the model list

Re: [Qemu-devel] [PATCH 14/19] openpic: convert to qdev

2012-12-11 Thread Scott Wood
On 12/11/2012 06:56:56 PM, Alexander Graf wrote: On 11.12.2012, at 18:47, Scott Wood wrote: > On 12/11/2012 02:25:31 AM, Alexander Graf wrote: >> If we want a pv style generic mpic (for -M e500), let's add such an mpic to the model list and make that one be really generic. But the MPIC in -

Re: [Qemu-devel] [PATCH 14/19] openpic: convert to qdev

2012-12-11 Thread Alexander Graf
On 11.12.2012, at 18:47, Scott Wood wrote: > On 12/11/2012 02:25:31 AM, Alexander Graf wrote: >> On 11.12.2012, at 00:47, Scott Wood wrote: >> > On 12/08/2012 07:44:37 AM, Alexander Graf wrote: >> >> This patch converts the OpenPIC device to qdev. Along the way it >> >> renames the "openpic" tar

Re: [Qemu-devel] [PATCH 14/19] openpic: convert to qdev

2012-12-11 Thread Scott Wood
On 12/11/2012 02:25:31 AM, Alexander Graf wrote: On 11.12.2012, at 00:47, Scott Wood wrote: > On 12/08/2012 07:44:37 AM, 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 >> "mpc8544",

Re: [Qemu-devel] [PATCH 14/19] openpic: convert to qdev

2012-12-11 Thread Alexander Graf
On 11.12.2012, at 00:47, Scott Wood wrote: > On 12/08/2012 07:44:37 AM, 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 >> "mpc8544", to better reflect the actual models they implement.

Re: [Qemu-devel] [PATCH 14/19] openpic: convert to qdev

2012-12-10 Thread Scott Wood
On 12/08/2012 07:44:37 AM, 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 "mpc8544", to better reflect the actual models they implement. This way we have a generic OpenPIC device now that can

[Qemu-devel] [PATCH 14/19] openpic: convert to qdev

2012-12-08 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 "mpc8544", 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 specificat