1. 07f3507 fix spelling in main directory by Dong Xu Wang · 13 years ago
  2. 961b42b vl: Tighten parsing of -m argument by Markus Armbruster · 13 years ago
  3. c03417b vl: Tighten parsing of -numa's parameter mem by Markus Armbruster · 13 years ago
  4. 0abe905 vl.c: prohibit simultaneous use of -icount with kvm or xen by Max Filippov · 13 years ago
  5. d423675 vl.c: Fail gracefully if no machine is found by Andreas Färber · 13 years ago
  6. 1bf6ccd Clean up assertion in get_boot_devices_list() by Markus Armbruster · 13 years ago
  7. f54c556 qemu_timedate_diff() shouldn't modify its argument. by Gleb Natapov · 13 years ago
  8. db529aa vl.c: Guard against GThread double-initialization by Andreas Färber · 13 years ago
  9. d439b79 Merge remote-tracking branch 'aneesh/for-upstream-7' into staging by Anthony Liguori · 13 years ago
  10. 9db221a hw/9pfs: Add synthetic file system support using 9p by Aneesh Kumar K.V · 13 years ago
  11. 2c74c2c hw/9pfs: Read-only support for 9p export by M. Mohan Kumar · 13 years ago
  12. f795e74 Drop qemu-objects.h from modules that don't require it by Luiz Capitulino · 13 years ago
  13. 9943590 simplify main loop functions by Paolo Bonzini · 13 years ago
  14. d3b12f5 main-loop: create main-loop.c by Paolo Bonzini · 13 years ago
  15. 44a9b35 main-loop: create main-loop.h by Paolo Bonzini · 13 years ago
  16. 2ff68d0 qemu-timer: move more stuff out of qemu-timer.c by Paolo Bonzini · 13 years ago
  17. 4260a73 qemu-timer: use atexit for quit_timers by Paolo Bonzini · 13 years ago
  18. 1f99b94 Merge remote-tracking branch 'aneesh/for-upstream-6' into staging by Anthony Liguori · 13 years ago
  19. 8a9236f runstate: Allow user to migrate twice by Luiz Capitulino · 13 years ago
  20. ee21cb5 runstate: Allow to transition from paused to postmigrate by Luiz Capitulino · 13 years ago
  21. 207c5cd runstate: Print state transition when invalid by Luiz Capitulino · 13 years ago
  22. 9870a5e Drop obsolete nographic timer by Jan Kiszka · 13 years ago
  23. e9a0733 Move graphic-related coalesced MMIO flushes to affected device models by Jan Kiszka · 13 years ago
  24. d9b36a6 hw/9pfs: Handle Security model parsing by M. Mohan Kumar · 13 years ago
  25. fbcbf10 hw/9pfs: Rename fstype to fsdriver to make it consistent across VirtFS code by Aneesh Kumar K.V · 13 years ago
  26. d3ab98e hw/9pfs: Add new virtfs option writeout=immediate skip host page cache by Aneesh Kumar K.V · 13 years ago
  27. 1fa9a5e qapi: Convert query-status by Luiz Capitulino · 13 years ago
  28. 0461d5a RunState: Rename enum values as generated by the QAPI by Luiz Capitulino · 13 years ago
  29. c4d11e3 RunState: Drop the RSTATE_NO_STATE value by Luiz Capitulino · 13 years ago
  30. 0d45b70 vl: Change qemu_vmstop_requested() to return a bool by Luiz Capitulino · 13 years ago
  31. 7f67d89 Merge remote-tracking branch 'qmp/queue/qmp' into staging by Anthony Liguori · 13 years ago
  32. d9389b9 Fix termination by signal with -no-shutdown by Kevin Wolf · 13 years ago
  33. 9e37b9d QMP: query-status: Introduce 'status' key by Luiz Capitulino · 13 years ago
  34. 6667b23 Monitor/QMP: Don't allow cont on bad VM state by Luiz Capitulino · 13 years ago
  35. 1354869 Drop the vm_running global variable by Luiz Capitulino · 13 years ago
  36. 1bcef68 Drop the incoming_expected global variable by Luiz Capitulino · 13 years ago
  37. 5db9d4d runstate_set(): Check for valid transitions by Luiz Capitulino · 13 years ago
  38. f5bbfba RunState: Add additional states by Luiz Capitulino · 13 years ago
  39. 1dfb4dd Replace the VMSTOP macros with a proper state type by Luiz Capitulino · 13 years ago
  40. da5391e Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 13 years ago
  41. ad8b818 Don't use g_thread_get_initialized. by Gerd Hoffmann · 13 years ago
  42. 60474fb Fix comment (install patch -> install path) by Stefan Weil · 13 years ago
  43. a74cd8c rename qemu_malloc and related to glib names for coherence by Frediano Ziglio · 13 years ago
  44. 12d4536 main: force enabling of I/O thread by Anthony Liguori · 13 years ago
  45. 88adbdf Merge remote-tracking branch 'stefanha/tracing' into staging by Anthony Liguori · 13 years ago
  46. 69e5bb6 Add glib support to main loop by Anthony Liguori · 13 years ago
  47. 23d15e8 trace: add "-trace events" argument to control initial state by Lluís · 13 years ago
  48. e485897 trace: avoid conditional code compilation during option parsing by Lluís · 13 years ago
  49. edb47ec trace: move backend-specific code into the trace/ directory by Lluís · 13 years ago
  50. 6d8a764 trace: [configure] rename CONFIG_*_TRACE into CONFIG_TRACE_* by Lluís · 13 years ago
  51. c9f711a Poll main loop after I/O events were received by Jan Kiszka · 13 years ago
  52. 200668b Do not drop global mutex for polled main loop runs by Jan Kiszka · 13 years ago
  53. f69554b char: qemu_chr_open_opts() -> qemu_chr_new_from_opts() by Anthony Liguori · 13 years ago
  54. 27143a4 char: rename qemu_chr_open() -> qemu_chr_new() by Anthony Liguori · 13 years ago
  55. 0750112 Add trace points for g_malloc/g_free functions by Anthony Liguori · 13 years ago
  56. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
  57. 0ac543d Reorder default ram_size initialization by Jan Kiszka · 13 years ago
  58. d5ab971 Avoid allocating TCG resources in non-TCG mode by Jan Kiszka · 13 years ago
  59. 3046c98 Merge remote-tracking branch 'agraf/xen-next' into staging by Anthony Liguori · 13 years ago
  60. 2645c6d Allow to leave type on default in -machine by Jan Kiszka · 13 years ago
  61. 3d3b830 showing a splash picture when start by wayne · 13 years ago
  62. 834e76e vl.c: Check the asked ram_size later. by Anthony PERARD · 13 years ago
  63. 9e8dd45 notifier: Pass data argument to callback by Jan Kiszka · 13 years ago
  64. e69ae5c do not reset no_shutdown after we shutdown the vm by Wen Congyang · 13 years ago
  65. ea0e541 vl.c: Don't limit node count by smp count by Sasha Levin · 13 years ago
  66. 9052ea6 Generalize -machine command line option by Jan Kiszka · 13 years ago
  67. 9312805 pxa2xx_lcd: add proper rotation support by Vasily Khoruzhick · 13 years ago
  68. e063eb1 Allow silent system resets by Jan Kiszka · 13 years ago
  69. 953ffe0 Introduce format string for pid_t by Andreas Färber · 13 years ago
  70. c235d73 Command line support for altering the log file location by Matthew Fernandez · 13 years ago
  71. e447fc6 usb: don't call usb_host_device_open from vl.c by Gerd Hoffmann · 13 years ago
  72. ac779fe Merge remote-tracking branch 'spice/spice.v37' into staging by Anthony Liguori · 13 years ago
  73. 0826c71 isa-vga: Make available with -device, like the other VGA qdevs by Markus Armbruster · 13 years ago
  74. a16c53b Fix regression introduced by -machine accel= by Anthony Liguori · 13 years ago
  75. 4213804 qxl: add to the list of devices which disable the default vga by Gerd Hoffmann · 13 years ago
  76. af6bf13 defaults: ide-cd, ide-hd and scsi-cd devices suppress default CD-ROM by Markus Armbruster · 13 years ago
  77. 1291eb3 vl.c: Introduce getter for shutdown_requested and reset_requested. by Anthony PERARD · 14 years ago
  78. 3285cf4 xen: Add initialisation of Xen by Anthony PERARD · 14 years ago
  79. 67b724e machine, Add default_machine_opts to QEMUMachine. by Anthony PERARD · 14 years ago
  80. 303d4e8 Introduce -machine command option. by Anthony PERARD · 14 years ago
  81. e14ea47 vl.c: Replace -virtfs string manipulation with QemuOpts by Stefan Hajnoczi · 13 years ago
  82. 71785ab vl: trivial spelling fix by Brad Hards · 13 years ago
  83. e2982c3 exit if -drive specified is invalid instead of ignoring the "wrong" -drive by Michael Tokarev · 13 years ago
  84. 29f82b3 virtio: use generic name when possible by Alexander Graf · 13 years ago
  85. 0ce235a register signal handler after initializing SDL. by Gleb Natapov · 13 years ago
  86. f1d3fb0 vl.c: Tidy up message printed when we exit on a signal by Peter Maydell · 13 years ago
  87. 0298141 extract I/O handler lists to iohandler.c by Paolo Bonzini · 13 years ago
  88. f64622c report that QEMU process was killed by a signal by Gleb Natapov · 13 years ago
  89. 0517553 vl.c: Fix compilation failure if CONFIG_SDL isn't defined by Peter Maydell · 13 years ago
  90. 821601e Make VNC support optional by Jes Sorensen · 13 years ago
  91. 47b0536 error message if user specifies curses on cmd line when curses is disabled by Jes Sorensen · 13 years ago
  92. 58fc096 error message if user specifies SDL cmd line option when SDL is disabled by Jes Sorensen · 13 years ago
  93. 3264ff1 Add support for -display vnc by Jes Sorensen · 13 years ago
  94. 4171d32 Introduce -display none by Jes Sorensen · 13 years ago
  95. 1472a95 Introduce -display argument by Jes Sorensen · 13 years ago
  96. 31b7c26 Merge remote branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 13 years ago
  97. 7bd427d change all rt_clock references to use millisecond resolution accessors by Paolo Bonzini · 13 years ago
  98. 31d3c9b simpletrace: Move st_init() error reporting by Stefan Hajnoczi · 13 years ago
  99. a7ada15 Synchronize VCPU states before reset by Jan Kiszka · 13 years ago
  100. 0b5538c simpletrace: Thread-safe tracing by Stefan Hajnoczi · 13 years ago