1. 17 1月, 2020 1 次提交
  2. 16 1月, 2020 3 次提交
  3. 13 1月, 2020 1 次提交
  4. 10 1月, 2020 2 次提交
  5. 08 1月, 2020 1 次提交
  6. 07 1月, 2020 8 次提交
  7. 06 1月, 2020 2 次提交
  8. 03 1月, 2020 15 次提交
  9. 21 12月, 2019 1 次提交
    • F
      util: Get rid of "no_memory" labels · cee3a900
      Fabiano Fidêncio 提交于
      As pointed out by Ján Tomko, "no_memory seems suspicious in the times of
      abort()".
      
      As libvirt decided to take the path to not report OOM and simply abort
      when it happens, let's get rid of the no_memory labels and simplify the
      code around them.
      
      Mind that virfirewall.c was not touched and still contains no_memory
      labels. The reason those are left behind, at least for now, is because
      the conversion seems to be slightly more complicated than the rest, as
      some other places are relying on firewall->err being set to ENOMEM.
      Reviewed-by: NCole Robinson <crobinso@redhat.com>
      Signed-off-by: NFabiano Fidêncio <fidencio@redhat.com>
      cee3a900
  10. 20 12月, 2019 5 次提交
  11. 19 12月, 2019 1 次提交