1. a74cd8c rename qemu_malloc and related to glib names for coherence by Frediano Ziglio · 14 years ago
  2. 12d4536 main: force enabling of I/O thread by Anthony Liguori · 14 years ago
  3. 88adbdf Merge remote-tracking branch 'stefanha/tracing' into staging by Anthony Liguori · 14 years ago
  4. 69e5bb6 Add glib support to main loop by Anthony Liguori · 14 years ago
  5. 23d15e8 trace: add "-trace events" argument to control initial state by Lluís · 14 years ago
  6. e485897 trace: avoid conditional code compilation during option parsing by Lluís · 14 years ago
  7. edb47ec trace: move backend-specific code into the trace/ directory by Lluís · 14 years ago
  8. 6d8a764 trace: [configure] rename CONFIG_*_TRACE into CONFIG_TRACE_* by Lluís · 14 years ago
  9. c9f711a Poll main loop after I/O events were received by Jan Kiszka · 14 years ago
  10. 200668b Do not drop global mutex for polled main loop runs by Jan Kiszka · 14 years ago
  11. f69554b char: qemu_chr_open_opts() -> qemu_chr_new_from_opts() by Anthony Liguori · 14 years ago
  12. 27143a4 char: rename qemu_chr_open() -> qemu_chr_new() by Anthony Liguori · 14 years ago
  13. 0750112 Add trace points for g_malloc/g_free functions by Anthony Liguori · 14 years ago
  14. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  15. 0ac543d Reorder default ram_size initialization by Jan Kiszka · 14 years ago
  16. d5ab971 Avoid allocating TCG resources in non-TCG mode by Jan Kiszka · 14 years ago
  17. 3046c98 Merge remote-tracking branch 'agraf/xen-next' into staging by Anthony Liguori · 14 years ago
  18. 2645c6d Allow to leave type on default in -machine by Jan Kiszka · 14 years ago
  19. 3d3b830 showing a splash picture when start by wayne · 14 years ago
  20. 834e76e vl.c: Check the asked ram_size later. by Anthony PERARD · 14 years ago
  21. 9e8dd45 notifier: Pass data argument to callback by Jan Kiszka · 14 years ago
  22. e69ae5c do not reset no_shutdown after we shutdown the vm by Wen Congyang · 14 years ago
  23. ea0e541 vl.c: Don't limit node count by smp count by Sasha Levin · 14 years ago
  24. 9052ea6 Generalize -machine command line option by Jan Kiszka · 14 years ago
  25. 9312805 pxa2xx_lcd: add proper rotation support by Vasily Khoruzhick · 14 years ago
  26. e063eb1 Allow silent system resets by Jan Kiszka · 14 years ago
  27. 953ffe0 Introduce format string for pid_t by Andreas Färber · 14 years ago
  28. c235d73 Command line support for altering the log file location by Matthew Fernandez · 14 years ago
  29. e447fc6 usb: don't call usb_host_device_open from vl.c by Gerd Hoffmann · 14 years ago
  30. ac779fe Merge remote-tracking branch 'spice/spice.v37' into staging by Anthony Liguori · 14 years ago
  31. 0826c71 isa-vga: Make available with -device, like the other VGA qdevs by Markus Armbruster · 14 years ago
  32. a16c53b Fix regression introduced by -machine accel= by Anthony Liguori · 14 years ago
  33. 4213804 qxl: add to the list of devices which disable the default vga by Gerd Hoffmann · 14 years ago
  34. af6bf13 defaults: ide-cd, ide-hd and scsi-cd devices suppress default CD-ROM by Markus Armbruster · 14 years ago
  35. 1291eb3 vl.c: Introduce getter for shutdown_requested and reset_requested. by Anthony PERARD · 15 years ago
  36. 3285cf4 xen: Add initialisation of Xen by Anthony PERARD · 15 years ago
  37. 67b724e machine, Add default_machine_opts to QEMUMachine. by Anthony PERARD · 14 years ago
  38. 303d4e8 Introduce -machine command option. by Anthony PERARD · 14 years ago
  39. e14ea47 vl.c: Replace -virtfs string manipulation with QemuOpts by Stefan Hajnoczi · 14 years ago
  40. 71785ab vl: trivial spelling fix by Brad Hards · 14 years ago
  41. e2982c3 exit if -drive specified is invalid instead of ignoring the "wrong" -drive by Michael Tokarev · 14 years ago
  42. 29f82b3 virtio: use generic name when possible by Alexander Graf · 14 years ago
  43. 0ce235a register signal handler after initializing SDL. by Gleb Natapov · 14 years ago
  44. f1d3fb0 vl.c: Tidy up message printed when we exit on a signal by Peter Maydell · 14 years ago
  45. 0298141 extract I/O handler lists to iohandler.c by Paolo Bonzini · 14 years ago
  46. f64622c report that QEMU process was killed by a signal by Gleb Natapov · 14 years ago
  47. 0517553 vl.c: Fix compilation failure if CONFIG_SDL isn't defined by Peter Maydell · 14 years ago
  48. 821601e Make VNC support optional by Jes Sorensen · 14 years ago
  49. 47b0536 error message if user specifies curses on cmd line when curses is disabled by Jes Sorensen · 14 years ago
  50. 58fc096 error message if user specifies SDL cmd line option when SDL is disabled by Jes Sorensen · 14 years ago
  51. 3264ff1 Add support for -display vnc by Jes Sorensen · 14 years ago
  52. 4171d32 Introduce -display none by Jes Sorensen · 14 years ago
  53. 1472a95 Introduce -display argument by Jes Sorensen · 14 years ago
  54. 31b7c26 Merge remote branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 14 years ago
  55. 7bd427d change all rt_clock references to use millisecond resolution accessors by Paolo Bonzini · 14 years ago
  56. 31d3c9b simpletrace: Move st_init() error reporting by Stefan Hajnoczi · 14 years ago
  57. a7ada15 Synchronize VCPU states before reset by Jan Kiszka · 14 years ago
  58. 0b5538c simpletrace: Thread-safe tracing by Stefan Hajnoczi · 14 years ago
  59. 83f338f Move debug exception handling out of cpu_exec by Jan Kiszka · 14 years ago
  60. 8cf7171 Refactor debug and vmstop request interface by Jan Kiszka · 14 years ago
  61. e07bbac Improve vm_stop reason declarations by Jan Kiszka · 14 years ago
  62. 46481d3 Flatten the main loop by Jan Kiszka · 14 years ago
  63. 8e1b90e Leave inner main_loop faster on pending requests by Jan Kiszka · 14 years ago
  64. 1745eaa Process vmstop requests in IO thread by Jan Kiszka · 14 years ago
  65. b4a3d96 Stop current VCPU on synchronous reset requests by Jan Kiszka · 14 years ago
  66. 4fef930 do not pass NULL to strdup. by Gleb Natapov · 14 years ago
  67. b3a9836 Merge remote branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 14 years ago
  68. 319ae52 blockdev: Fix drive_add for drives without media by Markus Armbruster · 14 years ago
  69. 5645b0f blockdev: Replace drive_add()'s fmt, ... by optstr parameter by Markus Armbruster · 14 years ago
  70. 4e5d9b5 blockdev: Reject multiple definitions for the same drive by Markus Armbruster · 14 years ago
  71. 2292dda blockdev: Make drive_add() take explicit type, index parameters by Markus Armbruster · 14 years ago
  72. 70b4f4b Make strtosz() return int64_t instead of ssize_t by Jes Sorensen · 14 years ago
  73. cad1e28 kvm: Drop smp_cpus argument from init functions by Jan Kiszka · 14 years ago
  74. a7bd621 Merge remote branch 'mst/for_anthony' into staging by Anthony Liguori · 14 years ago
  75. 818c2e1 Merge branch 'spice.v23.pull' of git://anongit.freedesktop.org/spice/qemu by Aurelien Jarno · 14 years ago
  76. 5697f6a Fix a missing trailing newline by Aurelien Jarno · 14 years ago
  77. 80376c3 qbus: register reset handler for qbus whose parent is NULL by Isaku Yamahata · 14 years ago
  78. 4fd37a9 Avoid a warning from OpenBSD linker by Blue Swirl · 14 years ago
  79. 962630f Pass boot device list to firmware. by Gleb Natapov · 14 years ago
  80. 4cab946 Add notifier that will be called when machine is fully created. by Gleb Natapov · 14 years ago
  81. 2e55e84 Add bootindex for option roms. by Gleb Natapov · 14 years ago
  82. 1ca4d09 Add bootindex parameter to net/block/fd device by Gleb Natapov · 14 years ago
  83. a19cbfb spice: add qxl device by Gerd Hoffmann · 15 years ago
  84. c924f36 Merge remote branch 'origin/master' into pci by Michael S. Tsirkin · 14 years ago
  85. ec990eb qdev: reset qdev along with qdev tree by Anthony Liguori · 14 years ago
  86. 94b0b5f trace: Trace vm_start()/vm_stop() by Stefan Hajnoczi · 14 years ago
  87. 0290b57 Delete IOHandlers after potentially running them by Stefan Hajnoczi · 14 years ago
  88. 9f9b17a Introduce strtosz() library function to convert a string to a byte count. by Jes Sorensen · 14 years ago
  89. c57c846 qemu-timer: move commonly used timer code to qemu-timer-common by Blue Swirl · 14 years ago
  90. 4447d60 Merge remote branch 'spice/submit.6' into staging by Anthony Liguori · 14 years ago
  91. 39eaab9 Add option to turn on JSON pretty printing in monitor by Daniel P. Berrange · 15 years ago
  92. e78815a Introduce qemu_madvise() by Andreas Färber · 14 years ago
  93. a3e2226 spice: simple display by Gerd Hoffmann · 15 years ago
  94. 29b0040 spice: core bits by Gerd Hoffmann · 15 years ago
  95. 526c523 Use machine_init() to register virtfs config options. by Gerd Hoffmann · 15 years ago
  96. 6b62dc2 Use display types for local display only. by Gerd Hoffmann · 15 years ago
  97. ab6540d trace: Add trace file name command-line option by Prerna Saxena · 15 years ago
  98. 12848bf virtio-9p: Add SM_NONE security model by Aneesh Kumar K.V · 15 years ago
  99. c93031e virtio-9p: Make sure -virtfs option works correctly by Aneesh Kumar K.V · 15 years ago
  100. cb93bbd Fix OpenBSD linker warning by Blue Swirl · 15 years ago