1. 10 2月, 2010 4 次提交
    • D
      Fix security driver configuration · d47ef780
      Daniel P. Berrange 提交于
      The security driver was mistakenly initialized before the QEMU
      config file was loaded. This prevents it being turned off again.
      The capabilities XML was also getting the wrong security driver
      name, due to the stacked driver arrangement.
      
      * src/qemu/qemu_driver.c: Fix initialization order and capabilities
        model name
      d47ef780
    • J
      virAsprintf: remove its warn_unused_result attribute · 658952a3
      Jim Meyering 提交于
      * src/util/util.h (virAsprintf): Remove ATTRIBUTE_RETURN_CHECK, since
      it is perfectly fine to ignore the return value, now that the pointer
      is guaranteed to be set to NULL upon failure.
      * src/util/storage_file.c (absolutePathFromBaseFile): Remove now-
      unnecessary use of ignore_value.
      658952a3
    • J
      absolutePathFromBaseFile: avoid an unnecessary use of assert · e3042683
      Jim Meyering 提交于
      * src/util/storage_file.c (absolutePathFromBaseFile): While this use
      of virAsprintf is slightly cleaner than using stpncpy(stpcpy(...,
      it does impose an artificial limitation on the length of the base_file
      name.  Rather than asserting that it does not exceed INT_MAX, return
      NULL when it does.
      e3042683
    • D
      Escape strings serialized in XML · 69cf62ad
      Daniel Veillard 提交于
      * src/conf/node_device_conf.c: string saved into XML should be escaped
        with the use of virBufferEscapeString()
      69cf62ad
  2. 09 2月, 2010 20 次提交
  3. 06 2月, 2010 1 次提交
  4. 05 2月, 2010 15 次提交