[virt-tools-list] [PATCH virt-manager 00/14] Various changes

Marc Hartmayer mhartmay at linux.ibm.com
Tue Dec 18 13:44:49 UTC 2018


Marc Hartmayer (14):
  xmlapi: refactor node_is_text function
  test_urls: simplify the sorting
  cli: register a parser class only once
  cli: add register classmethod to each parser
  cli: rename ParseMemdev to ParserMemdev
  cli: use Python3 conventions: super()
  cli: don't use monkey patching
  cli: refactor noset_cb
  netlist: use NamedTuple for storing a network device
  domain: os: use decorator syntax for declaring properties
  domain: convert _change_boot_order to a instance method
  domain: remove indirection
  domain: use else/elif since the conditions are mutually exclusive
  domain: add docstring for _convert_old_boot_order

 tests/test_urls.py     |    5 +-
 virtManager/domain.py  |   70 +--
 virtManager/netlist.py |   16 +-
 virtinst/cli.py        | 1074 ++++++++++++++++++++++------------------
 virtinst/domain/os.py  |   11 +-
 virtinst/xmlapi.py     |   11 +-
 6 files changed, 666 insertions(+), 521 deletions(-)

-- 
2.17.0




More information about the virt-tools-list mailing list