1. 07 1月, 2020 1 次提交
  2. 03 1月, 2020 1 次提交
  3. 17 12月, 2019 2 次提交
  4. 15 11月, 2019 1 次提交
  5. 13 11月, 2019 1 次提交
  6. 12 11月, 2019 1 次提交
  7. 11 11月, 2019 1 次提交
    • P
      util: pci: Remove always-false condition · e39d3424
      Peter Krempa 提交于
      Commit d19c2142 modified the condition so that it checks whether the
      value is more than 0xFFFFFFFF. Since addr->domain is an unsigned int, it
      will never be more than that.
      
      Remove the whole check
      
      src/util/virpci.c:1291:22: error: result of comparison 'unsigned int' > 4294967295 is always false [-Werror,-Wtautological-type-limit-compare]
          if (addr->domain > 0xFFFFFFFF) {
              ~~~~~~~~~~~~ ^ ~~~~~~~~~~
      Signed-off-by: NPeter Krempa <pkrempa@redhat.com>
      e39d3424
  8. 21 10月, 2019 2 次提交
  9. 16 10月, 2019 4 次提交
  10. 15 10月, 2019 1 次提交
  11. 14 10月, 2019 1 次提交
  12. 23 8月, 2019 4 次提交
  13. 16 8月, 2019 1 次提交
  14. 14 8月, 2019 5 次提交
  15. 06 8月, 2019 7 次提交
  16. 19 7月, 2019 2 次提交
  17. 25 6月, 2019 1 次提交
  18. 12 4月, 2019 1 次提交
  19. 10 4月, 2019 1 次提交
  20. 04 2月, 2019 2 次提交