1. 15 6月, 2011 1 次提交
  2. 12 6月, 2011 1 次提交
  3. 08 5月, 2011 1 次提交
  4. 06 5月, 2011 1 次提交
  5. 05 5月, 2011 1 次提交
  6. 07 4月, 2011 1 次提交
  7. 01 4月, 2011 1 次提交
  8. 29 3月, 2011 3 次提交
  9. 21 2月, 2011 1 次提交
  10. 12 2月, 2011 1 次提交
  11. 27 1月, 2011 2 次提交
  12. 24 1月, 2011 1 次提交
  13. 20 1月, 2011 3 次提交
  14. 10 1月, 2011 1 次提交
  15. 27 12月, 2010 1 次提交
    • M
      pci: fix migration path for devices behind bridges · a6a7005d
      Michael S. Tsirkin 提交于
      The device path used for migration is currently broken for
      for all devices behind a nested bridge.
      
      Replace this by a hierarchical list of slot/function numbers, walking
      the path from root down to device. Add :00 after the domain number
      so that if there are no nested bridges, this is compatible
      with what we have now.
      
      Note: as pointed out by Gleb, using openfirmware paths
      might be cleaner, doing this would break compatibility though,
      and the IDs used are not guest or user visible at all,
      so breaking the compatibility is probably not worth it.
      Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
      a6a7005d
  16. 24 12月, 2010 1 次提交
  17. 22 12月, 2010 1 次提交
  18. 19 12月, 2010 1 次提交
  19. 12 12月, 2010 2 次提交
  20. 09 12月, 2010 2 次提交
  21. 24 11月, 2010 1 次提交
  22. 22 11月, 2010 4 次提交
  23. 16 11月, 2010 4 次提交
  24. 28 10月, 2010 1 次提交
    • M
      pci: improve w1c mask handling · f9aebe2e
      Michael S. Tsirkin 提交于
      - save/restore must not check w1c bits
        since they are in fact guest controlled
      - clear w1c bits on reset
      
      Note: for express there are different kinds of
      reset, some leave part of config space alone.
      We will likely need a sticky bit mask to implement this.
      Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
      f9aebe2e
  25. 19 10月, 2010 2 次提交
  26. 18 10月, 2010 1 次提交