1. 2709f26 well-defined listing order for machine types by Laszlo Ersek · 10 years ago
  2. 7dfddd7 smbios: Fix assertion on socket count calculation by Eduardo Habkost · 10 years ago
  3. f18a768 vdi: wrapped uuid_unparse() in #ifdef by SeokYeon Hwang · 9 years ago
  4. 84f8f3d tap: fix possible fd leak in net_init_tap by Gonglei · 9 years ago
  5. d0caa3e tap: do not close(fd) in net_init_tap_one by Gonglei · 9 years ago
  6. bb019cf target-i386: Remove unused model_features_t struct by Eduardo Habkost · 9 years ago
  7. b391567 tap_int.h: remove repeating NETWORK_SCRIPT defines by Gonglei · 9 years ago
  8. 25cec2b os-posix: reorder parent notification for -daemonize by Michael Tokarev · 9 years ago
  9. fee78fd pidfile: stop making pidfile error a special case by Michael Tokarev · 9 years ago
  10. ccea25f os-posix: replace goto again with a proper loop by Michael Tokarev · 9 years ago
  11. 0be5e43 os-posix: use global daemon_pipe instead of cryptic fds[1] by Michael Tokarev · 9 years ago
  12. 08a655b dump: Fix dump-guest-memory termination and use-after-close by Gonglei · 10 years ago
  13. 7d5a843 virtio-9p-proxy: improve error messages in connect_namedsocket() by Michael Tokarev · 10 years ago
  14. 6af76c6 virtio-9p-proxy: fix error return in proxy_init() by Michael Tokarev · 10 years ago
  15. 660edd4 virtio-9p-proxy: Fix sockfd leak by Michael Tokarev · 10 years ago
  16. 8ef2b25 target-tricore: check return value before using it by zhanghailiang · 10 years ago
  17. 44d8d2b net/slirp: specify logbase for smbd by Michael Tokarev · 10 years ago
  18. 2fd7ae3 Revert "os-posix: report error message when lock file failed" by Michael Tokarev · 10 years ago
  19. 404ac83 util: Improve os_mem_prealloc error message by Michal Privoznik · 10 years ago
  20. 2944d74 sparse: fix build by Gerd Hoffmann · 10 years ago
  21. 0d61f18 target-arm: A64: remove redundant store by Alex Bennée · 10 years ago
  22. 11693a6 target-xtensa: mark XtensaConfig structs as unused by Peter Maydell · 10 years ago
  23. d6aaddf bitmap.h: Don't include qemu-common.h by Eduardo Habkost · 10 years ago
  24. afeeead bitops.h: Don't include qemu-common.h by Eduardo Habkost · 10 years ago
  25. a5ebc0e tests: Add missing include to test-bitops.c by Eduardo Habkost · 10 years ago
  26. ace386b virtio-scsi: fix dataplane by Paolo Bonzini · 9 years ago
  27. dbc464d ivshmem: use error_report by Andrew Jones · 10 years ago
  28. 3a31cff ivshmem: Fix fd leak on error by Andreas Färber · 10 years ago
  29. 34bc07c ivshmem: Fix potential OOB r/w access by Sebastian Krahmer · 10 years ago
  30. 363ba1c ivshmem: validate incoming_posn value from server by Stefan Hajnoczi · 10 years ago
  31. a2e9011 ivshmem: Check ivshmem_read() size argument by Stefan Hajnoczi · 10 years ago
  32. e64e353 i386: fix breakpoints handling in icount mode by Pavel Dovgalyuk · 10 years ago
  33. 4725398 kvm_stat: Add powerpc support by Michael Ellerman · 10 years ago
  34. a15d564 kvm_stat: Abstract ioctl numbers by Michael Ellerman · 10 years ago
  35. 4d4103f kvm_stat: Rework platform detection by Michael Ellerman · 10 years ago
  36. 27d318a kvm_stat: Fix the non-x86 exit reasons by Michael Ellerman · 10 years ago
  37. 763952d kvm_stat: Only consider online cpus by Michael Ellerman · 10 years ago
  38. 0ba1f53 virtio-scsi: Fix num_queue input validation by Fam Zheng · 9 years ago
  39. fb7b5c0 scsi: devirtualize unrealize of SCSI devices by Paolo Bonzini · 11 years ago
  40. 93bd49a virtio-scsi: Fix memory leak when realize failed by Fam Zheng · 9 years ago
  41. c1d4096 iscsi: Refuse to open as writable if the LUN is write protected by Fam Zheng · 9 years ago
  42. 076893d kvmvapic: patch_instruction fix by Pavel Dovgalyuk · 9 years ago
  43. 522abf6 vl.c: Fix Coverity complaining for vmstate_dump_file by Gonglei · 10 years ago
  44. e4dc3f5 Add skip_dump flag to ignore memory region during dump by Nikunj A Dadhania · 10 years ago
  45. b154537 -machine vmport=off: Allow disabling of VMWare ioport emulation by Dr. David Alan Gilbert · 10 years ago
  46. 7957ee7 megasas: Fixup MSI-X handling by Hannes Reinecke · 10 years ago
  47. 6df5718 megasas: Rework frame queueing algorithm by Hannes Reinecke · 10 years ago
  48. aaf2a85 megasas: Update queue logging by Hannes Reinecke · 10 years ago
  49. 200b696 megasas: Implement DCMD_CLUSTER_RESET_LD by Hannes Reinecke · 10 years ago
  50. 96f8f23 megasas: Ignore duplicate init_firmware commands by Hannes Reinecke · 10 years ago
  51. 8d72db6 megasas: Clear unit attention on initial reset by Hannes Reinecke · 10 years ago
  52. 77bb6b1 megasas: Decode register names by Hannes Reinecke · 10 years ago
  53. e74a431 megasas: Fix typo in megasas_dcmd_ld_get_list() by Hannes Reinecke · 10 years ago
  54. e23d049 megasas: add MegaRAID SAS 2108 emulation by Hannes Reinecke · 10 years ago
  55. 3f2cd4d megasas: fixup device mapping by Hannes Reinecke · 10 years ago
  56. 7bd9084 megasas: simplify trace event messages by Hannes Reinecke · 10 years ago
  57. d97ae36 megasas: fixup MFI_DCMD_LD_LIST_QUERY by Hannes Reinecke · 10 years ago
  58. 1894df0 scsi: Rename scsi_*_length() to scsi_*_xfer(), add scsi_cdb_length() by Hannes Reinecke · 10 years ago
  59. 98001e7 ui: Use the new ".mo-cflags" rule syntax for SDL_CFLAGS by Fam Zheng · 10 years ago
  60. 2d38853 rules.mak: Allow .mo-objs and .mo-cflags in -y variables by Fam Zheng · 10 years ago
  61. ee29498 Merge remote-tracking branch 'remotes/sstabellini/xen-2014-10-30' into staging by Peter Maydell · 9 years ago
  62. 4239e2d Merge remote-tracking branch 'remotes/kraxel/tags/pull-cve-2014-3689-20141029-1' into staging by Peter Maydell · 9 years ago
  63. fecd54c Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20141028-1' into staging by Peter Maydell · 9 years ago
  64. f33f43b Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20141028-1' into staging by Peter Maydell · 9 years ago
  65. 3c1d9a1 Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20141028-1' into staging by Peter Maydell · 9 years ago
  66. d4f9e80 fix off-by-one error in pci_piix3_xen_ide_unplug by James Harper · 9 years ago
  67. 37f9e25 xen-hvm.c: Add support for Xen access to vmport by Don Slutz · 10 years ago
  68. 0811867 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  69. cbd5ac6 virtio: link the rng backend through an alias property by Paolo Bonzini · 10 years ago
  70. bd9ccd8 vmware-vga: use vmsvga_verify_rect in vmsvga_fill_rect by Gerd Hoffmann · 10 years ago
  71. 61b41b4 vmware-vga: use vmsvga_verify_rect in vmsvga_copy_rect by Gerd Hoffmann · 10 years ago
  72. 9d6b207 vnc: return directly if no vnc client connected by ChenLiang · 10 years ago
  73. e6908bf vnc: sanitize bits_per_pixel from the client by Petr Matousek · 10 years ago
  74. a65e4ef uhci: remove useless DEBUG by Gonglei · 10 years ago
  75. 2aa6bfc xhci: add property to turn on/off streams support by Gerd Hoffmann · 10 years ago
  76. 81b49e8 libcacard: don't free sign buffer while sign op is pending by Ray Strode · 10 years ago
  77. 1223bc4 libcacard: Lock NSS cert db when selecting an applet on an emulated card by Ray Strode · 10 years ago
  78. f032cfa libcacard: introduce new vcard_emul_logout by Ray Strode · 10 years ago
  79. 316cb06 gtk: avoid gd_widget_reparent with gtk 3.14+ by Gerd Hoffmann · 10 years ago
  80. 987fec5 gtk: drop gtk_widget_set_double_buffered call by Gerd Hoffmann · 10 years ago
  81. 1735fe1 vmware-vga: use vmsvga_verify_rect in vmsvga_update_rect by Gerd Hoffmann · 10 years ago
  82. 0725890 vmware-vga: add vmsvga_verify_rect by Gerd Hoffmann · 10 years ago
  83. 83afa38 vmware-vga: CVE-2014-3689: turn off hw accel by Gerd Hoffmann · 10 years ago
  84. e218052 aio / timers: De-document -clock by Markus Armbruster · 10 years ago
  85. 024d9ad hw/scsi/virtio-scsi.c: fix the "type" use error in virtio_scsi_handle_ctrl by Bin Wu · 10 years ago
  86. b7890c4 virtio-scsi: sense in virtio_scsi_command_complete by Ting Wang · 10 years ago
  87. 3e9418e Revert "main-loop.c: Handle SIGINT, SIGHUP and SIGTERM synchronously" by Jan Kiszka · 10 years ago
  88. 817ef04 Make qemu_shutdown_requested signal-safe by Jan Kiszka · 10 years ago
  89. 9aecd6f target-i386: add Intel AVX-512 support by Chao Peng · 10 years ago
  90. ff0d487 MAINTAINERS: add myself under 'general project admin' section by Peter Maydell · 10 years ago
  91. 6f64091 MAINTAINERS: add myself as MIPS guest cores co-maintainer by Leon Alrae · 10 years ago
  92. 74dda987 target-mips: add ULL suffix in bitswap to avoid compiler warning by Leon Alrae · 10 years ago
  93. 71b7f54 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20141024' into staging by Peter Maydell · 10 years ago
  94. dbe9d16 target-arm: A32: Emulate the SMC instruction by Fabian Aggeler · 10 years ago
  95. 592125f target-arm: make arm_current_el() return EL3 by Fabian Aggeler · 10 years ago
  96. dcbff19 target-arm: rename arm_current_pl to arm_current_el by Greg Bellows · 10 years ago
  97. 027fc52 target-arm: reject switching to monitor mode by Sergey Fedorov · 10 years ago
  98. 19e0fef target-arm: add arm_is_secure() function by Fabian Aggeler · 10 years ago
  99. 0b7d409 target-arm: increase arrays of registers R13 & R14 by Fabian Aggeler · 10 years ago
  100. 23adb86 target-arm: correctly UNDEF writes to FPINST/FPINST2 from EL0 by Peter Maydell · 10 years ago