1. 12 8月, 2013 1 次提交
  2. 29 7月, 2013 1 次提交
    • S
      w32, w64: Add build rule for installer · f53ec699
      Stefan Weil 提交于
      The new rules in Makefile allow building installers for QEMU on Windows
      using NSIS, a package which is also available for Linux distributions
      (so cross builds are possible).
      
      The rules for NSIS are in qemu.nsi which also uses two new images.
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      f53ec699
  3. 22 6月, 2013 1 次提交
  4. 12 6月, 2013 1 次提交
  5. 11 6月, 2013 1 次提交
  6. 06 6月, 2013 3 次提交
  7. 31 5月, 2013 1 次提交
  8. 23 5月, 2013 1 次提交
  9. 04 5月, 2013 1 次提交
    • P
      win32: fix compilation again · fba90ac1
      Paolo Bonzini 提交于
      While commit c02817e5 fixed compilation
      without an installed libtool, moving the dependencies to rules.mak does
      not work because the version-*-y variables are not defined yet.  Building
      in a clean tree thus fails.
      
      Revert the commit and remove the dummy /bin/false assignment to LIBTOOL.
      This makes the build work, at the price of slightly worse errors when
      there are Makefile bugs.
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      Message-id: 1367425815-15083-1-git-send-email-pbonzini@redhat.com
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      fba90ac1
  10. 27 4月, 2013 3 次提交
  11. 26 4月, 2013 2 次提交
  12. 25 4月, 2013 1 次提交
  13. 24 4月, 2013 1 次提交
  14. 18 4月, 2013 1 次提交
  15. 15 4月, 2013 1 次提交
  16. 09 4月, 2013 1 次提交
  17. 28 3月, 2013 1 次提交
  18. 16 3月, 2013 1 次提交
    • D
      Fix TAGS creation · b1999e87
      David Gibson 提交于
      Currently the Makefile creates TAGS for emacs with the command:
          find "$(SRC_PATH)" -name '*.[hc]' -print0 | xargs -0 etags
      That works only if xargs ends up invoking etags just once.  If xargs runs
      etags several times, as it will if there are enough files, then the later
      invocations will overwrite the output from the earlier invocations.  This
      patch uses the etags --append option to fix the bug.
      Signed-off-by: NDavid Gibson <david@gibson.dropbear.id.au>
      Message-id: 1363057048-21534-1-git-send-email-david@gibson.dropbear.id.au
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      b1999e87
  19. 09 3月, 2013 2 次提交
  20. 22 2月, 2013 1 次提交
    • A
      gtk: add translation support (v5) · 834574ea
      Anthony Liguori 提交于
      This includes a de_DE translation from Kevin Wolf and an it translation from
      Paolo Bonzini.
      
      Cc: Paolo Bonzini <pbonzini@redhat.com>
      Cc: Kevin Wolf <kwolf@redhat.com>
      Cc: Stefan Hajnoczi <stefanha@redhat.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      Message-id: 1361367806-4599-8-git-send-email-aliguori@us.ibm.com
      834574ea
  21. 26 1月, 2013 3 次提交
  22. 17 1月, 2013 2 次提交
  23. 14 1月, 2013 1 次提交
  24. 13 1月, 2013 8 次提交