Re: [Qemu-devel] [PATCH] pl110: Clarify comment about PL110 ID on VersatilePB

2013-09-05 Thread Peter Maydell
On 5 September 2013 19:55, Andreas Färber wrote: > Am 05.09.2013 18:43, schrieb Peter Maydell: >> /* Indexed by pl110_version */ >> static const unsigned char *idregs[] = { >> pl110_id, >> -pl110_versatile_id, >> +/* The ARM documentation (DDI0224C) says the CLCDC on the Versatile

Re: [Qemu-devel] [PATCH] pl110: Clarify comment about PL110 ID on VersatilePB

2013-09-05 Thread Andreas Färber
Am 05.09.2013 18:43, schrieb Peter Maydell: > Clarify a comment about the ID register value presented by > the PL110 variant present on the VersatilePB board (based > on testing what the actual hardware does), to indicate that > this is not an error in our emulation, and to remove an #if-0. > > Si