1. 30 7月, 2013 1 次提交
  2. 18 6月, 2013 1 次提交
  3. 15 5月, 2013 1 次提交
  4. 04 5月, 2013 3 次提交
  5. 27 4月, 2013 1 次提交
  6. 26 4月, 2013 1 次提交
  7. 25 4月, 2013 4 次提交
  8. 19 4月, 2013 2 次提交
  9. 17 4月, 2013 2 次提交
  10. 15 4月, 2013 2 次提交
  11. 09 4月, 2013 1 次提交
    • P
      hw: move headers to include/ · 0d09e41a
      Paolo Bonzini 提交于
      Many of these should be cleaned up with proper qdev-/QOM-ification.
      Right now there are many catch-all headers in include/hw/ARCH depending
      on cpu.h, and this makes it necessary to compile these files per-target.
      However, fixing this does not belong in these patches.
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      0d09e41a
  12. 26 3月, 2013 2 次提交
  13. 20 3月, 2013 2 次提交
  14. 19 3月, 2013 2 次提交
  15. 09 3月, 2013 1 次提交
  16. 08 2月, 2013 1 次提交
  17. 01 2月, 2013 1 次提交
  18. 30 1月, 2013 2 次提交
  19. 22 1月, 2013 2 次提交
  20. 11 1月, 2013 1 次提交
    • A
      Make all static TypeInfos const · 8c43a6f0
      Andreas Färber 提交于
      Since 39bffca2 (qdev: register all
      types natively through QEMU Object Model), TypeInfo as used in
      the common, non-iterative pattern is no longer amended with information
      and should therefore be const.
      
      Fix the documented QOM examples:
      
       sed -i 's/static TypeInfo/static const TypeInfo/g' include/qom/object.h
      
      Since frequently the wrong examples are being copied by contributors of
      new devices, fix all types in the tree:
      
       sed -i 's/^static TypeInfo/static const TypeInfo/g' */*.c
       sed -i 's/^static TypeInfo/static const TypeInfo/g' */*/*.c
      
      This also avoids to piggy-back these changes onto real functional
      changes or other refactorings.
      Signed-off-by: NAndreas Färber <afaerber@suse.de>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      8c43a6f0
  21. 20 12月, 2012 1 次提交
  22. 19 12月, 2012 5 次提交
  23. 16 11月, 2012 1 次提交