1. 28 11月, 2011 6 次提交
  2. 21 10月, 2011 1 次提交
  3. 23 9月, 2011 1 次提交
    • P
      omap_intc: Qdevify · 0919ac78
      Peter Maydell 提交于
      Convert the omap_intc devices to qdev. This includes adding
      a 'revision' property which will be needed for omap3.
      
      The bulk of this patch is the replacement of "s->irq[x][y]"
      with  "qdev_get_gpio_in(s->ih[x], y)" now that the interrupt
      controller exposes its input lines as qdev gpio inputs.
      
      The devices are named "omap-intc" and "omap2-intc", following
      the filename and the OMAP2/3 hardware names, although some
      internal functions are still named "omap_inth_*".
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      0919ac78
  4. 21 9月, 2011 1 次提交
  5. 29 8月, 2011 2 次提交
  6. 22 8月, 2011 2 次提交
  7. 21 8月, 2011 1 次提交
  8. 30 7月, 2011 1 次提交
  9. 11 12月, 2010 1 次提交
    • A
      Add endianness as io mem parameter · 2507c12a
      Alexander Graf 提交于
      As stated before, devices can be little, big or native endian. The
      target endianness is not of their concern, so we need to push things
      down a level.
      
      This patch adds a parameter to cpu_register_io_memory that allows a
      device to choose its endianness. For now, all devices simply choose
      native endian, because that's the same behavior as before.
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      2507c12a
  10. 10 9月, 2010 1 次提交
    • S
      hw/omap: Fix default setup for OMAP UART devices · 6a8aabd3
      Stefan Weil 提交于
      Character devices created by qemu_chr_open don't
      allow duplicate device names, so naming all
      UART devices "null" no longer works.
      
      Running "qemu-system-arm -M n800" (and some other machines)
      results in this error message:
      
      	qemu-system-arm: Duplicate ID 'null' for chardev
      	Can't create serial device, empty char device
      
      This is fixed by setting a default label "uart1",
      "uart2" or "uart3".
      
      Cc: Andrzej Zaborowski <andrew.zaborowski@intel.com>
      Signed-off-by: NStefan Weil <weil@mail.berlios.de>
      6a8aabd3
  11. 06 7月, 2010 1 次提交
  12. 01 7月, 2010 9 次提交
  13. 28 6月, 2010 1 次提交
  14. 04 6月, 2010 1 次提交
  15. 26 4月, 2010 1 次提交
  16. 02 10月, 2009 2 次提交
  17. 22 9月, 2009 2 次提交
  18. 11 9月, 2009 1 次提交
  19. 26 8月, 2009 1 次提交
  20. 28 7月, 2009 1 次提交
    • G
      kill drives_table · 751c6a17
      Gerd Hoffmann 提交于
      First step cleaning up the drives handling.  This one does nothing but
      removing drives_table[], still it became seriously big.
      
      drive_get_index() is gone and is replaced by drives_get() which hands
      out DriveInfo pointers instead of a table index.  This needs adaption in
      *tons* of places all over.
      
      The drives are now maintained as linked list.
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      751c6a17
  21. 17 7月, 2009 1 次提交
  22. 30 6月, 2009 1 次提交
  23. 17 6月, 2009 1 次提交