1. 5495ed1 Add check support by Luiz Capitulino · 16 years ago
  2. 3737c05 Merge commit 'linux-user/linux-user-for-upstream' into staging by Anthony Liguori · 16 years ago
  3. 4617e59 Relax pthreads check to avoid win32 by Anthony Liguori · 16 years ago
  4. 59f2a78 ide: move code to hw/ide/ by Gerd Hoffmann · 16 years ago
  5. 5c6c3a6 raw-posix: add Linux native AIO support by Christoph Hellwig · 16 years ago
  6. dfffc65 Add sparse to new feature convention by Juan Quintela · 16 years ago
  7. b31a027 Add kvm to new feature convention by Juan Quintela · 16 years ago
  8. fc321b4 Add xen to new feature convention by Juan Quintela · 16 years ago
  9. 2df87df Add fdt to new feature convention by Juan Quintela · 16 years ago
  10. c419815 Add sdl to new feature convention by Juan Quintela · 16 years ago
  11. a25dba1 Rename build_docs to docs by Juan Quintela · 16 years ago
  12. 83a3ab8 Add build_docs to new feature convention by Juan Quintela · 16 years ago
  13. a20a6f4 Add bluez to new feature convencion by Juan Quintela · 16 years ago
  14. b0a47e7 Add nptl to new feature convencion by Juan Quintela · 16 years ago
  15. 788c819 Add curl to new feature convencion by Juan Quintela · 16 years ago
  16. c584a6d Add curses to new feature convencion by Juan Quintela · 16 years ago
  17. ea784e3 Add vnc_sasl to new feature convencion by Juan Quintela · 16 years ago
  18. 1be10ad Add vnc_tls to new feature convencion by Juan Quintela · 16 years ago
  19. dfb278b Add vde to new feature convencion by Juan Quintela · 16 years ago
  20. 4ffcedb Add brlapi to new feature convencion by Juan Quintela · 16 years ago
  21. 249247c Add error message for feature not found by Juan Quintela · 16 years ago
  22. e2d52ad Add feature configure help by Juan Quintela · 16 years ago
  23. 4f78ef9 Use the same structure for list of libs in curses and pthread by Juan Quintela · 16 years ago
  24. 576edbf Make vnc configure options less verbose. by Juan Quintela · 16 years ago
  25. c2882b9 linux-user: add eventfd support by Riku Voipio · 16 years ago
  26. 4dd75c7 make pthreads mandatory by Christoph Hellwig · 16 years ago
  27. 4a1418e Unbreak large mem support by removing kqemu by Anthony Liguori · 16 years ago
  28. 0953a80 Add a configure switch to enable / disable all user targets. I felt compelled to do it for symmetry, mostly it is useful to disable user targets when you don't want to build them. by Zachary Amsden · 16 years ago
  29. aa0cba4 Third attempt to invoke create_config properly by malc · 16 years ago
  30. 971c47c Do not use $SHELL to invoke our scripts by malc · 16 years ago
  31. f14bfdf Move libsunpath to use the same style than everything else by Juan Quintela · 16 years ago
  32. f622d8a convert gprof flags to style of rest of Makefile by Juan Quintela · 16 years ago
  33. 7973f21 Add cocoa libs at Darwin selection time by Juan Quintela · 16 years ago
  34. f030293 CURL libs are used both by tools and softmmu by Juan Quintela · 16 years ago
  35. 8e02e54 VDE libs are used both by tools and softmmu by Juan Quintela · 16 years ago
  36. 3e2e0e6 Add libs_tools support by Juan Quintela · 16 years ago
  37. a990240 Disable aio in mingw32 by Juan Quintela · 16 years ago
  38. 053dd92 We also need TARGET_<arechname> in Makefiles by Juan Quintela · 16 years ago
  39. 55d9c04 Consolidate audio flags in configure by Juan Quintela · 16 years ago
  40. 67f86e8 Generate CONFIG_AUDIO_PT_INT in configure by Juan Quintela · 16 years ago
  41. 4de67f2 Make slirp include dir globlal in cflags by Juan Quintela · 16 years ago
  42. 6465602 Move dis-* selection to configure by Juan Quintela · 16 years ago
  43. 471857d Added CONFIG_NEED_MMU for microblaze and cris by Juan Quintela · 16 years ago
  44. 57ddfbf Generate more conmmon CFLAGS by Juan Quintela · 16 years ago
  45. d02c1db Fold TARGET_GPROF handling in configure by Juan Quintela · 16 years ago
  46. c60d0af Move ia64 QEMU_CFLAGS target to configure by Juan Quintela · 16 years ago
  47. 6ee7126 Move alpha CFLAGS target to configure by Juan Quintela · 16 years ago
  48. 9b8e111 fix typo, there should be bsd_user there by Juan Quintela · 16 years ago
  49. 4afddb5 permit to add things to CFLAGS per target by Juan Quintela · 16 years ago
  50. 322e587 refactor linker_script common part and change quoting by Juan Quintela · 16 years ago
  51. 07dac55 permit to add things to LDFLAGS for target by Juan Quintela · 16 years ago
  52. d6b3893 Introduce CONFIG_NOSOFTFLOAT and simplify Makefile.target by Juan Quintela · 16 years ago
  53. 264606b Fold BRLAPI_LIBS into libs_softmmu by Juan Quintela · 16 years ago
  54. e478298 Fold FDT_LIBS into libs_softmmu by Juan Quintela · 16 years ago
  55. e482d56 Fold BLUEZ_LIBS into libs_softmmu by Juan Quintela · 16 years ago
  56. 3efd632 Fold XEN_LIBS into libs_softmmu by Juan Quintela · 16 years ago
  57. fa83830 Fold VNC_SASL_LIBS into libs_softmmu by Juan Quintela · 16 years ago
  58. a5e32cc Fold VNC_TLS_LIBS into libs_softmmu by Juan Quintela · 16 years ago
  59. d2ef30d Fold CURSES_LIBS into libsoftmmu_libs by Juan Quintela · 16 years ago
  60. 6362a53 Test if we need -lutil in ,/configure by Juan Quintela · 16 years ago
  61. a4bf678 Move sound library selection to sound selection by Juan Quintela · 16 years ago
  62. 997e690 move coreaudio libraries to coreaudio selection by Juan Quintela · 16 years ago
  63. 0705667 Add SDL_LIBS to libs_softmmu by Juan Quintela · 16 years ago
  64. 73da375 Add libs_softmmu variable by Juan Quintela · 16 years ago
  65. 07d9ac4 move SDL_LIBS Win32 hack to configure by Juan Quintela · 16 years ago
  66. c81da56 Refactor HELPER_CFLAGS by Juan Quintela · 16 years ago
  67. 6c90361 move common QEMU_CFLAGS to configure by Juan Quintela · 16 years ago
  68. 867c16f split QEMU_CFLAGS very long line by Juan Quintela · 16 years ago
  69. a558ee1 Rename CPPFLAGS to QEMU_CFLAGS by Juan Quintela · 16 years ago
  70. 884044a Move to configure CONFIG_WIN32 libraries needed always by Juan Quintela · 16 years ago
  71. e174c0b Move to configure CONFIG_SOLARIS libraries needed always by Juan Quintela · 16 years ago
  72. 07ffa4b CLOCKLIBS was used for all binaries by Juan Quintela · 16 years ago
  73. 5572b53 PTHREADLIBS was used for all binaries by Juan Quintela · 16 years ago
  74. fa5e22c We want to pass LIB through configuration files now by Juan Quintela · 16 years ago
  75. 0dbfc67 reindent Operating System selection configure by Juan Quintela · 16 years ago
  76. ea8f20f refactor $cpu selection in various places by Juan Quintela · 16 years ago
  77. ed968ff refactor sparc_cpu code to be in a single place by Juan Quintela · 16 years ago
  78. 50e7b1a move sparc_cpu arg parsing to the begining by Juan Quintela · 16 years ago
  79. fecde40 refactor kqemu selection for both mingw32 by Juan Quintela · 16 years ago
  80. 19a54b7 This variables can't be set here by Juan Quintela · 16 years ago
  81. 3457a3f move mingw32 code after selection of OS by Juan Quintela · 16 years ago
  82. 1f65373 __sparc_*__ is defined through -D__sparc_*__ by Juan Quintela · 16 years ago
  83. b1d5a27 Add CURL_CFLAGS by Juan Quintela · 16 years ago
  84. 9784cde remove unused temporal files by Juan Quintela · 16 years ago
  85. 52166aa create compile_object/compile_prog functions by Juan Quintela · 16 years ago
  86. e2a2ed0 move EXTRA_CFLAGS/LDFLAGS to the very beginning by Juan Quintela · 16 years ago
  87. 0c439cb Remove OS_{CFLAGS, LDFLAGS} and ARCH_{LDFLAGS, CFLAGS} by Juan Quintela · 16 years ago
  88. 1156c66 We want to add options at the beggining, not at the end of variables by Juan Quintela · 16 years ago
  89. e86ecd4 move general CFLAGS/LDFLAGS definitions after last $cc run by Juan Quintela · 16 years ago
  90. 6ae9a1f move checks for bswap32/bswap_32 sooner than starting of printing variables by Juan Quintela · 16 years ago
  91. 5169202 remove not needed rt variable by Juan Quintela · 16 years ago
  92. a36abbb move check_linker_flags sooner than starting of printing variables by Juan Quintela · 16 years ago
  93. 2ff6b91 move cpu command line setting to the beggining by Juan Quintela · 16 years ago
  94. d2ac582 Use CFLAGS from enviroment, ARCH_CFLAGS hasn't been defined yet by Juan Quintela · 16 years ago
  95. 40bf384 oss variable don't exist anymore by Juan Quintela · 16 years ago
  96. a873d45 strip binary is not used anywhere by Juan Quintela · 16 years ago
  97. 55418b9 Win32: Fix default prefix by Stefan Weil · 16 years ago
  98. ac8ab73 configure: let it find xen headers and libs by Christoph Egger · 16 years ago
  99. 0ff6697 Do not try to invoke shebang scripts directly (NFS issues) by malc · 16 years ago
  100. d663070 enable NPTL for ppc-linux-user targets in configure by Nathan Froyd · 16 years ago