1. 05 10月, 2009 14 次提交
  2. 02 10月, 2009 2 次提交
  3. 16 9月, 2009 1 次提交
  4. 04 9月, 2009 2 次提交
  5. 28 8月, 2009 5 次提交
  6. 11 8月, 2009 1 次提交
  7. 27 7月, 2009 1 次提交
  8. 21 7月, 2009 1 次提交
  9. 17 7月, 2009 3 次提交
  10. 16 7月, 2009 1 次提交
  11. 12 7月, 2009 1 次提交
  12. 11 7月, 2009 1 次提交
  13. 09 7月, 2009 3 次提交
    • G
      qdev/pci: misc fixes. · 16eaedf2
      Gerd Hoffmann 提交于
      * fix secondary bus setup.
       * use base->name instead of "FIXME" for device name.
         Yes, the device name is redundant.  Only for drivers converted
         to qdev already though.  Once all drivers are converted we can
         and should kill it.
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      16eaedf2
    • G
      qdev: replace bus_type enum with bus_info struct. · 10c4c98a
      Gerd Hoffmann 提交于
      BusInfo is filled with name and size (pretty much like I did for
      DeviceInfo as well).  There is also a function pointer to print
      bus-specific device information to the monitor.  sysbus is hooked
      up there, I've also added a print function for PCI.
      
      Device creation is slightly modified as well:  The device type search
      loop now also checks the bus type while scanning the list instead of
      complaining thereafter in case of a mismatch.  This effectively gives
      each bus a private namespace for device names.
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      Signed-off-by: NPaul Brook <paul@codesourcery.com>
      10c4c98a
    • G
      qdev: update pci device registration. · 0aab0d3a
      Gerd Hoffmann 提交于
      Makes pci_qdev_register take a PCIDeviceInfo struct instead of a bunch
      of parameters.  Also adds config_read and config_write callbacks to
      PCIDeviceInfo, so drivers needing these can be converted to the qdev
      device API too.
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      0aab0d3a
  14. 30 6月, 2009 2 次提交
  15. 24 6月, 2009 2 次提交