On Fri, Oct 18, 2019 at 04:40:22PM -0500, Jonathon Jongsma wrote:
Since the users of the resolution expect the x and y values to be
non-zero, enforce it in the parser and report an error if either is
zero.
Signed-off-by: Jonathon Jongsma <jjongsma(a)redhat.com>
---
src/conf/domain_conf.c | 6 ++++++
1 file changed, 6 insertions(+)
This only works when somebody explicitly specifies x='0', but does not
catch the case where x is omitted from the XML completely
Jano