1. 543f341 hmp: make memchar-read escape ASCII control chars except \n and \t by Markus Armbruster · 12 years ago
  2. de1cc36 qemu-char: Support suffixed ringbuf size arguments like "size=64K" by Markus Armbruster · 12 years ago
  3. 3949e59 qemu-char: Saner naming of memchar stuff & doc fixes by Markus Armbruster · 12 years ago
  4. 5c23010 qemu-char: General chardev "memory" code cleanup by Markus Armbruster · 12 years ago
  5. 6fd5b66 qemu-char: Drop undocumented chardev "memory" compatibility syntax by Markus Armbruster · 12 years ago
  6. 094c8c2 qemu-char: Fix chardev "memory" not to drop IAC characters by Markus Armbruster · 12 years ago
  7. 44f3bcd qmp: Drop wasteful zero-initialization in qmp_memchar_read() by Markus Armbruster · 12 years ago
  8. c287e99 qmp: Drop superfluous special case "empty" in qmp_memchar_read() by Markus Armbruster · 12 years ago
  9. 13289fb qmp: Plug memory leaks in memchar-write, memchar-read by Markus Armbruster · 12 years ago
  10. c4f331b qmp: Clean up type usage in qmp_memchar_write(), qmp_memchar_read() by Markus Armbruster · 12 years ago
  11. 1a69278 qmp: Use generic errors in memchar-read, memchar-write by Markus Armbruster · 12 years ago
  12. 3ab651f qmp: Clean up design of memchar-read by Markus Armbruster · 12 years ago
  13. 82e59a6 qmp: Fix design bug and read beyond buffer in memchar-write by Markus Armbruster · 12 years ago
  14. 15af632 vnc: recognize Hungarian doubleacutes by Michael Tokarev · 12 years ago
  15. a911a18 qemu/9p: Don't ignore error in fid clunk by Aneesh Kumar K.V · 12 years ago
  16. facf98a qemu/iovec: Don't assert if sbytes is zero by Aneesh Kumar K.V · 12 years ago
  17. ddcb73b e1000: fix link down handling with auto negotiation by Michael S. Tsirkin · 12 years ago
  18. 8420808 configure: Fix build with XFree by Richard Henderson · 12 years ago
  19. 91107fd bswap: Fix width of swap in leul_to_cpu by Richard Henderson · 12 years ago
  20. 5f87675 bios: recompile BIOS by Anthony Liguori · 12 years ago
  21. b22dd12 target-s390x: Fix wrong comparison in interrupt handling by Stefan Weil · 12 years ago
  22. 0123c48 s390x: silence warning from GCC on uninitialized values by Anthony Liguori · 12 years ago
  23. ded6778 acpi_piix4: fix segfault migrating from 1.2 by Michael Roth · 12 years ago
  24. c881e20 vl.c: validate -numa "cpus" parameter properly by Eduardo Habkost · 12 years ago
  25. 845e5bf vl.c: Extract -numa "cpus" parsing to separate function by Eduardo Habkost · 12 years ago
  26. 5f13996 vl.c: Use parse_uint_full() for NUMA nodeid by Eduardo Habkost · 12 years ago
  27. e4ce85b vl.c: numa_add(): Validate nodeid before using it by Eduardo Habkost · 12 years ago
  28. ca4c6d3 vl.c: Check for NUMA node limit inside numa_add() by Eduardo Habkost · 12 years ago
  29. 12e53a9 vl.c: Abort on unknown -numa option type by Eduardo Habkost · 12 years ago
  30. 8f302cb vl.c: Fix off-by-one bug when handling "-numa node" argument by Eduardo Habkost · 12 years ago
  31. e3f9fe2 cutils: unsigned int parsing functions by Eduardo Habkost · 12 years ago
  32. ff057cc target-cris: Build fix for debug output by Andreas Färber · 12 years ago
  33. fbeadf5 bitops: unify bitops_ffsl with the one in host-utils.h, call it bitops_ctzl by Paolo Bonzini · 12 years ago
  34. 7b2d977 util: Fix compilation of envlist.c for MinGW by Stefan Weil · 12 years ago
  35. abd8d4a Update version for 1.4.0-rc0 by Anthony Liguori · 12 years ago v1.4.0-rc0
  36. 02cd809 tap: unbreak -netdev tap,fd=X by Anthony Liguori · 12 years ago
  37. b76facc qom: remove object_delete by Paolo Bonzini · 12 years ago
  38. 5c09953 cpu: do not use object_delete by Paolo Bonzini · 12 years ago
  39. b09995a qdev: drop extra references at creation time by Paolo Bonzini · 12 years ago
  40. dc7389b qdev: inline object_delete into qbus_free/qdev_free by Paolo Bonzini · 12 years ago
  41. 62d7ba6 qdev: add reference for the bus while it is referred to by the DeviceState by Paolo Bonzini · 12 years ago
  42. 06f7f2b qdev: move unrealization of devices from finalize to unparent by Paolo Bonzini · 12 years ago
  43. 6853d27 qdev: move deletion of children from finalize to unparent by Paolo Bonzini · 12 years ago
  44. 9d12782 qdev: add reference count to a device for the BusChild by Paolo Bonzini · 12 years ago
  45. 6c232d2 qom: document reference counting of link properties by Paolo Bonzini · 12 years ago
  46. 52e636c qom: preserve object while unparenting it by Paolo Bonzini · 12 years ago
  47. 4fec640 pci: use qbus_create in pci_bus_new by Paolo Bonzini · 12 years ago
  48. 39355c3 qdev: change first argument of qbus_create_inplace to void * by Paolo Bonzini · 12 years ago
  49. 013e118 qdev: remove duplication between qbus_create and qbus_create_inplace by Paolo Bonzini · 12 years ago
  50. d5286af accel: change {xen, kvm, tcg, qtest}_allowed from int to bool by liguang · 12 years ago
  51. 217e21b vl: correct error message when fail to init kvm by liguang · 12 years ago
  52. e3c66d9 vl: skip init accelerator if it's not available by liguang · 12 years ago
  53. baeddde sparc: disable qtest in make check by Anthony Liguori · 12 years ago
  54. 77a5f4f Merge remote-tracking branch 'stefanha/block' into staging by Anthony Liguori · 12 years ago
  55. 3e3648b xen: fix build problem introduced from per-queue peers by Anthony Liguori · 12 years ago
  56. a9c87c5 virtio-net: compat multiqueue support by Jason Wang · 12 years ago
  57. 5f80080 virtio-net: migration support for multiqueue by Jason Wang · 12 years ago
  58. fed699f virtio-net: multiqueue support by Jason Wang · 12 years ago
  59. 0c87e93 virtio-net: separate virtqueue from VirtIONet by Jason Wang · 12 years ago
  60. e78a2b4 virtio: add a queue_index to VirtQueue by Jason Wang · 12 years ago
  61. f23fd81 virtio: introduce virtio_del_queue() by Jason Wang · 12 years ago
  62. a9f98bb vhost: multiqueue support by Jason Wang · 12 years ago
  63. 264986e tap: multiqueue support by Jason Wang · 12 years ago
  64. e5dc0b4 tap: introduce a helper to get the name of an interface by Jason Wang · 12 years ago
  65. 16dbaf9 tap: support enabling or disabling a queue by Jason Wang · 12 years ago
  66. 94fdc6d tap: add Linux multiqueue support by Jason Wang · 12 years ago
  67. 5193e5f tap: factor out common tap initialization by Jason Wang · 12 years ago
  68. 4e4f9ae tap: import linux multiqueue constants by Jason Wang · 12 years ago
  69. 1ceef9f net: multiqueue support by Jason Wang · 12 years ago
  70. f786045 net: introduce NetClientState destructor by Jason Wang · 12 years ago
  71. 18a1541 net: introduce qemu_net_client_setup() by Jason Wang · 12 years ago
  72. 6c51ae7 net: introduce qemu_find_net_clients_except() by Jason Wang · 12 years ago
  73. 948ecf2 net: intorduce qemu_del_nic() by Jason Wang · 12 years ago
  74. cc1f0f4 net: introduce qemu_get_nic() by Jason Wang · 12 years ago
  75. b356f76 net: introduce qemu_get_queue() by Jason Wang · 12 years ago
  76. 28a6589 net: tap: use abort() instead of assert(0) by Jason Wang · 12 years ago
  77. ec45f08 net: tap: using bool instead of bitfield by Jason Wang · 12 years ago
  78. 350ed2f target-ppc: Fix target_ulong vs. hwaddr format mismatches by Andreas Färber · 12 years ago
  79. 6bf0076 libqtest: Wait for the right child PID after killing QEMU by Eduardo Habkost · 12 years ago
  80. 3e7b8f4 isa: QOM'ify isa_bus_from_device() by Andreas Färber · 12 years ago
  81. 8aae84a i2c: Drop I2C_SLAVE_FROM_QDEV() macro by Andreas Färber · 12 years ago
  82. 6c8fec8 configure: Keep -Werror enabled for Release Candidates by Andreas Färber · 12 years ago
  83. 70ddd9f Revert "e1000: no need auto-negotiation if link was down" by Michael Roth · 12 years ago
  84. 5dea9a6 Merge remote-tracking branch 'quintela/migration.next' into staging by Anthony Liguori · 12 years ago
  85. e205842 Merge remote-tracking branch 'agraf/s390-for-upstream' into staging by Anthony Liguori · 12 years ago
  86. fabb604 Merge remote-tracking branch 'agraf/ppc-for-upstream' into staging by Anthony Liguori · 12 years ago
  87. fdf263f block/raw-posix: Build fix for O_ASYNC by Andreas Färber · 12 years ago
  88. cd92347 vmdk: Allow space in file name by Philipp Hahn · 12 years ago
  89. 4653623 parallels: Fix bdrv_open() error handling by Kevin Wolf · 12 years ago
  90. 4f8aa2e dmg: Use g_free instead of free by Kevin Wolf · 12 years ago
  91. 69d34a3 dmg: Fix bdrv_open() error handling by Kevin Wolf · 12 years ago
  92. 59294e4 vpc: Fix bdrv_open() error handling by Kevin Wolf · 12 years ago
  93. 1a60657 cloop: Fix bdrv_open() error handling by Kevin Wolf · 12 years ago
  94. 5b7d7df bochs: Fix bdrv_open() error handling by Kevin Wolf · 12 years ago
  95. 6f74c26 sheepdog: pass vdi_id to sheep daemon for sd_close() by Liu Yuan · 12 years ago
  96. 7f2039f vmdk: Allow selecting SCSI adapter in image creation by Othmar Pasteka · 12 years ago
  97. a04eca1 block: Adds mirroring tests for resized images by Vishvananda Ishaya · 12 years ago
  98. 63ba17d block: Fix is_allocated_above with resized files by Vishvananda Ishaya · 12 years ago
  99. b93d6d2 qemu-iotests: Add regression test for b7ab0fea by Kevin Wolf · 12 years ago
  100. a31ca01 Fix error message in migrate_set_capability HMP command by Orit Wasserman · 12 years ago