1. 25 3月, 2016 1 次提交
  2. 23 3月, 2016 1 次提交
  3. 22 3月, 2016 10 次提交
  4. 21 3月, 2016 13 次提交
  5. 18 3月, 2016 2 次提交
    • 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
  6. 17 3月, 2016 1 次提交
  7. 16 3月, 2016 3 次提交
  8. 15 3月, 2016 8 次提交
  9. 14 3月, 2016 1 次提交