1. 4baae0a simplify vde libs selection by Juan Quintela · 16 years ago
  2. eb82284 simplify brlapi selection by Juan Quintela · 16 years ago
  3. e0b7a42 simplify curses library selection by Juan Quintela · 16 years ago
  4. b2266be Define and use xen libs in a single place by Juan Quintela · 16 years ago
  5. ac119f9 indent with 2 spaces sdl tests by Juan Quintela · 16 years ago
  6. 1ac88f2 remove sdl_static. Just do the right thing if static is yes by Juan Quintela · 16 years ago
  7. aae3481 target_softmmu is undefined at that point by Juan Quintela · 16 years ago
  8. 681306d instead of setup sdl_x11 just add -lX11 to sdl_libs by Juan Quintela · 16 years ago
  9. 8ad3a7d Calculate sdl_libs and sdl_flags and use them everywhere by Juan Quintela · 16 years ago
  10. d3d9738 sdl_config value was always sdl-config by Juan Quintela · 16 years ago
  11. a68551b the else part of this test is obsolete We are testing for sdl = yes inside the else part of the test if sdl = yes by Juan Quintela · 16 years ago
  12. eeb6d45 Use CONFIG_POSIX to simplify Makefile by Juan Quintela · 16 years ago
  13. 35f4df2 Add CONFIG_POSIX by Juan Quintela · 16 years ago
  14. e2542fe rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN by Juan Quintela · 16 years ago
  15. f0667e6 rename DEBUG_EXEC to CONFIG_DEBUG_EXEC by Juan Quintela · 16 years ago
  16. 092c73e rename DEBUG_TCG to CONFIG_DEBUG_TCG by Juan Quintela · 16 years ago
  17. 936dfb8 rename HAVE_BYTESWAP_H to CONFIG_BYTESWAP_H by Juan Quintela · 16 years ago
  18. 9788c9c rename HAVE_GPROF to TARGET_GPROF by Juan Quintela · 16 years ago
  19. 5735147 rename HAVE_MACHINE_BSWAP_H to CONFIG_MACHINE_BSWAP_H by Juan Quintela · 16 years ago
  20. 56ffaf2 rename HAVE_FNMATCH_H to CONFIG_FNMATCH by Juan Quintela · 16 years ago
  21. 6114fdb rename HAVE_IOVEC to CONFIG_IOVEC by Juan Quintela · 16 years ago
  22. 2341f9a rename HAVE_PREADV to CONFIG_PREADV by Juan Quintela · 16 years ago
  23. 0e74e66 define MAP_ANONYMOUS if it is not defined in qemu-common.h by Juan Quintela · 16 years ago
  24. 71e72a1 rename HOST_BSD to CONFIG_BSD by Juan Quintela · 16 years ago
  25. 43da3c0 O_LARGEFILE is already set in qemu-common.h by Juan Quintela · 16 years ago
  26. cfde872 fix indententation by Juan Quintela · 16 years ago
  27. 84f1581 Refactor code to remove one #ifdef CONFIG_FDT by Juan Quintela · 16 years ago
  28. 3f0855b Rename HAVE_FDT to CONFIG_FDT and define it also in Makefile by Juan Quintela · 16 years ago
  29. 67c0f08 Add -static in configure if needed by Juan Quintela · 16 years ago
  30. f36fc7a more specific config.mak can overwrote more general config.mak by Juan Quintela · 16 years ago
  31. 804edf2 move printing of config-host.mak variables to end of generation by Juan Quintela · 16 years ago
  32. 6881964 make oss use OSS_LIBS by Juan Quintela · 16 years ago
  33. 7aac6cb make fmod also use FMOD_{LIBS,CFLAGS} by Juan Quintela · 16 years ago
  34. ef7635e remove CONFIG_ from BLUEZ_{LIBS,FLAGS} by Juan Quintela · 16 years ago
  35. 60ddf53 remove CONFIG_ from VNC_SASL_{LIBS, FLAGS} by Juan Quintela · 16 years ago
  36. a900c00 use same algorithm for testing and by Juan Quintela · 16 years ago
  37. 525061b remove CONFIG_ from VNC_TLS_{LIBS, FLAGS} by Juan Quintela · 16 years ago
  38. a6290cf target_arch2 is redefined unconditionally later by Juan Quintela · 16 years ago
  39. b274051 Remove SP_CFLAGS and SP_LDFLAGS by Juan Quintela · 16 years ago
  40. dfe5fff change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION} by Juan Quintela · 16 years ago
  41. a8cd70f Enable USE_DIRECT_JUMP on Win32. by Filip Navara · 16 years ago
  42. 45b05c7 Remove special Win32 code in vl.c that's no longer needed. by Filip Navara · 16 years ago
  43. bf65f53 Remove setvbuf(<handle>, NULL, _IOLBF, 0) calls for Win32 by Filip Navara · 16 years ago
  44. 8fde654 Remove useless Win32 include files and unused function in net.c. by Filip Navara · 16 years ago
  45. f8bfb1d tap-win32: Use correct headers. by Filip Navara · 16 years ago
  46. 2bb8c10 fix broken migration by Glauber Costa · 16 years ago
  47. fc5d642 Fix broken build by Luiz Capitulino · 16 years ago
  48. aaf10d9 slirp: Use monotonic clock if available (v2) by Ed Swierk · 16 years ago
  49. 97df1ee slirp: Remove UDP protocol emulation (talk, cuseeme) by Ed Swierk · 16 years ago
  50. 3174ecd qemu: msix nit: clear msix_entries_nr on error by Michael S. Tsirkin · 16 years ago
  51. baef8a6 QEMU BOCHS bios patches to use maxcpus value. by Jes Sorensen · 16 years ago
  52. 6be68d7 Introduce -smp , maxcpus= flag to specify maximum number of CPUS. by Jes Sorensen · 16 years ago
  53. 96c1606 Use Little Endian for Dirty Log by Alexander Graf · 16 years ago
  54. 1c7936e Use 64bit pointer for dirty log by Alexander Graf · 16 years ago
  55. ce536cf HPET fixes for reg writes by Beth Kon · 16 years ago
  56. bb53fc5 slirp: Fix guestfwd for incoming data by Jan Kiszka · 16 years ago
  57. 9dfd7c7 switch -drive to QemuOpts. by Gerd Hoffmann · 16 years ago
  58. e27c88f QemuOpts: framework for storing and parsing options. by Gerd Hoffmann · 16 years ago
  59. 7695019 qemu-option: factor out parse_option_size by Gerd Hoffmann · 16 years ago
  60. 67b1355 qemu-option: factor out parse_option_bool by Gerd Hoffmann · 16 years ago
  61. 62c5802 move parser functions from vl.c to qemu-option.c by Gerd Hoffmann · 16 years ago
  62. 3b0ba92 kill drives_opt by Gerd Hoffmann · 16 years ago
  63. 1dae12e add support for drive ids. by Gerd Hoffmann · 16 years ago
  64. 751c6a1 kill drives_table by Gerd Hoffmann · 16 years ago
  65. 8a14daa qdev/pci: hook up i440fx. by Gerd Hoffmann · 16 years ago
  66. bd3c948 qdev: add -device command line option. by Gerd Hoffmann · 16 years ago
  67. 8ffb1bc qdev: bus walker + qdev_device_add() by Gerd Hoffmann · 16 years ago
  68. d271de9 qdev: create default bus names. by Gerd Hoffmann · 16 years ago
  69. a6307b0 qdev/pci: use qdev_prop_pci_devfn by Gerd Hoffmann · 16 years ago
  70. 05cb5fe qdev/prop: add pci devfn property by Gerd Hoffmann · 16 years ago
  71. 9574758 Add a pc-0.11 machine type and make the pc type an alias by Mark McLoughlin · 16 years ago
  72. 3f6599e Add machine type aliases by Mark McLoughlin · 16 years ago
  73. c1d6eed Add support for fd=name to tap and socket networking by Mark McLoughlin · 16 years ago
  74. 7768e04 Add monitor_get_fd() command for fetching named fds by Mark McLoughlin · 16 years ago
  75. f07918f Add getfd and closefd monitor commands by Mark McLoughlin · 16 years ago
  76. 7d17405 Add SCM_RIGHTS support to unix socket character devices by Mark McLoughlin · 16 years ago
  77. 9977c89 Make tcp_chr_read() use recvmsg() by Mark McLoughlin · 16 years ago
  78. f707726 sparc64 really implement itlb/dtlb automatic replacement writes by Igor Kovalenko · 16 years ago
  79. 6e8e7d4 sparc64 name mmu registers and general cleanup by Igor Kovalenko · 16 years ago
  80. 33b544b Give the kernel more room by Alexander Graf · 16 years ago
  81. a7b022e PPC: Round VGA BIOS size to page boundary by Alexander Graf · 16 years ago
  82. aea8674 Fix period initialization by malc · 16 years ago
  83. 6f725c1 provide tests for pit in kernel and irqchip in kernel by Glauber Costa · 16 years ago
  84. 609f2fa qemu-thread: use pthread_equal by Sebastian Herbszt · 16 years ago
  85. 7ea78b7 Link bios files when building out of tree by Jan Kiszka · 16 years ago
  86. 99772ae signrom.sh: portability fix by Christoph Egger · 16 years ago
  87. a61d1f6 notify io_thread at the end of rx handling by Glauber Costa · 16 years ago
  88. 452e475 introduce on_vcpu by Glauber Costa · 16 years ago
  89. cf070d7 qemu-io: reject invalid pattern by Christoph Hellwig · 16 years ago
  90. a7824a8 qemu-io: Rework alloc command by Kevin Wolf · 16 years ago
  91. d032044 qmu-img: fix qemu-img convert to generate a valid image when the source referenced a backing file by Akkarit Sangpetch · 16 years ago
  92. b171271 vmdk: Fix backing file handling by Kevin Wolf · 16 years ago
  93. 14658cd use struct initializer for audio.c by Juan Quintela · 16 years ago
  94. 777aec7 Add save/restore support to the LSI logic SCSI device model. by Nolan · 16 years ago
  95. 6e5d97d Handle BH's queued by AIO completions in qemu_aio_flush() by Nolan · 16 years ago
  96. bd83677 Fake dirty loggin when it's not there by Alexander Graf · 16 years ago
  97. 1641533 Use correct input constant by Alexander Graf · 16 years ago
  98. b80a55e Fix warning in kvm-all.c by Alexander Graf · 16 years ago
  99. 861bbc8 Set PVR in sregs by Alexander Graf · 16 years ago
  100. 5f114bc Enable PPC KVM for non-embedded by Alexander Graf · 16 years ago