On 14.12.2012, at 03:11, Scott Wood wrote: > There'll be more to come, but here's an initial set of cleanups > and fixes for openpic.
Thanks, applied all except for 4/6 to ppc-next. Alex > > This is based on the ppc-mpic-cleanup branch in > git://repo.or.cz/qemu/agraf.git > > Scott Wood (6): > openpic: symbolicize some magic numbers > openpic: remove pcsr (CPU sensitivity register) > openpic: support large vectors on FSL mpic > openpic: don't crash on a register access without a CPU context > openpic: BRR1 is not a CPU-specific register. > openpic: s/opp->nb_irqs -1/opp->nb_cpus - 1/ > > hw/openpic.c | 102 +++++++++++++++++++++++++++++++++------------------------- > 1 file changed, 59 insertions(+), 43 deletions(-) > > -- > 1.7.9.5 > >