[libvirt] [PATCH v3 0/4] Fix up some issues from x and y resolution patches

Jonathon Jongsma jjongsma at redhat.com
Thu Nov 14 21:59:13 UTC 2019


This is the third version of this patch series after a review from Cole. The
main changes to this version of the patch series are:
 - several patches have been pushed upstream (and therefore dropped from this
   series
 - The iteration over child nodes was moved up to the caller due to a
   suggestion from Cole (much better, thanks)
 - Because the parse functions are now only called when the appropriate XML
   element is present, the parse functions no longer need to return
   "successful" NULL for the case where the element is not specified in the
   XML. Therefore we do not need to change the function signatures and we can
   simply treat a NULL return value as an error.
 - the resolution validation is moved to virDomainVideoDefValidate().

Jonathon Jongsma (4):
  conf: iterate video model children in parent function
  conf: report errors when parsing video resolution
  conf: report errors when parsing video acceleration
  conf: validate video resolution

 src/conf/domain_conf.c | 75 ++++++++++++++++++++++--------------------
 1 file changed, 40 insertions(+), 35 deletions(-)

-- 
2.21.0




More information about the libvir-list mailing list