1. fa988e3 qapi-schema: Collect transaction stuff in qapi/transaction.json by Markus Armbruster · 8 years ago
  2. 48685a8 qapi-schema: Collect migration stuff in qapi/migration.json by Markus Armbruster · 8 years ago
  3. 608cfed qapi-schema: Collect UI stuff in qapi/ui.json by Markus Armbruster · 8 years ago
  4. 3c0bd37 qapi-schema: Collect net device stuff in qapi/net.json by Markus Armbruster · 8 years ago
  5. dbeee39 qapi-schema: Collect char device stuff in qapi/char.json by Markus Armbruster · 8 years ago
  6. 0e201d3 qapi-schema: Collect run state stuff in qapi/run-state.json by Markus Armbruster · 8 years ago
  7. a2ff5a4 qapi-schema: Collect sockets stuff in qapi/sockets.json by Markus Armbruster · 8 years ago
  8. c7a4e0c qapi-schema: Rocker doc section contains unrelated stuff, fix by Markus Armbruster · 8 years ago
  9. a885cd3 qapi-schema: Introspection doc is in the wrong section, fix by Markus Armbruster · 8 years ago
  10. 211e506 qapi-schema: Document how generated documentation is ordered by Markus Armbruster · 8 years ago
  11. cbb6540 qlit: Tighten QLit list vs QList comparison by Marc-André Lureau · 8 years ago
  12. 6da8a7a qlit: Tighten QLit dict vs QDict comparison by Marc-André Lureau · 8 years ago
  13. 382176b tests/check-qlit: New, covering qobject/qlit.c by Marc-André Lureau · 8 years ago
  14. 5f4bd80 qlit: Replace open-coded qnum_get_int() by call by Marc-André Lureau · 8 years ago
  15. 6c6084c qlit: add QLIT_QNULL and QLIT_BOOL by Marc-André Lureau · 8 years ago
  16. e2346a1 qlit: make qlit_equal_qobject() take const arguments by Marc-André Lureau · 8 years ago
  17. d9eba57 qlit: make qlit_equal_qobject return a bool by Marc-André Lureau · 8 years ago
  18. 60cc2eb qlit: rename compare_litqobj_to_qobj() to qlit_equal_qobject() by Marc-André Lureau · 8 years ago
  19. d5cd8fb qlit: Change compound literals to initializers by Marc-André Lureau · 8 years ago
  20. 082696e qlit: use QLit prefix consistently by Marc-André Lureau · 8 years ago
  21. 28035bc qlit: move qlit from check-qjson to qobject/ by Marc-André Lureau · 8 years ago
  22. 0f9afc2 qdict: Add qdict_put_null() helper, and put it to use by Marc-André Lureau · 8 years ago
  23. f90cb28 qobject: Explain how QNum works, and why by Markus Armbruster · 8 years ago
  24. e4a426e tests/qmp-test: Add generic, basic test of query commands by Markus Armbruster · 8 years ago
  25. fda72ab qapi: Fix error handling code on alternate conflict by Eduardo Habkost · 8 years ago
  26. 223cd0e Merge remote-tracking branch 'remotes/elmarco/tags/tidy-pull-request' into staging by Peter Maydell · 8 years ago
  27. 1d2a8e0 Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 8 years ago
  28. 2e75021 Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-08-30' into staging by Peter Maydell · 8 years ago
  29. 1415e8e Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170830' into staging by Peter Maydell · 8 years ago
  30. e4d67e4 eepro100: replace g_malloc()+memcpy() with g_memdup() by Marc-André Lureau · 8 years ago
  31. 38cc1db test-iov: replace g_malloc()+memcpy() with g_memdup() by Marc-André Lureau · 8 years ago
  32. ad2c199 i386: replace g_malloc()+memcpy() with g_memdup() by Marc-André Lureau · 8 years ago
  33. 18a1f0d i386: introduce ELF_NOTE_SIZE macro by Marc-André Lureau · 8 years ago
  34. 6402cbb decnumber: use DIV_ROUND_UP by Marc-André Lureau · 8 years ago
  35. 206a0fc kvm: use DIV_ROUND_UP by Marc-André Lureau · 8 years ago
  36. 074d5af i386/dump: use DIV_ROUND_UP by Marc-André Lureau · 8 years ago
  37. f0704d7 ppc: use DIV_ROUND_UP by Marc-André Lureau · 8 years ago
  38. 0ef1efc msix: use DIV_ROUND_UP by Marc-André Lureau · 8 years ago
  39. 54ac85e usb-hub: use DIV_ROUND_UP by Marc-André Lureau · 8 years ago
  40. fa14108 q35: use DIV_ROUND_UP by Marc-André Lureau · 8 years ago
  41. f9406b8 piix: use DIV_ROUND_UP by Marc-André Lureau · 8 years ago
  42. 7b9a27c virtio-serial: use DIV_ROUND_UP by Marc-André Lureau · 8 years ago
  43. d1a0945 console: use DIV_ROUND_UP by Marc-André Lureau · 8 years ago
  44. 69db8df monitor: use DIV_ROUND_UP by Marc-André Lureau · 8 years ago
  45. e5f9903 virtio-gpu: use DIV_ROUND_UP by Marc-André Lureau · 8 years ago
  46. 2c23ce2 vga: use DIV_ROUND_UP by Marc-André Lureau · 8 years ago
  47. 935b333 ui: use DIV_ROUND_UP by Marc-André Lureau · 8 years ago
  48. 659c90e vnc: use DIV_ROUND_UP by Marc-André Lureau · 8 years ago
  49. 78ee96d vvfat: use DIV_ROUND_UP by Marc-André Lureau · 8 years ago
  50. 13f1493 vpc: use DIV_ROUND_UP by Marc-André Lureau · 8 years ago
  51. 21cf3e1 qcow2: use DIV_ROUND_UP by Marc-André Lureau · 8 years ago
  52. 6fb0022 dmg: use DIV_ROUND_UP by Marc-André Lureau · 8 years ago
  53. 668c2d1 pcspk: use QEMU_ALIGN_DOWN by Marc-André Lureau · 8 years ago
  54. ec34748 i8254: use QEMU_ALIGN_DOWN by Marc-André Lureau · 8 years ago
  55. 33c5793 vhost: use QEMU_ALIGN_DOWN by Marc-André Lureau · 8 years ago
  56. cf7a09c vhdx: use QEMU_ALIGN_DOWN by Marc-André Lureau · 8 years ago
  57. 5a3804d vnc: use QEMU_ALIGN_DOWN by Marc-André Lureau · 8 years ago
  58. 17fc7e9 i386: use ROUND_UP macro by Marc-André Lureau · 8 years ago
  59. 1201d30 slirp: fix clearing ifq_so from pending packets by Samuel Thibault · 8 years ago
  60. 29c8564 Open 2.11 development tree by Peter Maydell · 8 years ago
  61. f35dff7 block/nbd-client: refactor request send/receive by Vladimir Sementsov-Ogievskiy · 8 years ago
  62. 07b1b99 block/nbd-client: rename nbd_recv_coroutines_enter_all by Vladimir Sementsov-Ogievskiy · 8 years ago
  63. 6faa077 block/nbd-client: get rid of ssize_t by Vladimir Sementsov-Ogievskiy · 8 years ago
  64. 490dc5e nbd/client: fix nbd_send_request to return int by Vladimir Sementsov-Ogievskiy · 8 years ago
  65. ba84564 nbd/client: refactor nbd_receive_reply by Vladimir Sementsov-Ogievskiy · 8 years ago
  66. ab01df1 nbd/client: refactor nbd_read_eof by Vladimir Sementsov-Ogievskiy · 8 years ago
  67. a0acf3a nbd/client: fix nbd_opt_go by Vladimir Sementsov-Ogievskiy · 8 years ago
  68. 02d2d86 qemu-iotests: test NBD over UNIX domain sockets in 083 by Stefan Hajnoczi · 8 years ago
  69. 6e592fc qemu-iotests: improve nbd-fault-injector.py startup protocol by Stefan Hajnoczi · 8 years ago
  70. 3c2d518 nbd-client: avoid read_reply_co entry if send failed by Stefan Hajnoczi · 8 years ago
  71. 2c94e27 qemu-iotests: Extend non-shared storage migration test (194) by Kashyap Chamarthy · 8 years ago
  72. 3e4c705 qcow2: allocate cluster_cache/cluster_data on demand by Stefan Hajnoczi · 8 years ago
  73. 2f21b8d s390x/pci: fixup trap_msix() by Yi Min Zhao · 8 years ago
  74. 9177266 pc-bios/s390-ccw.img: update image by Cornelia Huck · 8 years ago
  75. 3a1e456 s390-ccw: Fix alignment for CCW1 by Farhan Ali · 8 years ago
  76. 3ea6d20 s390x/s390-stattrib: Mark the storage attribute as not user_creatable by Thomas Huth · 8 years ago
  77. c862bdd target/s390x: cleanup cpu.h by David Hildenbrand · 8 years ago
  78. f16bbb9 s390x/kvm: move KVM declarations and stubs to separate files by David Hildenbrand · 8 years ago
  79. 5e7164c s390x: avoid calling kvm_ functions outside of target/s390x/ by David Hildenbrand · 8 years ago
  80. b6089b0 target/s390x: move a couple of functions to cpu.c by David Hildenbrand · 8 years ago
  81. 4e58b83 target/s390x: introduce internal.h by David Hildenbrand · 8 years ago
  82. d9b8daf target/s390x: move get_per_in_range() to misc_helper.c by David Hildenbrand · 8 years ago
  83. 52c91545 target/s390x: move s390_do_cpu_reset() to diag.c by David Hildenbrand · 8 years ago
  84. c07a100 target/s390x: move psw_key_valid() to mem_helper.c by David Hildenbrand · 8 years ago
  85. 12e1e8f target/s390x: move cpu_mmu_idx_to_asc() to excp_helper.c by David Hildenbrand · 8 years ago
  86. c534055 target/s390x: move cc_name() to helper.c by David Hildenbrand · 8 years ago
  87. 1083a3f target/s390x: move gtod_*() declarations to s390-virtio.h by David Hildenbrand · 8 years ago
  88. e654ca8 s390x: drop inclusion of sysemu/kvm.h from some files by David Hildenbrand · 8 years ago
  89. 7d00bf9 s390x/cpumodel: factor out determination of default model name by David Hildenbrand · 8 years ago
  90. fe7cb8e target/s390x: no need to pass kvm_state to savevm_gtod handlers by David Hildenbrand · 8 years ago
  91. c50f651 target/s390x: simplify gs_allowed() by David Hildenbrand · 8 years ago
  92. ad4ad5f target/s390x: simplify ri_allowed() by David Hildenbrand · 8 years ago
  93. 708f99c s390x/kvm: drop KVMState parameter from kvm_s390_set_mem_limit() by David Hildenbrand · 8 years ago
  94. fba5f6f s390x/kvm: drop KVMState parameter from s390_get_memslot_count() by David Hildenbrand · 8 years ago
  95. 574ee06 s390x/s390-skeys: Mark the storage key devices with user_creatable = false by Thomas Huth · 8 years ago
  96. 1ecb285 s390x: refine pci dependencies by Cornelia Huck · 8 years ago
  97. 42f865d s390x/pci: fence off instructions for non-pci by Cornelia Huck · 8 years ago
  98. 80b7a26 s390x/sclp: properly guard pci-specific functions by Cornelia Huck · 8 years ago
  99. d32bd03 s390x/ccw: create s390 phb conditionally by Cornelia Huck · 8 years ago
  100. 21eb052 s390x/pci: do not advertise pci on non-pci builds by Cornelia Huck · 8 years ago