1. 11 2月, 2013 10 次提交
  2. 09 2月, 2013 3 次提交
  3. 08 2月, 2013 24 次提交
  4. 07 2月, 2013 1 次提交
  5. 06 2月, 2013 2 次提交
    • E
      build: fix build of HAL node backend · 542fbfb0
      Eric Blake 提交于
      Commit 20253560 missed uses of PCI functions in the older HAL-related
      code, probably because hal-devel is no longer available in latest Fedora.
      
      * src/node_device/node_device_hal.c (gather_pci_cap): Reflect
      function rename.
      542fbfb0
    • E
      bitmap: add way to find next clear bit · 98fc0137
      Eric Blake 提交于
      We had an easy way to iterate set bits, but not for iterating
      cleared bits.
      
      * src/util/virbitmap.h (virBitmapNextClearBit): New prototype.
      * src/util/virbitmap.c (virBitmapNextClearBit): Implement it.
      * src/libvirt_private.syms (bitmap.h): Export it.
      * tests/virbitmaptest.c (test4): Test it.
      98fc0137