1. 03 3月, 2009 25 次提交
  2. 02 3月, 2009 4 次提交
  3. 28 2月, 2009 1 次提交
  4. 27 2月, 2009 3 次提交
  5. 26 2月, 2009 4 次提交
  6. 24 2月, 2009 3 次提交
    • M
      Add nodedevxml2xml test · da61daa2
      Mark McLoughlin 提交于
      Add a test to check node device XML parsing by first parsing
      the XML, then re-formatting as XML and finally comparing the
      resulting XML to the original XML.
      da61daa2
    • M
      Add virNodeDeviceDefParseString() · c4c5e9db
      Mark McLoughlin 提交于
      Add support for parsing node device XML descriptions.
      
      This will be used by PCI passthrough related functions to
      obtain the PCI device address for a given node device.
      c4c5e9db
    • M
      Add virXPathULongLong() · ee197521
      Mark McLoughlin 提交于
      Add a variant of virXPathULong() which can handle long longs.
      
      Needed for parsing storage device capacities.
      ee197521