1. cb48f67 bsd-user: Fix operand to cpu_x86_exec by Richard Henderson · 10 years ago
  2. 7008d58 Update version for v2.4.0-rc3 release by Peter Maydell · 10 years ago v2.4.0-rc3
  3. 46739a2 Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 10 years ago
  4. ca96ac4 AioContext: force event loop iteration using BH by Stefan Hajnoczi · 10 years ago
  5. a076972 AioContext: avoid leaking BHs on cleanup by Stefan Hajnoczi · 10 years ago
  6. fed105e virtio-blk-dataplane: delete bottom half before the AioContext is freed by Paolo Bonzini · 10 years ago
  7. b83d017 Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into staging by Peter Maydell · 10 years ago
  8. 170f209 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 10 years ago
  9. 8b89b3a Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150728' into staging by Peter Maydell · 10 years ago
  10. 5e868d2 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  11. 9f8c5b6 Merge remote-tracking branch 'remotes/cody/tags/jtc-for-upstream-pull-request' into staging by Peter Maydell · 10 years ago
  12. 7bba83b xen: Drop net_rx_ok by Fam Zheng · 10 years ago
  13. 776f878 Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-07-27' into staging by Peter Maydell · 10 years ago
  14. ff1d2ac hw/net: handle flow control in mcf_fec driver receiver by Greg Ungerer · 10 years ago
  15. 52579c6 net/dp8393x: do not use memory_region_init_rom_device with NULL by Hervé Poussineau · 10 years ago
  16. 30dfa9a net/dp8393x: remove check of runt packets by Hervé Poussineau · 10 years ago
  17. f635128 net/dp8393x: disable user creation by Hervé Poussineau · 10 years ago
  18. 84a29c7 Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  19. da52a4d target-mips: fix offset calculation for Interrupts by Yongbok Kim · 10 years ago
  20. 8bcbb83 target-mips: fix passing incompatible pointer type in machine.c by Leon Alrae · 10 years ago
  21. 325e390 block/ssh: Avoid segfault if inet_connect doesn't set errno. by Richard W.M. Jones · 10 years ago
  22. 6a55c82 sheepdog: serialize requests to overwrapping area by Hitoshi Mitake · 10 years ago
  23. 52c91da memory: do not add a reference to the owner of aliased regions by Paolo Bonzini · 10 years ago
  24. 55875fc megasas: Add write function to handle write access to PCI BAR 3 by Salva Peiró · 10 years ago
  25. c147b51 virtio: minor cleanup by Michael S. Tsirkin · 10 years ago
  26. 8ef3ea2 acpi: fix pvpanic device is not shown in ui by Gal Hammer · 10 years ago
  27. 226d007 gdbstub: Set current CPU on interruptions by Jan Kiszka · 10 years ago
  28. 801db5e qapi: add missing @ by Marc-André Lureau · 10 years ago
  29. 786f9ce Fix Cortex-A9 global timer by Johannes Schlatow · 10 years ago
  30. 7e71e11 gitignore: Ignore shader generated files by Michal Privoznik · 10 years ago
  31. 7155f2c vmstate: remove unused declaration by Marc-André Lureau · 10 years ago
  32. f6288b9 make: Clean build messages by Stefan Weil · 10 years ago
  33. ab60366 qemu-common.h: Document cutils.c string functions by Peter Maydell · 10 years ago
  34. cc47a16 device_tree: Fix a typo by Kamalesh Babulal · 10 years ago
  35. f3c30ae hw/acpi/ich9: clean up stale comment about KVM not supporting SMM by Laszlo Ersek · 10 years ago
  36. be66680 hw/acpi/ich9: clear smi_en on reset by Laszlo Ersek · 10 years ago
  37. f8787f8 Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20150727' into staging by Peter Maydell · 10 years ago
  38. edec47c main-loop: fix qemu_notify_event for aio_notify optimization by Paolo Bonzini · 10 years ago
  39. 77c102c block: qemu-iotests - add check for multiplication overflow in vpc by Jeff Cody · 10 years ago
  40. b15deac block: vpc - prevent overflow if max_table_entries >= 0x40000000 by Jeff Cody · 10 years ago
  41. 3737129 configure: Work around broken static pkg-config info for Ubuntu gnutls by Peter Maydell · 10 years ago
  42. c9b11f9 virtio-blk: only clear VIRTIO_F_ANY_LAYOUT for legacy device by Jason Wang · 10 years ago
  43. efb8206 virtio-blk: fail get_features when both scsi and 1.0 were set by Jason Wang · 10 years ago
  44. 9d5b731 virtio: get_features() can fail by Jason Wang · 10 years ago
  45. 2746269 virtio-pci: fix memory MR cleanup for modern by Michael S. Tsirkin · 10 years ago
  46. bbeb823 tcg: mark temps as mem_coherent = 0 for mov with a constant by Aurelien Jarno · 10 years ago
  47. 7df69de tcg: correctly mark dead inputs for mov with a constant by Aurelien Jarno · 10 years ago
  48. 122e7da Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into staging by Peter Maydell · 10 years ago
  49. f9f7492 axienet: Flush queued packets when rx is done by Fam Zheng · 10 years ago
  50. 4594f93 dp8393x: Flush packets when link comes up by Fam Zheng · 10 years ago
  51. 1ef4a60 stellaris_enet: Flush queued packets when read done by Fam Zheng · 10 years ago
  52. 1dd58ae mipsnet: Flush queued packets when receiving is enabled by Fam Zheng · 10 years ago
  53. 3b7031e milkymist-minimac2: Flush queued packets when link comes up by Fam Zheng · 10 years ago
  54. e813f0d mcf_fec: Drop mcf_fec_can_receive by Fam Zheng · 10 years ago
  55. 575bafd etsec: Flush queue when rx buffer is consumed by Fam Zheng · 10 years ago
  56. b6cb661 etsec: Move etsec_can_receive into etsec_receive by Fam Zheng · 10 years ago
  57. 9134402 usbnet: Drop usbnet_can_receive by Fam Zheng · 10 years ago
  58. 363db4b eepro100: Drop nic_can_receive by Fam Zheng · 10 years ago
  59. b0ba0b9 pcnet: Drop pcnet_can_receive by Fam Zheng · 10 years ago
  60. 8c8c460 xgmac: Drop packets with eth_can_rx is false. by Fam Zheng · 10 years ago
  61. 491a1f4 hw/net: fix mcf_fec driver receiver by Greg Ungerer · 10 years ago
  62. 299f7be hw/net: add simple phy support to mcf_fec driver by Greg Ungerer · 10 years ago
  63. 3634869 hw/net: add ANLPAR bit definitions to generic mii by Greg Ungerer · 10 years ago
  64. 3e23056 hw/net: create common collection of MII definitions by Greg Ungerer · 10 years ago
  65. e40db4c Merge remote-tracking branch 'remotes/jnsnow/tags/cve-2015-5154-pull-request' into staging by Peter Maydell · 10 years ago
  66. 019c2ab crypto: extend unit tests to cover decryption too by Daniel P. Berrange · 10 years ago
  67. 6775e2c crypto: fix built-in AES decrypt function by Daniel P. Berrange · 10 years ago
  68. 09999a5 virtio: set any_layout in virtio core by Michael S. Tsirkin · 10 years ago
  69. cd4bfbb virtio-9p: fix any_layout by Michael S. Tsirkin · 10 years ago
  70. 7882080 virtio-serial: fix ANY_LAYOUT by Michael S. Tsirkin · 10 years ago
  71. 5f45607 virtio: hide legacy features from modern guests by Michael S. Tsirkin · 10 years ago
  72. cb72cba ide: Clear DRQ after handling all expected accesses by Kevin Wolf · 10 years ago
  73. 03441c3 ide/atapi: Fix START STOP UNIT command completion by Kevin Wolf · 10 years ago
  74. d2ff858 ide: Check array bounds before writing to io_buffer (CVE-2015-5154) by Kevin Wolf · 10 years ago
  75. f793d97 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  76. 178846b target-i386/FPU: a misprint in helper_fistll_ST0 by Dmitry Poletaev · 10 years ago
  77. d274e07 qemu-doc: fix typos by Gonglei · 10 years ago
  78. c1076c3 framebuffer: set DIRTY_MEMORY_VGA on RAM that is used for the framebuffer by Paolo Bonzini · 10 years ago
  79. deb809e memory: count number of active VGA logging clients by Paolo Bonzini · 10 years ago
  80. fb43096 vl: Fix compiler warning for builds without VNC by Stefan Weil · 10 years ago
  81. 7d99f4c scsi: Handle no media case for scsi_get_configuration by Matthew Rosato · 10 years ago
  82. ab28bd2 rcu: actually register threads that have RCU read-side critical sections by Paolo Bonzini · 10 years ago
  83. c170aad scsi: fix buffer overflow in scsi_req_parse_cdb (CVE-2015-5158) by Paolo Bonzini · 10 years ago
  84. 6092845 vnc: fix memory leak by Gonglei · 10 years ago
  85. 30fdfae Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20150723' into staging by Peter Maydell · 10 years ago
  86. f75b709 Merge remote-tracking branch 'remotes/awilliam/tags/vfio-fixes-20150723.0' into staging by Peter Maydell · 10 years ago
  87. 9615212 tcg/optimize: fix tcg_opt_gen_movi by Aurelien Jarno · 10 years ago
  88. 80adb8f tcg/aarch64: use 32-bit offset for 32-bit softmmu emulation by Richard Henderson · 10 years ago
  89. ffc6372 tcg/aarch64: use 32-bit offset for 32-bit user-mode emulation by Paolo Bonzini · 10 years ago
  90. 6c0f0c0 tcg/aarch64: add ext argument to tcg_out_insn_3310 by Paolo Bonzini · 10 years ago
  91. ee8ba9e tcg/i386: Extend addresses for 32-bit guests by Richard Henderson · 10 years ago
  92. 12e21eb Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into staging by Peter Maydell · 10 years ago
  93. 4bf1cb0 qemu-char: Fix missed data on unix socket by Nils Carlson · 10 years ago
  94. 9172f42 qemu-char: handle EINTR for TCP character devices by Paolo Bonzini · 10 years ago
  95. 0b8e2c1 exec.c: Use atomic_rcu_read() to access dispatch in memory_region_section_get_iotlb() by Peter Maydell · 10 years ago
  96. 759b484 vfio/pci: Fix bootindex by Alex Williamson · 10 years ago
  97. 69970fc vfio/pci: Fix RTL8168 NIC quirks by Alex Williamson · 10 years ago
  98. 6b26996 hostmem: Fix qemu_opt_get_bool() crash in host_memory_backend_init() by Eduardo Habkost · 10 years ago
  99. b69b305 Update version for v2.4.0-rc2 release by Peter Maydell · 10 years ago v2.4.0-rc2
  100. 3edf6b3 Merge remote-tracking branch 'remotes/elmarco/tags/for-upstream' into staging by Peter Maydell · 10 years ago