1. 23 4月, 2010 1 次提交
  2. 19 4月, 2010 1 次提交
  3. 17 3月, 2010 1 次提交
  4. 09 3月, 2010 1 次提交
  5. 04 2月, 2010 1 次提交
  6. 12 1月, 2010 1 次提交
  7. 12 12月, 2009 1 次提交
  8. 03 12月, 2009 1 次提交
  9. 30 10月, 2009 1 次提交
    • G
      usb core: use qdev for -usbdevice · 0958b4cc
      Gerd Hoffmann 提交于
      This patchs adds infrastructure to handle -usbdevice via qdev callbacks.
      USBDeviceInfo gets a name field (for the -usbdevice driver name) and a
      callback for -usbdevice parameter parsing.
      
      The new usbdevice_create() function walks the qdev driver list and looks
      for a usb driver with a matching name.  When a parameter parsing
      callback is present it is called, otherwise the device is created via
      usb_create_simple().
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      0958b4cc
  10. 28 10月, 2009 5 次提交
  11. 22 10月, 2009 1 次提交
  12. 19 10月, 2009 1 次提交
  13. 07 10月, 2009 2 次提交
  14. 05 10月, 2009 7 次提交
  15. 25 9月, 2009 1 次提交
  16. 12 9月, 2009 1 次提交
    • B
      Fix sys-queue.h conflict for good · 72cf2d4f
      Blue Swirl 提交于
      Problem: Our file sys-queue.h is a copy of the BSD file, but there are
      some additions and it's not entirely compatible. Because of that, there have
      been conflicts with system headers on BSD systems. Some hacks have been
      introduced in the commits 15cc9235,
      f40d7537,
      96555a96 and
      3990d09a but the fixes were fragile.
      
      Solution: Avoid the conflict entirely by renaming the functions and the
      file. Revert the previous hacks.
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      72cf2d4f
  17. 10 9月, 2009 4 次提交
  18. 28 8月, 2009 2 次提交
  19. 11 8月, 2009 6 次提交
  20. 30 7月, 2009 1 次提交