]> www.infradead.org Git - users/dwmw2/qemu.git/commit
pl110: Rename pl110_version enum values
authorEduardo Habkost <ehabkost@redhat.com>
Tue, 25 Aug 2020 19:20:00 +0000 (15:20 -0400)
committerEduardo Habkost <ehabkost@redhat.com>
Thu, 27 Aug 2020 18:04:54 +0000 (14:04 -0400)
commitc7bf34922d664fed6534492724160de71977f908
tree7b1d665c0fc13964599595b8d3e5a62fe8f52621
parentbd7dff94607c77bbcb54295bcd075a79513e2c52
pl110: Rename pl110_version enum values

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.

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Tested-By: Roman Bolshakov <r.bolshakov@yadro.com>
Message-Id: <20200825192110.3528606-5-ehabkost@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
hw/display/pl110.c