1. b7c8e15 Merge branch 'arm-devs.for-upstream' of git://git.linaro.org/people/pmaydell/qemu-arm by Blue Swirl · 13 years ago
  2. c7f0f3b qtest: add test framework by Anthony Liguori · 13 years ago
  3. 7880814 rtc: add -rtc clock=rt by Paolo Bonzini · 13 years ago
  4. 1d6528a vl.c: fix '-cpu ?' segfault by Eduardo Habkost · 13 years ago
  5. 33cf629 Merge remote-tracking branch 'sstabellini/saverestore-8' into staging by Anthony Liguori · 13 years ago
  6. 81323a6 Set runstate to INMIGRATE earlier by Stefano Stabellini · 13 years ago
  7. ad1be89 spice: fix broken initialization by Alon Levy · 13 years ago
  8. 1b71f7c qom: Register QOM infrastructure early by Andreas Färber · 13 years ago
  9. ecf40be initialize CPU model list after handling -readconfig options by Eduardo Habkost · 13 years ago
  10. 412beee arm: add device tree support by Grant Likely · 13 years ago
  11. 3741715 usb: Resolve warnings about unassigned bus on usb device creation by Jan Kiszka · 13 years ago
  12. 967c0da vl.c: Avoid segfault when started with no arguments by Peter Maydell · 13 years ago
  13. 53370b7 suspend: add qmp events by Gerd Hoffmann · 13 years ago
  14. 95b363b suspend: add infrastructure by Gerd Hoffmann · 13 years ago
  15. 85f3855 Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 13 years ago
  16. ef0c4a0 gdbstub: Error locations for -gdb by Markus Armbruster · 13 years ago
  17. d9a5954 vl.c: Error locations for options using add_device_config() by Markus Armbruster · 13 years ago
  18. 3b26486 vl.c: Increase width of machine name column in "-M ?" output by Peter Maydell · 13 years ago
  19. a0abe47 Make kernel, initrd and append be machine_opts by Peter Maydell · 13 years ago
  20. 2c8cffa vl: make find_default_machine externally visible by Jordan Justen · 13 years ago
  21. 3155252 notifier: switch to QLIST by Paolo Bonzini · 13 years ago
  22. a19255a Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 13 years ago
  23. 9de36b1 Make -machine/-enable-kvm options merge into a single list by Peter Maydell · 13 years ago
  24. 65b31cc Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 13 years ago
  25. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  26. 1b785a9 vl.c: Fix typo in variable name by Peter Maydell · 13 years ago
  27. f9dadc9 iSCSI: add configuration variables for iSCSI by Ronnie Sahlberg · 13 years ago
  28. e87f7fc s390x: fix qom-ification fall-out by Anthony Liguori · 13 years ago
  29. d34e8f6 main-loop: For tools, initialize timers as part of qemu_init_main_loop() by Michael Roth · 13 years ago
  30. 25de593 Improve default machine options usability by Jan Kiszka · 13 years ago
  31. 433acf0 mc146818rtc: Use lost_tick_policy property by Jan Kiszka · 13 years ago
  32. c5bd4f3 vga: fix -nodefaults -device VGA by Blue Swirl · 13 years ago
  33. 5b4448d Merge remote-tracking branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 13 years ago
  34. a369da5 vga: improve VGA logic by Blue Swirl · 13 years ago
  35. 9b5b76d kvm: x86: Establish IRQ0 override control by Jan Kiszka · 13 years ago
  36. 84a87cc hw/9pfs: Add support to use named socket for proxy FS by M. Mohan Kumar · 13 years ago
  37. 4c793dd hw/9pfs: Add new proxy filesystem driver by M. Mohan Kumar · 13 years ago
  38. 99519f0 hw/9pfs: Move opt validation to FsDriver callback by Aneesh Kumar K.V · 13 years ago
  39. 991dfef Set numa topology for max_cpus by Vasilis Liaskovitis · 13 years ago
  40. 42ed372 g_thread_init users: don't call it if glib >= 2.31 by Alon Levy · 13 years ago
  41. 1de81d2 qdev: fix hotplug when no -device is specified by Anthony Liguori · 13 years ago
  42. a3adb7a vl.c: In qemu -h output, only print options for the arch we are running as by Michael Ellerman · 13 years ago
  43. 77bd111 vl.c: Move option generation logic into a wrapper file by Michael Ellerman · 13 years ago
  44. 15d37e7 vl.c: Print the actual program name in help output by michael@ozlabs.org · 13 years ago
  45. 07f3507 fix spelling in main directory by Dong Xu Wang · 13 years ago
  46. 961b42b vl: Tighten parsing of -m argument by Markus Armbruster · 13 years ago
  47. c03417b vl: Tighten parsing of -numa's parameter mem by Markus Armbruster · 13 years ago
  48. 0abe905 vl.c: prohibit simultaneous use of -icount with kvm or xen by Max Filippov · 13 years ago
  49. d423675 vl.c: Fail gracefully if no machine is found by Andreas Färber · 13 years ago
  50. 1bf6ccd Clean up assertion in get_boot_devices_list() by Markus Armbruster · 13 years ago
  51. f54c556 qemu_timedate_diff() shouldn't modify its argument. by Gleb Natapov · 13 years ago
  52. db529aa vl.c: Guard against GThread double-initialization by Andreas Färber · 13 years ago
  53. d439b79 Merge remote-tracking branch 'aneesh/for-upstream-7' into staging by Anthony Liguori · 13 years ago
  54. 9db221a hw/9pfs: Add synthetic file system support using 9p by Aneesh Kumar K.V · 13 years ago
  55. 2c74c2c hw/9pfs: Read-only support for 9p export by M. Mohan Kumar · 13 years ago
  56. f795e74 Drop qemu-objects.h from modules that don't require it by Luiz Capitulino · 13 years ago
  57. 9943590 simplify main loop functions by Paolo Bonzini · 13 years ago
  58. d3b12f5 main-loop: create main-loop.c by Paolo Bonzini · 13 years ago
  59. 44a9b35 main-loop: create main-loop.h by Paolo Bonzini · 13 years ago
  60. 2ff68d0 qemu-timer: move more stuff out of qemu-timer.c by Paolo Bonzini · 13 years ago
  61. 4260a73 qemu-timer: use atexit for quit_timers by Paolo Bonzini · 13 years ago
  62. 1f99b94 Merge remote-tracking branch 'aneesh/for-upstream-6' into staging by Anthony Liguori · 13 years ago
  63. 8a9236f runstate: Allow user to migrate twice by Luiz Capitulino · 13 years ago
  64. ee21cb5 runstate: Allow to transition from paused to postmigrate by Luiz Capitulino · 13 years ago
  65. 207c5cd runstate: Print state transition when invalid by Luiz Capitulino · 13 years ago
  66. 9870a5e Drop obsolete nographic timer by Jan Kiszka · 13 years ago
  67. e9a0733 Move graphic-related coalesced MMIO flushes to affected device models by Jan Kiszka · 13 years ago
  68. d9b36a6 hw/9pfs: Handle Security model parsing by M. Mohan Kumar · 13 years ago
  69. fbcbf10 hw/9pfs: Rename fstype to fsdriver to make it consistent across VirtFS code by Aneesh Kumar K.V · 13 years ago
  70. d3ab98e hw/9pfs: Add new virtfs option writeout=immediate skip host page cache by Aneesh Kumar K.V · 13 years ago
  71. 1fa9a5e qapi: Convert query-status by Luiz Capitulino · 13 years ago
  72. 0461d5a RunState: Rename enum values as generated by the QAPI by Luiz Capitulino · 13 years ago
  73. c4d11e3 RunState: Drop the RSTATE_NO_STATE value by Luiz Capitulino · 13 years ago
  74. 0d45b70 vl: Change qemu_vmstop_requested() to return a bool by Luiz Capitulino · 13 years ago
  75. 7f67d89 Merge remote-tracking branch 'qmp/queue/qmp' into staging by Anthony Liguori · 13 years ago
  76. d9389b9 Fix termination by signal with -no-shutdown by Kevin Wolf · 13 years ago
  77. 9e37b9d QMP: query-status: Introduce 'status' key by Luiz Capitulino · 14 years ago
  78. 6667b23 Monitor/QMP: Don't allow cont on bad VM state by Luiz Capitulino · 14 years ago
  79. 1354869 Drop the vm_running global variable by Luiz Capitulino · 14 years ago
  80. 1bcef68 Drop the incoming_expected global variable by Luiz Capitulino · 14 years ago
  81. 5db9d4d runstate_set(): Check for valid transitions by Luiz Capitulino · 14 years ago
  82. f5bbfba RunState: Add additional states by Luiz Capitulino · 14 years ago
  83. 1dfb4dd Replace the VMSTOP macros with a proper state type by Luiz Capitulino · 14 years ago
  84. da5391e Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 14 years ago
  85. ad8b818 Don't use g_thread_get_initialized. by Gerd Hoffmann · 14 years ago
  86. 60474fb Fix comment (install patch -> install path) by Stefan Weil · 14 years ago
  87. a74cd8c rename qemu_malloc and related to glib names for coherence by Frediano Ziglio · 14 years ago
  88. 12d4536 main: force enabling of I/O thread by Anthony Liguori · 14 years ago
  89. 88adbdf Merge remote-tracking branch 'stefanha/tracing' into staging by Anthony Liguori · 14 years ago
  90. 69e5bb6 Add glib support to main loop by Anthony Liguori · 14 years ago
  91. 23d15e8 trace: add "-trace events" argument to control initial state by Lluís · 14 years ago
  92. e485897 trace: avoid conditional code compilation during option parsing by Lluís · 14 years ago
  93. edb47ec trace: move backend-specific code into the trace/ directory by Lluís · 14 years ago
  94. 6d8a764 trace: [configure] rename CONFIG_*_TRACE into CONFIG_TRACE_* by Lluís · 14 years ago
  95. c9f711a Poll main loop after I/O events were received by Jan Kiszka · 14 years ago
  96. 200668b Do not drop global mutex for polled main loop runs by Jan Kiszka · 14 years ago
  97. f69554b char: qemu_chr_open_opts() -> qemu_chr_new_from_opts() by Anthony Liguori · 14 years ago
  98. 27143a4 char: rename qemu_chr_open() -> qemu_chr_new() by Anthony Liguori · 14 years ago
  99. 0750112 Add trace points for g_malloc/g_free functions by Anthony Liguori · 14 years ago
  100. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago