1. d176c49 qdev-ify virtio-blk. by Gerd Hoffmann · 16 years ago
  2. 14b4187 qdev/prop: add drive property. by Gerd Hoffmann · 16 years ago
  3. a8659e9 add -drive if=none by Gerd Hoffmann · 16 years ago
  4. 2e810b3 constify drive_get_by_id arg by Gerd Hoffmann · 16 years ago
  5. f31d07d QemuOpts: switch over -device. by Gerd Hoffmann · 16 years ago
  6. d058fe0 QemuOpts: add -set option by Gerd Hoffmann · 16 years ago
  7. 7282a03 QemuOpts: create qemu-config.h by Gerd Hoffmann · 16 years ago
  8. e23d9c4 QemuOpts: make the drive id actually show up in "info block". by Gerd Hoffmann · 16 years ago
  9. 6d37818 QemuOpts: qemu_opts_parse: fix id= parsing by Gerd Hoffmann · 16 years ago
  10. 4802607 QemuOpts: add some functions by Gerd Hoffmann · 16 years ago
  11. ec82200 Fix symfind. by Laurent Desnogues · 16 years ago
  12. ac8ab73 configure: let it find xen headers and libs by Christoph Egger · 16 years ago
  13. bb87ece tolower -> qemu_tolower by Christoph Egger · 16 years ago
  14. 0ff6697 Do not try to invoke shebang scripts directly (NFS issues) by malc · 16 years ago
  15. d9c3231 Use qemu_irq for system_powerdown by Blue Swirl · 16 years ago
  16. b2b6f6e Sparc32: use qemu_irq for system_powerdown by Blue Swirl · 16 years ago
  17. 74ff8d9 Sparc32: move sparc32_dma init to sun4m.c by Blue Swirl · 16 years ago
  18. d95d8f1 Sparc32: remove VRAM and NVRAM sizes from hwdef by Blue Swirl · 16 years ago
  19. c533e0b Sparc32: remove IRQ numbers from hwdef by Blue Swirl · 16 years ago
  20. 68556e2 Sparc32: move intbit_to_level table back to slavio_intctl.c by Blue Swirl · 16 years ago
  21. 4b48bf0 Sparc32: move device instantiation to sun4m.c by Blue Swirl · 16 years ago
  22. 7204ff9 Sparc32: Refactor slavio timer by Blue Swirl · 16 years ago
  23. 10696b4 ppc_newworld: configure screen size from QEMU command line options by Blue Swirl · 16 years ago
  24. 7589690 Sparc64: configure screen size from QEMU command line options by Blue Swirl · 16 years ago
  25. 7f1aec5 ppc_oldworld: configure screen size from qemu command line options by Laurent Vivier · 16 years ago
  26. 8194f35 Sparc64: replace tsptr with helper routine by Igor Kovalenko · 16 years ago
  27. a16aae0 linux-user: make FUTEX_* calls honor timeout parameter by Nathan Froyd · 16 years ago
  28. d663070 enable NPTL for ppc-linux-user targets in configure by Nathan Froyd · 16 years ago
  29. 56f066b linux-user: handle POWERPC_EXCP_STCX by Nathan Froyd · 16 years ago
  30. 4425265 target-ppc: add exceptions for conditional stores by Nathan Froyd · 16 years ago
  31. 18b21a2 target-ppc: retain l{w,d}arx loaded value by Nathan Froyd · 16 years ago
  32. 174c80d target-ppc: add cpu_set_tls by Nathan Froyd · 16 years ago
  33. d11f69b target-ppc: fix cpu_clone_regs by Nathan Froyd · 16 years ago
  34. 28e738d Fix Sparse warning about missing prototype by Blue Swirl · 16 years ago
  35. df3cee1 Fix Sparse warning about "expression using sizeof on a function" by Blue Swirl · 16 years ago
  36. 2353422 Add missing "static" by Blue Swirl · 16 years ago
  37. 7cba04f More NULL pointer fixes by Blue Swirl · 16 years ago
  38. 660f11b Fix Sparse warnings: "Using plain integer as NULL pointer" by Blue Swirl · 16 years ago
  39. 2e29bd0 PPC: convert Uni-north to qdev: also fixes Mac99 machine crash by Blue Swirl · 16 years ago
  40. 426f17b PPC: convert Grackle to qdev by Blue Swirl · 16 years ago
  41. c05ac89 Option rom makefile fixes by Paul Brook · 16 years ago
  42. ffe47d3 Save/restore ARMv6 MMU state by Paul Brook · 16 years ago
  43. 2814df2 esp: fix interrupt register read by Blue Swirl · 16 years ago
  44. 14ed7ad sparc64 flush pending conditional evaluations before exposing cpu state by Igor Kovalenko · 16 years ago
  45. bfdb362 Fix SDL zooming with pl110 (cf. d3ffcafe25b5966b351ea6100160c2156688f22f) by Blue Swirl · 16 years ago
  46. b133239 e1000.c doesn't properly emulate EERD and ICS registers by Bill Paul · 16 years ago
  47. 21c9f4c qemu-option: fix parse_option_number(). by Gerd Hoffmann · 16 years ago
  48. a414c30 qdev: convert all vga devices. by Gerd Hoffmann · 16 years ago
  49. 9316d30 qdev/core: add monitor command to list all drivers by Gerd Hoffmann · 16 years ago
  50. 1b524b0 qdev: factor out qdev_print_devinfo. by Gerd Hoffmann · 16 years ago
  51. 213189a Fix VM state change handlers running out of order by Markus Armbruster · 16 years ago
  52. 3e28c9a vnc: fix copyrect screen corruption by Gerd Hoffmann · 16 years ago
  53. 85c2c73 Remove the virtio-{blk, console}-pci-0-10 device types by Mark McLoughlin · 16 years ago
  54. caea79a Remove the pc-0-10 machine type by Mark McLoughlin · 16 years ago
  55. d399f67 fix migration to obey -S by Paolo Bonzini · 16 years ago
  56. 8663582 alsa: add host suspend/resume support by Bjørn Mork · 16 years ago
  57. 4c95538 Define ENOTSUP anywhere it isn't defined by Anthony Liguori · 16 years ago
  58. 6e489f3 Revert "Fake dirty loggin when it's not there" by Anthony Liguori · 16 years ago
  59. 925ce05 Fix out of tree build broken by 791e08c753a9f9be3c3880b4ea83b6dfa4b6ccad by Blue Swirl · 16 years ago
  60. 73bcc2a Fix typo WIN32 -> _WIN32 by Anthony Liguori · 16 years ago
  61. 4bf6b55 set SEARCH_PATH for the linker script from output of ld --verbose -v by Juan Quintela · 16 years ago
  62. fa28248 generate LDFLAGS for *-linux-user and *-bsd-user in a single place in configure by Juan Quintela · 16 years ago
  63. 4318e1a our build system don't support mips little endian linux-user or bsd-user by Juan Quintela · 16 years ago
  64. 161294d Don't build option roms on Mac OS X by Juan Quintela · 16 years ago
  65. fd9b906 multiboot.bin is a generated file by Juan Quintela · 16 years ago
  66. 3c87f43 use cc-option for optionrom by Juan Quintela · 16 years ago
  67. 791e08c Use quiet-command for building optionrom by Juan Quintela · 16 years ago
  68. 70071e1 move cc-option definition to rules.mak by Juan Quintela · 16 years ago
  69. 2358a49 Generate config-host.h from config-host.mak by Juan Quintela · 16 years ago
  70. 2f7bb87 rename USE_NPTL to CONFIG_USE_NPTL by Juan Quintela · 16 years ago
  71. 75b5a69 rename NEEDS_LIBSUNMATH to CONFIG_NEEDS_LIBSUNMATH by Juan Quintela · 16 years ago
  72. 2880bc3 define ENOTSUP the same that the other errors by Juan Quintela · 16 years ago
  73. 5647eb7 test if xen is enabled only once by Juan Quintela · 16 years ago
  74. b41af4b simplify fdt libs selection by Juan Quintela · 16 years ago
  75. 4baae0a simplify vde libs selection by Juan Quintela · 16 years ago
  76. eb82284 simplify brlapi selection by Juan Quintela · 16 years ago
  77. e0b7a42 simplify curses library selection by Juan Quintela · 16 years ago
  78. b2266be Define and use xen libs in a single place by Juan Quintela · 16 years ago
  79. ac119f9 indent with 2 spaces sdl tests by Juan Quintela · 16 years ago
  80. 1ac88f2 remove sdl_static. Just do the right thing if static is yes by Juan Quintela · 16 years ago
  81. aae3481 target_softmmu is undefined at that point by Juan Quintela · 16 years ago
  82. 681306d instead of setup sdl_x11 just add -lX11 to sdl_libs by Juan Quintela · 16 years ago
  83. 8ad3a7d Calculate sdl_libs and sdl_flags and use them everywhere by Juan Quintela · 16 years ago
  84. d3d9738 sdl_config value was always sdl-config by Juan Quintela · 16 years ago
  85. 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
  86. eeb6d45 Use CONFIG_POSIX to simplify Makefile by Juan Quintela · 16 years ago
  87. 35f4df2 Add CONFIG_POSIX by Juan Quintela · 16 years ago
  88. e2542fe rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN by Juan Quintela · 16 years ago
  89. f0667e6 rename DEBUG_EXEC to CONFIG_DEBUG_EXEC by Juan Quintela · 16 years ago
  90. 092c73e rename DEBUG_TCG to CONFIG_DEBUG_TCG by Juan Quintela · 16 years ago
  91. 936dfb8 rename HAVE_BYTESWAP_H to CONFIG_BYTESWAP_H by Juan Quintela · 16 years ago
  92. 9788c9c rename HAVE_GPROF to TARGET_GPROF by Juan Quintela · 16 years ago
  93. 5735147 rename HAVE_MACHINE_BSWAP_H to CONFIG_MACHINE_BSWAP_H by Juan Quintela · 16 years ago
  94. 56ffaf2 rename HAVE_FNMATCH_H to CONFIG_FNMATCH by Juan Quintela · 16 years ago
  95. 6114fdb rename HAVE_IOVEC to CONFIG_IOVEC by Juan Quintela · 16 years ago
  96. 2341f9a rename HAVE_PREADV to CONFIG_PREADV by Juan Quintela · 16 years ago
  97. 0e74e66 define MAP_ANONYMOUS if it is not defined in qemu-common.h by Juan Quintela · 16 years ago
  98. 71e72a1 rename HOST_BSD to CONFIG_BSD by Juan Quintela · 16 years ago
  99. 43da3c0 O_LARGEFILE is already set in qemu-common.h by Juan Quintela · 16 years ago
  100. cfde872 fix indententation by Juan Quintela · 16 years ago