1. 09 4月, 2013 2 次提交
  2. 06 4月, 2013 1 次提交
  3. 27 3月, 2013 14 次提交
  4. 25 3月, 2013 1 次提交
  5. 22 3月, 2013 1 次提交
  6. 08 3月, 2013 1 次提交
  7. 01 3月, 2013 1 次提交
  8. 11 2月, 2013 1 次提交
  9. 02 2月, 2013 1 次提交
  10. 26 1月, 2013 1 次提交
  11. 15 1月, 2013 1 次提交
  12. 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
  13. 09 1月, 2013 2 次提交
  14. 08 1月, 2013 1 次提交
  15. 26 12月, 2012 3 次提交
  16. 19 12月, 2012 8 次提交