1. 15eafc2 kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIP by Paolo Bonzini · 9 years ago
  2. 21a2430 main-loop: suppress warnings under qtest by Michael S. Tsirkin · 9 years ago
  3. 0a9516c monitor/target-ppc: Define target_get_monitor_def by Alexey Kardashevskiy · 9 years ago
  4. 7615936 replay: initialization and deinitialization by Pavel Dovgalyuk · 9 years ago
  5. 8bd7f71 replay: checkpoints by Pavel Dovgalyuk · 9 years ago
  6. 8eda206 replay: recording and replaying clock ticks by Pavel Dovgalyuk · 9 years ago
  7. 6f06096 replay: interrupts and exceptions by Pavel Dovgalyuk · 9 years ago
  8. d73abd6 replay: global variables and function stubs by Pavel Dovgalyuk · 9 years ago
  9. ca3e40e Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 9 years ago
  10. 2ce68e4 vhost: add vhost_has_free_slot() interface by Igor Mammedov · 9 years ago
  11. fa19d02 qemu-char: convert vc backend to data-driven creation by Paolo Bonzini · 9 years ago
  12. 68145e1 qemu-char: convert spice backend to data-driven creation by Paolo Bonzini · 9 years ago
  13. 0498790 qemu-char: convert testdev backend to data-driven creation by Paolo Bonzini · 9 years ago
  14. e47666b qemu-char: convert braille backend to data-driven creation by Paolo Bonzini · 9 years ago
  15. 96d885b qemu-char: convert msmouse backend to data-driven creation by Paolo Bonzini · 9 years ago
  16. bf95728 monitor: remove target-specific code from monitor.c by Pavel Butsykin · 9 years ago
  17. afbe705 main-loop: introduce qemu_mutex_iothread_locked by Paolo Bonzini · 10 years ago
  18. cc7a8ea Include qapi/qmp/qerror.h exactly where needed by Markus Armbruster · 10 years ago
  19. 4629ed1 qerror: Finally unused, clean up by Markus Armbruster · 10 years ago
  20. c6bd8c7 qerror: Clean up QERR_ macros to expand into a single string by Markus Armbruster · 10 years ago
  21. f4d248b iohandler: Change return type of qemu_set_fd_handler to "void" by Fam Zheng · 10 years ago
  22. 6484e42 main-loop: Drop qemu_set_fd_handler2 by Fam Zheng · 10 years ago
  23. 0bc12c4 stubs: Add qemu_set_fd_handler by Fam Zheng · 10 years ago
  24. 489653b monitor: Change return type of monitor_cur_is_qmp() to bool by Markus Armbruster · 10 years ago
  25. 0048fa6 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 10 years ago
  26. 87a45cf pc-dimm: add a function to calculate VM's current RAM size by zhanghailiang · 10 years ago
  27. f51074c pci-hotplug-old: Has been dead for five major releases, bury by Markus Armbruster · 10 years ago
  28. 2822c1b stubs: Fix warning caused by missing include statement by Stefan Weil · 10 years ago
  29. 8fb3c76 block: Code motion to get rid of stubs/blockdev.c by Markus Armbruster · 10 years ago
  30. 3ae5958 block: Keep DriveInfo alive until BlockDriverState dies by Markus Armbruster · 10 years ago
  31. b3dd1b8 monitor: fix use after free by Michael S. Tsirkin · 10 years ago
  32. 5692399 backends: Introduce chr-testdev by Paolo Bonzini · 11 years ago
  33. 089a394 Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging by Peter Maydell · 11 years ago
  34. 7517517 qapi event: clean up by Wenchao Xia · 11 years ago
  35. 1dc75c6 libqemustub: add more stubs for qemu-char by Nikolay Nikolaev · 11 years ago
  36. d9c1647 Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 11 years ago
  37. 3840f84 console: move chardev declarations to sysemu/char.h by Michael S. Tsirkin · 11 years ago
  38. 2bd3bce block: asynchronously stop the VM on I/O errors by Paolo Bonzini · 11 years ago
  39. 6f2e273 qmp: add query-memory-devices command by Igor Mammedov · 11 years ago
  40. a77e6b1 Add qtest for vhost-user by Nikolay Nikolaev · 11 years ago
  41. 07a32d6 libqemustub: add stubs to be able to use qemu-char.c by Nikolay Nikolaev · 11 years ago
  42. acb0ef5 dump: Make DumpState and endian conversion routines available for arch-specific dump code by Bharata B Rao · 11 years ago
  43. 0b15abf qerror.h: Replace QERR_NOT_SUPPORTED with QERR_UNSUPPORTED by Cole Robinson · 11 years ago
  44. 4a66d3b monitor: Remove unused monitor_print_filename by Cole Robinson · 11 years ago
  45. c3adb58 blockdev: Refuse to open encrypted image unless paused by Markus Armbruster · 11 years ago
  46. 01c22f2 main-loop: Suppress "I/O thread spun" warnings for qtest by Peter Maydell · 11 years ago
  47. 8ead601 stubs: Optimize dependencies for gdbstub.c by Stefan Weil · 11 years ago
  48. d6032e0 kvm: Introduce kvm_arch_irqchip_create by Christoffer Dall · 11 years ago
  49. 6c2679f Merge remote-tracking branch 'kiszka/queues/slirp' into staging by Anthony Liguori · 11 years ago
  50. a42e9c4 slirp: set mainloop timeout with more precise value by Liu Ping Fan · 11 years ago
  51. 5accc84 scsi: prefer UUID to VM name for the initiator name by Paolo Bonzini · 11 years ago
  52. 40daca5 aio / timers: Rearrange timer.h & make legacy functions call non-legacy by Alex Bligh · 11 years ago
  53. 56c4bfb dump: rebase from host-private RAMBlock offsets to guest-physical addresses by Laszlo Ersek · 11 years ago
  54. 5b24c64 cpu: Introduce CPUClass::gdb_core_xml_file for GDB_CORE_XML by Andreas Färber · 12 years ago
  55. 5698346 cpus: Add return value for vm_stop() by Kevin Wolf · 12 years ago
  56. c643bed cpu: Change qemu_init_vcpu() argument to CPUState by Andreas Färber · 12 years ago
  57. 878096e cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks by Andreas Färber · 12 years ago
  58. 2a78636 dump: Drop qmp_dump_guest_memory() stub and build for all targets by Andreas Färber · 12 years ago
  59. 88f62c2 dump: Move stubs into libqemustub.a by Andreas Färber · 12 years ago
  60. 2993683 cpu: Introduce cpu_resume(), for single CPU by Igor Mammedov · 12 years ago
  61. c71c3e9 stubs: Add a vmstate_dummy struct for CONFIG_USER_ONLY by Andreas Färber · 12 years ago
  62. 1559e0d hw: move device-hotplug.o to toplevel, compile it once by Paolo Bonzini · 12 years ago
  63. 8917c3b slirp: switch to GPollFD by Stefan Hajnoczi · 12 years ago
  64. 5708fc6 stubs: fully replace qemu-tool.c and qemu-user.c by Paolo Bonzini · 12 years ago
  65. 906709a libqemustub: sysbus_get_default() stub by Eduardo Habkost · 12 years ago
  66. 083a5f8 libqemustub: vmstate register/unregister stubs by Eduardo Habkost · 12 years ago
  67. 41c6bcd libqemustub: Add qemu_[un]register_reset() stubs by Eduardo Habkost · 12 years ago
  68. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  69. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  70. 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
  71. 7b1b5d1 qapi: move include files to include/qobject/ by Paolo Bonzini · 12 years ago
  72. 3bc2f57 build: replace weak symbols with a static library by Paolo Bonzini · 12 years ago