1. 31 7月, 2008 1 次提交
    • C
      From Charles Duffy: · 6f17fb28
      Chris Lalancette 提交于
      Per subject; if autoport is in use for a host, the current
      virDomainGraphicsDefFormat code always emits "port=-1", even if a port
      is assigned to the host; this leaves no way for a client to find the VNC
      port assigned to the host in question.
      
      This patches fixes it by putting the vncport in place if there is one, and
      only putting "-1" if we fail that test.
      6f17fb28
  2. 28 7月, 2008 1 次提交
    • D
      OpenVZ xml refactoring · 996933bb
      Daniel Veillard 提交于
      * src/domain_conf.[ch] src/openvz_conf.[ch] src/openvz_driver.c:
        patch from Evgeniy Sokolov doing the OpenVZ xml refactoring,
        still needs to be ported to the new XML parsing code but
        implements the new format.
      Daniel
      996933bb
  3. 26 7月, 2008 1 次提交
  4. 25 7月, 2008 3 次提交
  5. 19 7月, 2008 1 次提交
    • J
      remove unnecessary "V = NULL;" stmts after VIR_FREE(V) · 3ff5480d
      Jim Meyering 提交于
      * src/domain_conf.c (virDomainChrDefParseXML)
      (virDomainNetDefParseXML): Likewise.
      * src/iptables.c (iptRuleFree): Likewise.
      * src/storage_backend.c (virStorageBackendRunProgRegex): Likewise.
      * src/test.c (testOpenFromFile): Likewise.
      * src/xmlrpc.c (xmlRpcCallRaw): Likewise.
      3ff5480d
  6. 18 7月, 2008 1 次提交
  7. 12 7月, 2008 3 次提交