1. 13 4月, 2012 4 次提交
  2. 17 3月, 2012 1 次提交
  3. 02 3月, 2012 1 次提交
    • P
      hw/arm11mpcore: Fix broken realview_mpcore/arm11mpcore_priv properties · 0f58a188
      Peter Maydell 提交于
      Fix confusion in the Property arrays for the "arm11mpcore_priv"
      (per-CPU devices for the ARM11MPcore CPU) and "realview_mpcore"
      (realview-eb board specific device encapsulating CPU and some
      extra interrupt controllers) -- the num-irq property was defined
      on the wrong device and the mpcore_rirq_properties were defined
      as offsets in the wrong structure. The effect was that the
      realview-eb-mpcore machine would abort on startup trying to
      allocate an insane amount of memory. (This bug was introduced in
      the QOM conversion in commit 999e12bb.)
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      0f58a188
  4. 15 2月, 2012 1 次提交
  5. 04 2月, 2012 1 次提交
    • A
      qdev: register all types natively through QEMU Object Model · 39bffca2
      Anthony Liguori 提交于
      This was done in a mostly automated fashion.  I did it in three steps and then
      rebased it into a single step which avoids repeatedly touching every file in
      the tree.
      
      The first step was a sed-based addition of the parent type to the subclass
      registration functions.
      
      The second step was another sed-based removal of subclass registration functions
      while also adding virtual functions from the base class into a class_init
      function as appropriate.
      
      Finally, a python script was used to convert the DeviceInfo structures and
      qdev_register_subclass functions to TypeInfo structures, class_init functions,
      and type_register_static calls.
      
      We are almost fully converted to QOM after this commit.
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      39bffca2
  6. 28 1月, 2012 1 次提交
  7. 17 1月, 2012 1 次提交
  8. 12 12月, 2011 1 次提交
  9. 28 11月, 2011 1 次提交
  10. 10 10月, 2011 1 次提交
  11. 22 8月, 2011 1 次提交
  12. 24 7月, 2011 1 次提交
  13. 20 11月, 2009 1 次提交