1. 20 6月, 2012 1 次提交
  2. 11 6月, 2012 2 次提交
  3. 05 6月, 2012 1 次提交
  4. 16 3月, 2012 1 次提交
  5. 17 2月, 2012 1 次提交
  6. 28 11月, 2011 1 次提交
  7. 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
  8. 01 9月, 2011 1 次提交
  9. 29 8月, 2011 2 次提交
  10. 22 8月, 2011 1 次提交
  11. 21 8月, 2011 1 次提交
  12. 30 7月, 2011 4 次提交
  13. 05 7月, 2011 1 次提交
  14. 12 12月, 2010 1 次提交
  15. 01 6月, 2010 1 次提交
  16. 02 12月, 2009 1 次提交
  17. 02 10月, 2009 2 次提交
  18. 22 9月, 2009 1 次提交
  19. 20 9月, 2009 1 次提交
    • B
      Compile loader only once · ca20cf32
      Blue Swirl 提交于
      Callers must pass ELF machine, byte swapping and symbol LSB clearing
      information to ELF loader. A.out loader needs page size information, pass
      that too as a parameter.
      
      Extract prototypes to a separate file. Move loader.[ch] and elf_ops.h under hw.
      
      Adjust callers. Also use target_phys_addr_t instead of target_ulong for
      addresses: loader addresses aren't virtual.
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      ca20cf32
  20. 17 7月, 2009 1 次提交
  21. 30 6月, 2009 1 次提交
  22. 22 5月, 2009 1 次提交
    • J
      Introduce reset notifier order · 8217606e
      Jan Kiszka 提交于
      Add the parameter 'order' to qemu_register_reset and sort callbacks on
      registration. On system reset, callbacks with lower order will be
      invoked before those with higher order. Update all existing users to the
      standard order 0.
      
      Note: At least for x86, the existing users seem to assume that handlers
      are called in their registration order. Therefore, the patch preserves
      this property. If someone feels bored, (s)he could try to identify this
      dependency and express it properly on callback registration.
      Signed-off-by: NJan Kiszka <jan.kiszka@siemens.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      8217606e
  23. 21 5月, 2009 1 次提交
  24. 15 5月, 2009 3 次提交
  25. 14 5月, 2009 1 次提交
    • P
      Remove vga_ram_size · fbe1b595
      Paul Brook 提交于
      The vga_ram_size argument to machine init functions always has the same
      value, and is ignored by many machines (including SPARC32 which has an
      obsolete ifdef for VGA_RAM_SIZE).
      
      Remove it and push VGA_RAM_SIZE into vga_int.h.
      Signed-off-by: NPaul Brook <paul@codesourcery.com>
      fbe1b595
  26. 12 5月, 2009 1 次提交
  27. 10 5月, 2009 1 次提交
  28. 08 5月, 2009 1 次提交
  29. 12 4月, 2009 2 次提交
  30. 10 4月, 2009 2 次提交