libs/devicemodel: Fix ABI breakage from xendevicemodel_set_irq_level()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 4 Feb 2021 15:50:16 +0000 (15:50 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 4 Feb 2021 21:26:41 +0000 (21:26 +0000)
commite8af54084586f4e165eee0b49175a63e3c541c64
tree15e643a8d5a717c0188b87cae6d3de0b662ee374
parent45dee7d92b493bb531e7e77a6f9c0180ab152f87
libs/devicemodel: Fix ABI breakage from xendevicemodel_set_irq_level()

It is not permitted to edit the VERS clause for a version in a release of Xen.

Revert xendevicemodel_set_irq_level()'s inclusion in .so.1.2 and bump the the
library minor version to .so.1.4 instead.

Fixes: 5d752df85f ("xen/dm: Introduce xendevicemodel_set_irq_level DM op")
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Ian Jackson <iwj@xenproject.org>
Release-Acked-by: Ian Jackson <iwj@xenproject.org>
tools/libs/devicemodel/Makefile
tools/libs/devicemodel/libxendevicemodel.map