On 8/20/20 2:11 AM, Eduardo Habkost wrote: > The PL110 enum value name will conflict with the PL110 type cast > checker, when we replace the existing macro with an inline > function. Add a VERSION_ prefix to all pl110_version enum > values, to avoid conflicts. > > Signed-off-by: Eduardo Habkost <ehabk...@redhat.com> > --- > Changes v1 -> v2: > * Fixed typo on commit message > * Rename all enum values to VERSION_* (Philippe Mathieu-Daudé) > > --- > Cc: Peter Maydell <peter.mayd...@linaro.org> > Cc: qemu-...@nongnu.org > Cc: qemu-devel@nongnu.org > --- > hw/display/pl110.c | 22 +++++++++++----------- > 1 file changed, 11 insertions(+), 11 deletions(-) >
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>