1. 24 2月, 2012 2 次提交
  2. 22 2月, 2012 1 次提交
  3. 18 2月, 2012 1 次提交
  4. 10 2月, 2012 1 次提交
  5. 02 2月, 2012 2 次提交
  6. 28 1月, 2012 1 次提交
    • A
      qom: add the base Object class (v2) · 2f28d2ff
      Anthony Liguori 提交于
      This class provides the main building block for QEMU Object Model and is
      extensively documented in the header file.  It is largely inspired by GObject.
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      ---
      v1 -> v2
       - remove printf() in type registration
       - fix typo in comment (Paolo)
       - make Interface private
       - move object into a new directory and move header into include/qemu/
       - don't make object.h depend on qemu-common.h
       - remove Type and replace it with TypeImpl * (Paolo)
       - use hash table to store types (Paolo)
       - aggressively cache parent type (Paolo)
       - make a type_register and use it with interfaces (Paolo)
       - fix interface cast comment (Paolo)
       - add a few more functions required in later series
      2f28d2ff
  7. 19 1月, 2012 2 次提交
  8. 13 1月, 2012 4 次提交
  9. 04 1月, 2012 3 次提交
  10. 27 12月, 2011 1 次提交
    • A
      Fix qapi code generation wrt parallel build · 8d3bc517
      Avi Kivity 提交于
      Make's multiple output syntax
      
        x.c x.h: x.template
             gen < x.template
      
      actually invokes the command once for x.c and once for x.h (with differing $@
      in each invocation).  During a parallel build, the two commands may be invoked
      in parallel; this opens up a race, where the second invocation trashes a file
      supposedly produced during the first, and now in use by a dependent command.
      
      The various qapi code generators are susceptible to this; fix by making them
      generate just one file per invocation.
      Signed-off-by: NAvi Kivity <avi@redhat.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      8d3bc517
  11. 22 12月, 2011 1 次提交
  12. 06 12月, 2011 3 次提交
  13. 30 11月, 2011 1 次提交
  14. 29 11月, 2011 1 次提交
  15. 23 11月, 2011 1 次提交
  16. 18 11月, 2011 4 次提交
  17. 08 11月, 2011 1 次提交
  18. 02 11月, 2011 2 次提交
  19. 26 10月, 2011 1 次提交
  20. 08 10月, 2011 1 次提交
  21. 05 10月, 2011 1 次提交
  22. 04 10月, 2011 1 次提交
  23. 24 9月, 2011 1 次提交
    • P
      Makefile: Remove 'tarbin' target · 63467ddb
      Peter Maydell 提交于
      Remove the 'tarbin' target -- it isn't used as part of the official
      QEMU release process, and it's out of date (various new bios files
      were never added to its list of files). It's better not to provide
      it at all than to have a broken makefile target we never use or test.
      
      (Creating a tarball by just pulling in binaries that have been installed
      directly to the system you're running the build on is a bad idea anyway:
      the better way to create a binary tarball would be just to install to
      a temporary DESTDIR and then tar up that.)
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      63467ddb
  24. 17 9月, 2011 1 次提交
  25. 16 9月, 2011 1 次提交
  26. 10 9月, 2011 1 次提交