1. 30 3月, 2010 9 次提交
  2. 28 3月, 2010 1 次提交
  3. 27 3月, 2010 2 次提交
  4. 23 3月, 2010 2 次提交
  5. 22 3月, 2010 18 次提交
  6. 21 3月, 2010 1 次提交
  7. 18 3月, 2010 1 次提交
  8. 16 3月, 2010 2 次提交
  9. 13 3月, 2010 1 次提交
  10. 01 3月, 2010 1 次提交
  11. 20 2月, 2010 1 次提交
  12. 14 2月, 2010 1 次提交
    • M
      rwhandler: simplified way to register for mem/io · 049f7adb
      Michael S. Tsirkin 提交于
      Some users prefer a single callback with length passed as parameter to
      using b/w/l callbacks. It would maybe be cleaner to just pass length to
      existing callbacks but that's a lot of churn.  So for now add a wrapper.
      For convenience use pcibus_t for address so a single callback can be
      used for pci io and pci memory.
      
      I did have to resort to preprocessor to reduce code duplication.  It is
      however slightly more straightforward, and better contained than what we
      had with pci_host_template.h. Again, it would go away if we just passed
      len to existing callbacks.
      Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
      049f7adb