1. a5b39cd hw/vfio/platform: do not set resamplefd for edge-sensitive IRQS by Eric Auger · 9 years ago
  2. a22313d hw/vfio/platform: change interrupt/unmask fields into pointer by Eric Auger · 9 years ago
  3. 58892b4 hw/vfio/platform: irqfd setup sequence update by Eric Auger · 9 years ago
  4. c0b520d Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 9 years ago
  5. 945507d Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20151002' into staging by Peter Maydell · 9 years ago
  6. 6fdac09 vhost-user-test: fix predictable filename on tmpfs by Michael S. Tsirkin · 9 years ago
  7. 1b7e1e3 vhost-user-test: use tmpfs by default by Michael S. Tsirkin · 9 years ago
  8. aa8580c pc: memhp: force gaps between DIMM's GPA by Igor Mammedov · 9 years ago
  9. df0acde memhp: extend address auto assignment to support gaps by Igor Mammedov · 9 years ago
  10. 8a9b6b3 vhost-user: unit test for new messages by Michael S. Tsirkin · 10 years ago
  11. ca06d9c vhost-user-test: do not reinvent glib-compat.h by Paolo Bonzini · 9 years ago
  12. 37dd86a Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  13. 73ba05d block/raw-posix: Open file descriptor O_RDWR to work around glibc posix_fallocate emulation issue. by Richard W.M. Jones · 9 years ago
  14. 99b7e77 block: disable I/O limits at the beginning of bdrv_close() by Alberto Garcia · 10 years ago
  15. bb3c801 iotests: Fix test 128 for password-less sudo by Max Reitz · 10 years ago
  16. 552bb52 tests: Fix test 049 fallout from improved HMP error messages by Eric Blake · 10 years ago
  17. 5d55503 raw-win32: Fix write request error handling by Kevin Wolf · 10 years ago
  18. ff770b0 Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging by Peter Maydell · 9 years ago
  19. 5250ced target-microblaze: Set the PC in reset instead of realize by Alistair Francis · 10 years ago
  20. c866728 disas/cris: Fix typo in comment by Stefan Weil · 10 years ago
  21. 5279efe block: mirror - fix full sync mode when target does not support zero init by Jeff Cody · 9 years ago
  22. 0d58364 virtio: Notice when the system doesn't support MSIx at all by Richard Henderson · 10 years ago
  23. 7985950 pc: Add a comment explaining why pc_compat_2_4() doesn't exist by Eduardo Habkost · 9 years ago
  24. 8561c92 exec: allocate PROT_NONE pages on top of RAM by Michael S. Tsirkin · 10 years ago
  25. 9fac18f oslib: allocate PROT_NONE pages on top of RAM by Michael S. Tsirkin · 10 years ago
  26. c2dfc5b oslib: rework anonimous RAM allocation by Michael S. Tsirkin · 10 years ago
  27. 0cf33fb virtio-net: correctly drop truncated packets by Jason Wang · 10 years ago
  28. 29b9f5e virtio: introduce virtqueue_discard() by Jason Wang · 10 years ago
  29. ce31746 virtio: introduce virtqueue_unmap_sg() by Jason Wang · 10 years ago
  30. fa50092 Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20150930' into staging by Peter Maydell · 9 years ago
  31. 86abac0 linux-user: assert that target_mprotect cannot fail by Paolo Bonzini · 10 years ago
  32. d0924a2 linux-user/signal.c: Use setup_rt_frame() instead of setup_frame() for target openrisc by Chen Gang · 10 years ago
  33. dc32562 migration: Disambiguate MAX_THROTTLE by Jason J. Herne · 10 years ago
  34. 4782893 qmp/hmp: Add throttle ratio to query-migrate and info migrate by Jason J. Herne · 10 years ago
  35. 070afca migration: Dynamic cpu throttling for auto-converge by Jason J. Herne · 10 years ago
  36. 1626fee migration: Parameters for auto-converge cpu throttling by Jason J. Herne · 10 years ago
  37. 2adcc85 cpu: Provide vcpu throttling interface by Jason J. Herne · 10 years ago
  38. 2a6e6e5 migration: yet more possible state transitions by Juan Quintela · 10 years ago
  39. b2312c6 Merge remote-tracking branch 'remotes/amit-migration/tags/for-juan-201509' into staging by Peter Maydell · 9 years ago
  40. b9e6092 ram_find_and_save_block: Split out the finding by Dr. David Alan Gilbert · 10 years ago
  41. b8fb8cb Move dirty page search state into separate structure by Dr. David Alan Gilbert · 10 years ago
  42. 97f3ad3 migration: Use g_new() & friends where that makes obvious sense by Markus Armbruster · 10 years ago
  43. 56f3835 migration: qemu-file more size_t'ifying by Dr. David Alan Gilbert · 10 years ago
  44. a202a4c migration: size_t'ify some of qemu-file by Dr. David Alan Gilbert · 10 years ago
  45. c50766f Init page sizes in qtest by Dr. David Alan Gilbert · 10 years ago
  46. 09f6c85 Split out end of migration code from migration_thread by Dr. David Alan Gilbert · 10 years ago
  47. 2f68e39 migration/ram.c: Use RAMBlock rather than MemoryRegion by Dr. David Alan Gilbert · 10 years ago
  48. eb5c936 vmstate: Remove redefinition of VMSTATE_UINT32_ARRAY by Soren Brinkmann · 10 years ago
  49. 08703b9 linux-user/syscall.c: Add EAGAIN to host_to_target_errno_table for by Chen Gang · 10 years ago
  50. 0f0426f linux-user: add name_to_handle_at/open_by_handle_at by Laurent Vivier · 10 years ago
  51. 93b4eff linux-user: Return target error number in do_fork() by Timothy E Baldwin · 10 years ago
  52. ee10458 linux-user: fix cmsg conversion in case of multiple headers by Jonathan Neuschäfer · 10 years ago
  53. 59baae9 linux-user: remove MAX_ARG_PAGES limit by Stefan Brüns · 10 years ago
  54. 84646ee linux-user: remove unused image_info members by Stefan Brüns · 10 years ago
  55. ba02577 linux-user: Treat --foo options the same as -foo by Meador Inge · 10 years ago
  56. 4d1275c linux-user: use EXIT_SUCCESS and EXIT_FAILURE by Riku Voipio · 9 years ago
  57. 138940b linux-user: Add proper error messages for bad options by Meador Inge · 10 years ago
  58. daaf8c8 linux-user: Add -help by Meador Inge · 10 years ago
  59. d03f9c3 linux-user: Exit 0 when -h is used by Meador Inge · 10 years ago
  60. 6996a00 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-cocoa-20150925-1' into staging by Peter Maydell · 10 years ago
  61. 365d7f3 ui/cocoa.m: remove open dialog code by John Arbuckle · 10 years ago
  62. 3b178b7 ui/cocoa.m: prevent stuck key situation by John Arbuckle · 10 years ago
  63. d9bc14f ui/cocoa.m: verify with user before quitting QEMU by John Arbuckle · 10 years ago
  64. 9e07142 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  65. 8bfbbb4 Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150925.0' into staging by Peter Maydell · 10 years ago
  66. 54b3762 Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging by Peter Maydell · 10 years ago
  67. 690b286 Merge remote-tracking branch 'remotes/vivier-misc/tags/pull-muldiv64-20150925' into staging by Peter Maydell · 10 years ago
  68. cdf9818 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 10 years ago
  69. e6fd57e sheepdog: refine discard support by Hitoshi Mitake · 10 years ago
  70. 498f214 sheepdog: use per AIOCB dirty indexes for non overlapping requests by Hitoshi Mitake · 10 years ago
  71. ab60b74 net: remove muldiv64() by Laurent Vivier · 10 years ago
  72. fdfea12 bt: remove muldiv64() by Laurent Vivier · 10 years ago
  73. 0a4f924 hpet: remove muldiv64() by Laurent Vivier · 10 years ago
  74. 352c98e arm: clarify the use of muldiv64() by Laurent Vivier · 10 years ago
  75. ccaf174 openrisc: remove muldiv64() by Laurent Vivier · 10 years ago
  76. 683dca6 mips: remove muldiv64() by Laurent Vivier · 10 years ago
  77. c6acbe8 pcnet: remove muldiv64() by Laurent Vivier · 10 years ago
  78. 37b9ab9 rtl8139: remove muldiv64() by Laurent Vivier · 10 years ago
  79. 9491e9b i6300esb: remove muldiv64() by Laurent Vivier · 10 years ago
  80. 06c3916 Backup: don't do copy-on-read in before_write_notifier by Wen Congyang · 10 years ago
  81. 9568b51 block: Introduce a new API bdrv_co_no_copy_on_readv() by Wen Congyang · 10 years ago
  82. 4da65c8 sheepdog: add reopen support by Liu Yuan · 10 years ago
  83. 18a8056 block/nfs: cache allocated filesize for read-only files by Peter Lieven · 10 years ago
  84. 055c6f9 block/nfs: fix calculation of allocated file size by Peter Lieven · 10 years ago
  85. 8e9620a doc: Refresh URLs in the qemu-tech documentation by Thomas Huth · 10 years ago
  86. 717171b docs: describe the QEMU build system structure / design by Daniel P. Berrange · 10 years ago
  87. ae1e938 typedef: add typedef for QemuOpts by Pavel Dovgalyuk · 10 years ago
  88. a4fc321 i386: interrupt poll processing by Pavel Dovgalyuk · 10 years ago
  89. 6220e90 i386: partial revert of interrupt poll fix by Pavel Dovgalyuk · 10 years ago
  90. 4ecd4d1 ppc: Rename ELF_MACHINE to be PPC specific by Peter Crosthwaite · 10 years ago
  91. a5e8788 i386: Rename ELF_MACHINE to be x86 specific by Peter Crosthwaite · 10 years ago
  92. a0036be alpha: Remove ELF_MACHINE from cpu.h by Peter Crosthwaite · 10 years ago
  93. 04ce380 mips: Remove ELF_MACHINE from cpu.h by Peter Crosthwaite · 10 years ago
  94. 7745238 sparc: Remove ELF_MACHINE from cpu.h by Peter Crosthwaite · 10 years ago
  95. 99a4434 s390: Remove ELF_MACHINE from cpu.h by Peter Crosthwaite · 10 years ago
  96. bf337d4 sh4: Remove ELF_MACHINE from cpu.h by Peter Crosthwaite · 10 years ago
  97. 943cd38 xtensa: Remove ELF_MACHINE from cpu.h by Peter Crosthwaite · 10 years ago
  98. 7183128 tricore: Remove ELF_MACHINE from cpu.h by Peter Crosthwaite · 10 years ago
  99. ed03ecf or32: Remove ELF_MACHINE from cpu.h by Peter Crosthwaite · 10 years ago
  100. 22d2fb4 lm32: Remove ELF_MACHINE from cpu.h by Peter Crosthwaite · 10 years ago