1. 24 6月, 2016 10 次提交
  2. 22 6月, 2016 1 次提交
  3. 20 6月, 2016 7 次提交
  4. 17 6月, 2016 2 次提交
  5. 16 6月, 2016 2 次提交
    • J
      util: Fix broken syntax-check · 55be2920
      John Ferlan 提交于
      Commit id '743db933' broke at least one syntax check rule regard open/close
      braces and perhaps more with spacing.  Just remove the braces
      55be2920
    • Y
      add default mapping of credentials to machine · 743db933
      yuelongguang 提交于
      In the auth config file, it is currently required to have
      an entry for each hostname to connect to, eg
      
        [auth-libvirt-prod1.example.com]
        credentials=prod
      
      This is inconvenient when there are large numbers of machines
      all with the same credentials. Add support for a default
      entry:
      
        [auth-default]
        credentials=prod
      743db933
  6. 15 6月, 2016 1 次提交
    • M
      virHostCPUGetInfo: Fix build on non-Unix like systems · 8ce58b00
      Michal Privoznik 提交于
      This function is plenty of ifdefs providing implementations for
      Linux, *BSD and OS-X. However, if we are being build for any
      other architecture, all that's left behind by preprocessor is
      just a error reporting call and return of -1. In that case,
      passed arguments are unused:
      
      ../../src/util/virhostcpu.c: In function 'virHostCPUGetInfo':
      ../../src/util/virhostcpu.c:966:33: error: unused parameter 'cpus' [-Werror=unused-parameter]
                         unsigned int *cpus,
                                       ^~~~
      Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
      8ce58b00
  7. 14 6月, 2016 1 次提交
    • J
      driver config: Introduce virFirmware object · fda5a98e
      Jim Fehlig 提交于
      The virQEMUDriverConfig object contains lists of
      loader:nvram pairs to advertise firmwares supported by
      by the driver, and qemu_conf.c contains code to populate
      the lists, all of which is useful for other drivers too.
      
      To avoid code duplication, introduce a virFirmware object
      to encapsulate firmware details and switch the qemu driver
      to use it.
      Signed-off-by: NJim Fehlig <jfehlig@suse.com>
      fda5a98e
  8. 12 6月, 2016 1 次提交
    • R
      hostcpu: fix build on FreeBSD · 2af05415
      Roman Bogorodskiy 提交于
       * Fix misspelt function name:
          s/virHostCPUGetStatsFreebsd/virHostCPUGetStatsFreeBSD/
       * Mark the first argument to virHostCPUGetInfo with ATTRIBUTE_UNUSED
         as it's not actually used on non-Linux
      2af05415
  9. 10 6月, 2016 6 次提交
  10. 09 6月, 2016 1 次提交
  11. 08 6月, 2016 4 次提交
  12. 07 6月, 2016 4 次提交