1. 22 3月, 2016 1 次提交
  2. 21 3月, 2016 26 次提交
  3. 19 3月, 2016 8 次提交
  4. 18 3月, 2016 5 次提交
    • J
      conf: Format disk pool part_separator attribute for running pool · efb5e46b
      John Ferlan 提交于
      Commit id '4f846170' added printing of a new field 'part_separator';
      however, neglected to do so when there was an "freeExtent" defined
      for the device (as there would be when the disk pool was started).
      
      This patch adjusts the logic to appropriately format the device path and
      if there the part_separator attribute.
      efb5e46b
    • J
      qemu: Move last error save/restore to qemuBuildNetCommandLine · 1019bf14
      John Ferlan 提交于
      Commit 'ef2ab8fd' moved just the virDomainConfNWFilterTeardown and left
      the logic to save/restore the current error essentially doing nothing
      in the error path for qemuBuildCommandLine.  So move it to where it
      was meant to be.
      
      Although the original code would reset the filter on command creation
      errors after building the network command portion and commit 'ef2ab8fd'
      altered that logic, the teardown is called during qemuProcessStop from
      virDomainConfVMNWFilterTeardown and that code has the save/restore
      last error logic, so just allow that code to handle the teardown rather
      than running it twice. The qemuProcessStop would be called in the failure
      path of qemuBuildCommandLine.
      1019bf14
    • M
      Drop paths.h include · 865764de
      Michal Privoznik 提交于
      We include the file in plenty of places. This is mostly due to
      historical reasons. The only place that needs something from the
      header file is storage_backend_fs which opens _PATH_MOUNTED. But
      it gets the file included indirectly via mntent.h. At no other
      place in our code we need _PATH_.*. Drop the include and
      configure check then.
      Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
      865764de
    • J
      driver: log missing modules as INFO, not WARN · 9a0c7f5f
      Jovanka Gulicoska 提交于
      Missing modules is a common expected scenario for most libvirt usage on
      RPM distributions like Fedora, so it doesn't really warrant logging at
      WARN level. Use INFO instead
      
      https://bugzilla.redhat.com/show_bug.cgi?id=1274849
      9a0c7f5f
    • M
      admin: Add virAdmConnectLookupServer · b9a3ce95
      Martin Kletzander 提交于
      It does not have a suffix ByName because there are no other means of
      looking up the server and since the name is known, this should be the
      preferred one.
      Signed-off-by: NMartin Kletzander <mkletzan@redhat.com>
      b9a3ce95