1. 26 5月, 2016 1 次提交
    • L
      conf/qemu: make IS_USB2_CONTROLLER globally available · 1140b31f
      Laine Stump 提交于
      IS_USB2_CONTROLLER() is useful in more places aside from just when
      assigning PCI addresses in QEMU, and is checking for enum values that
      are all defined in conf/domain_conf.h anyway, so define it there
      instead.
      1140b31f
  2. 25 5月, 2016 38 次提交
  3. 24 5月, 2016 1 次提交
    • K
      lxc: completely rework reference counting · 306b3a85
      Katerina Koukiou 提交于
      This patch follows the pattern used in qemu driver regarding
      reference counting.
      It changes lxcDomObjFromDomain() to ref the domain (using
      virDomainObjListFindByUUIDRef()) and adds virDomainObjEndAPI() which
      should be the only function in which the return value of
      virObjectUnref() is checked.  This makes all reference counting
      deterministic and makes the code a bit clearer.
      Signed-off-by: NKaterina Koukiou <k.koukiou@gmail.com>
      306b3a85